/* CTA Taxed */
.cta_taxed {
   padding: 0;
}

.cta_taxed__box {
   background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), linear-gradient(90deg, #EFF6FF 0%, #EFF6FF 100%);
   border-radius: 1.2rem;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
   overflow: hidden;
   padding: 5.6rem;
}

.cta_taxed__grid {
   align-items: start;
   column-gap: 4rem;
   display: grid;
   grid-template-columns: minmax(0, 48.1rem) minmax(0, 56.8rem);
   justify-content: space-between;
}

.cta_taxed__left {
   display: flex;
   flex-direction: column;
   gap: 1.8rem;
}

.cta_taxed__title {
   color: #020617;
   font-size: 3.2rem;
   font-weight: 700;
   line-height: 1.2;
   margin: 0;
}

.cta_taxed__description {
   color: #020617;
   font-size: 2.4rem;
   font-style: italic;
   font-weight: 400;
   line-height: 1.33;
}

.cta_taxed__description p {
   margin: 0;
}

.cta_taxed__text {
   color: #475569;
   display: flex;
   flex-direction: column;
   font-size: 1.6rem;
   font-weight: 400;
   gap: 1.6rem;
   line-height: 1.5;
}

.cta_taxed__text p {
   margin: 0;
}

@media screen and (max-width: 1024px) {
   .cta_taxed__box {
      padding: 4rem 3.2rem;
   }

   .cta_taxed__grid {
      grid-template-columns: 1fr;
      row-gap: 3.2rem;
   }
}

@media screen and (max-width: 767px) {
   .cta_taxed {
      padding: 2.4rem 1.6rem;
   }

   .cta_taxed__box {
      border-radius: 0.8rem;
      padding: 3.2rem 2.4rem;
   }

   .cta_taxed__left {
      gap: 3.2rem;
   }

   .cta_taxed__title {
      color: #0F172A;
      font-size: 2.4rem;
      line-height: 1.25;
   }

   .cta_taxed__description {
      font-size: 1.8rem;
      line-height: 1.33;
   }

   .cta_taxed__text {
      gap: 3.2rem;
   }
}
