.-tw-mt-16 {
  margin-top: -4rem !important
}

.tw-mt-20 {
  margin-top: 5rem !important
}

.tw-mt-16 {
  margin-top: 4rem !important
}

.tw-grid {
  display: grid !important
}

.tw-h-2 {
  height: 0.5rem !important
}

.tw-w-\[100px\] {
  width: 100px !important
}

.tw-w-\[80px\] {
  width: 80px !important
}

.tw-w-10 {
  width: 2.5rem !important
}

.tw-w-6 {
  width: 1.5rem !important
}

.tw-w-\[150px\] {
  width: 150px !important
}

.tw-w-\[110px\] {
  width: 110px !important
}

.tw-w-\[200px\] {
  width: 200px !important
}

.tw-w-\[300px\] {
  width: 300px !important
}

.tw-flex-1 {
  flex: 1 1 0% !important
}

.tw-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important
}

.tw-p-10 {
  padding: 2.5rem !important
}

@media (min-width: 1024px) {
  .lg\:tw-mt-0 {
    margin-top: 0px !important
  }

  .lg\:tw-w-\[120px\] {
    width: 120px !important
  }

  .lg\:tw-w-\[80px\] {
    width: 80px !important
  }

  .lg\:tw-w-\[150px\] {
    width: 150px !important
  }

  .lg\:tw-w-\[200px\] {
    width: 200px !important
  }
}

