.rounded-es-2xl {
 border-end-start-radius: 1rem;
}

.rounded-ss-2xl {
 border-start-start-radius: 1rem;
}

@media (width <= 991.98px) {
 .max-\[991\.98px\]\:mt-\[64px\] {
  margin-top: 64px;
 }

 .max-\[991\.98px\]\:flex {
  display: flex;
 }

 .max-\[991\.98px\]\:w-full {
  width: 100%;
 }

 .max-\[991\.98px\]\:flex-col {
  flex-direction: column;
 }

 .max-\[991\.98px\]\:justify-center {
  justify-content: center;
 }

 .max-\[991\.98px\]\:text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
 }

 .max-\[991\.98px\]\:leading-10 {
  line-height: 2.5rem;
 }

 .max-\[991\.98px\]\:leading-8 {
  line-height: 2rem;
 }

 .max-\[991\.98px\]\:leading-6 {
  line-height: 1.5rem;
 }

 .max-\[991\.98px\]\:leading-\[64px\] {
  line-height: 64px;
 }
}

@media (width <= 575.98px) {
 .max-\[575\.98px\]\:-ml-\[20px\] {
  margin-left: -20px;
 }

 .max-\[575\.98px\]\:pt-0 {
  padding-top: 0;
 }
}
