.text-4xl {
  font-size: 2.25rem /* 36px */;
  line-height: 2.5rem /* 40px */;
}
.text-2xl {
  font-size: 1.5rem /* 24px */;
  line-height: 2rem /* 32px */;
}
.text-3xl {
  font-size: 1.875rem /* 30px */;
  line-height: 2.25rem /* 36px */;
}

.max-w-screen-lg {
  max-width: 1024px;
}

@media (min-width: 1024px) {
  .lg\:aspect-\[3\/4\] {
    aspect-ratio: 3/4;
  }
}

.w-11\/12 {
  width: 91.666667%;
}

@media (min-width: 1024px) {
  .lg\:aspect-\[21\/9\] {
    aspect-ratio: 21/9;
  }
}

.w-10\/12 {
  width: 83.333333%;
}

.w-6\/12 {
  width: 50%;
}

.mb-16 {
  margin-bottom: 4rem /* 64px */;
}

.mt-16 {
  margin-top: 4rem /* 64px */;
}

.mt-32 {
  margin-top: 8rem /* 128px */;
}

.w-64 {
  width: 16rem /* 256px */;
}

.border-l-0 {
  border-left-width: 0px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-t {
  border-top-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}

.pb-5 {
  padding-bottom: 1.25rem /* 20px */;
}

.w-8\/12 {
  width: 66.666667%;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.list-disc {
  list-style-type: disc;
}

.ms-5 {
  margin-inline-start: 1.25rem /* 20px */;
}

.ms-7 {
  margin-inline-start: 1.75rem /* 28px */;
}
