/* Tax Planning */
.tax_planning {
   padding-top: 5.6rem;
   padding-bottom: 5.6rem;
   background: linear-gradient(0deg, rgba(241, 247, 254, 0.45) 78.68%, rgba(211, 230, 254, 0.45) 100%);
}

.tax_planning__header {
   text-align: center;
   max-width: 80rem;
   margin: 0 auto;
}

.tax_planning__widget {
   align-items: center;
   background: linear-gradient(203.72deg, #DCE9F8 17.57%, #FFFFFF 103.25%);
   border: 0.1rem solid #1E3A8A;
   border-radius: 1.2rem;
   display: inline-flex;
   gap: 1rem;
   margin-bottom: 2.4rem;
   padding: 0.8rem 1.6rem;
   width: fit-content;
   max-width: 100%;
}

.tax_planning__widget_icon {
   align-items: center;
   display: flex;
   flex-shrink: 0;
   height: 2.4rem;
   justify-content: center;
   width: 2.4rem;
}

.tax_planning__widget_icon img {
   display: block;
   height: 100%;
   object-fit: contain;
   width: 100%;
}

.tax_planning__widget_content {
   color: #1E3A8A;
   font-size: 1.6rem;
   font-style: normal;
   font-weight: 600;
   line-height: 2.4rem;
   text-transform: uppercase;
}

.tax_planning__title {
   color: #020617;
   font-size: 3.6rem;
   font-weight: 700;
   line-height: 1.1;
   margin: 0;
}

.tax_planning__description {
   color: #334155;
   font-size: 1.8rem;
   font-weight: 400;
   line-height: 1.56;
   margin-top: 4rem;
   opacity: 0.8;
}

.tax_planning__description p {
   margin: 0;
}

.tax_planning__content {
   margin-top: 4rem;
}

.tax_planning__block {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
   gap: 1.6rem;
}

.tax_planning__item {
   background: #FFFFFF;
   border: 0.1rem solid #E2E8F0;
   border-radius: 1.2rem;
   padding: 2.4rem;
}

.tax_planning__item_content {
   display: flex;
   flex-direction: column;
   gap: 1.6rem;
}

.tax_planning__item_title {
   color: #020617;
   font-size: 1.8rem;
   font-weight: 700;
   line-height: 1.56;
}

.tax_planning__item_text {
   color: #475569;
   font-size: 1.6rem;
   font-weight: 400;
   line-height: 1.5;
}

.tax_planning__item_text ul {
   margin: 0;
   padding: 0;
   list-style: none;
}

.tax_planning__item_text ul li {
   position: relative;
   padding-left: 2rem;
   margin-bottom: 1.6rem;
}

.tax_planning__item_text ul li::before {
   content: '';
   position: absolute;
   left: 0.5rem;
   top: 0.9rem;
   width: 0.5rem;
   height: 0.5rem;
   background: #475569;
   border-radius: 50%;
}

.tax_planning__item_text ul li:last-child {
   margin-bottom: 0;
}

.tax_planning_v3 {
   background: transparent;
}

.tax_planning_v3 .tax_planning__widget {
   margin-bottom: 2.4rem;
}

.tax_planning_v3 .tax_planning__block {
   grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tax_planning_v3 .tax_planning__image {
   border-radius: 1.2rem;
   min-height: 28.8rem;
   overflow: hidden;
}

.tax_planning_v3 .tax_planning__image_media {
   display: block;
   height: 100%;
   object-fit: cover;
   width: 100%;
}

/* Tax Planning - Tablet (1024px) */
@media screen and (max-width: 1024px) {
   .tax_planning {
      padding-top: 4rem;
      padding-bottom: 4rem;
   }

   .tax_planning__title {
      font-size: 3rem;
   }

   .tax_planning_v3 .tax_planning__widget {
      margin-bottom: 1.6rem;
   }

   .tax_planning__description {
      font-size: 1.6rem;
      margin-top: 2.4rem;
   }

   .tax_planning__content {
      margin-top: 3.2rem;
   }

   .tax_planning__block {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.6rem;
   }

   .tax_planning__item {
      padding: 2rem;
   }

   .tax_planning__item_title {
      font-size: 1.6rem;
   }

   .tax_planning__item_text {
      font-size: 1.4rem;
   }

   .tax_planning_v3 .tax_planning__header {
      max-width: 67.2rem;
   }

   .tax_planning_v3 .tax_planning__block {
      grid-template-columns: repeat(2, minmax(0, 1fr));
   }

   .tax_planning_v3 .tax_planning__image {
      min-height: 24rem;
   }
}

/* Tax Planning - Mobile (767px) */
@media screen and (max-width: 767px) {
   .tax_planning {
      padding-top: 3.2rem;
      padding-bottom: 3.2rem;
   }

   .tax_planning__widget {
      margin-bottom: 1.6rem;
      padding: 0.8rem;
   }

   .tax_planning__widget p {
      font-size: 1.4rem;
      line-height: 1.43;
      white-space: normal;
   }

   .tax_planning__title {
      font-size: 2.4rem;
   }

   .tax_planning__description {
      font-size: 1.4rem;
      margin-top: 2rem;
   }

   .tax_planning__content {
      margin-top: 2.4rem;
   }

   .tax_planning__block {
      grid-template-columns: 1fr;
      gap: 1.6rem;
   }

   .tax_planning__item {
      padding: 2.4rem;
   }

   .tax_planning__item_title {
      font-size: 1.6rem;
   }

   .tax_planning__item_text {
      font-size: 1.4rem;
   }

   .tax_planning_v3 .tax_planning__header {
      max-width: 100%;
   }

   .tax_planning_v3 .tax_planning__widget {
      margin-bottom: 1.6rem;
   }

   .tax_planning_v3 .tax_planning__block {
      grid-template-columns: 1fr;
   }

   .tax_planning_v3 .tax_planning__image {
      min-height: 28.8rem;
   }

   .tax_planning_v3 .tax_services__buttons {
      gap: 1.2rem;
   }
}

/* Tax Return */
.tax_return.section {
   max-width: 128rem;
   margin: 0 auto;
   padding-top: 5.6rem;
   padding-bottom: 5.6rem;
}

.tax_return__block {
   display: flex;
   justify-content: space-between;
   gap: 1.6rem;
}

.tax_return__block:has(.no_padding) {
   gap: 3.2rem;
}

.tax_return__item {
   flex: 1 1 32%;
}

.tax_return__item_content {
   height: 100%;
   display: flex;
   flex-direction: column;
   gap: 2.4rem;
   padding: 3.2rem;
   border-radius: 1.2rem;
   background: linear-gradient(0deg, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.40) 100%), #EFF6FF;
   box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.tax_return__item_content.white {
   border: 1px solid #E2E8F0;
   background: #fff;
}

.tax_return__item_content.dark {
   border: 1px solid #E2E8F0;
   background: #F9FAFB;
   box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.tax_return__item_content.no_padding {
   border: none;
   background: transparent;
   box-shadow: none;
   border-radius: 0rem;
   padding: 0;
}

.tax__item_icon {
   margin-bottom: -0.8rem;
}

.tax_return__item_title {
   color: #020617;
   font-size: 2rem;
   font-weight: 700;
   line-height: 2.8rem;
}

.tax_return__item_text {
   color: #020617;
   font-size: 1.6rem;
   font-weight: 400;
   line-height: 2.4rem;
}

.tax_return__item_text strong {
   color: #2563EB;
   font-weight: 600;
}

@media screen and (min-width: 1024.5px) {
   .tax_return.section {
      padding: 5.6rem 0;
   }
}

@media screen and (max-width: 1024px) {
   .tax_return__block {
      flex-direction: row;
      flex-wrap: wrap;
   }

   .tax_return__item {
      flex: 0 1 49%;
   }
}

@media screen and (max-width: 768px) {
   .tax_return.section {
      padding-top: 3.2rem;
      padding-bottom: 3.2rem;
   }

   .tax_return__item {
      flex: 1 1 100%;
   }

   .tax_return__item_content {
      gap: 1.6rem;
      padding: 2.4rem;
   }

   .tax_return__item_content.no_padding {
      border: none;
      background: transparent;
      box-shadow: none;
      border-radius: 0rem;
      padding: 0;
   }
}

/* Tax Situation */
.tax_situation {
    padding-top: 5.2rem;
    padding-bottom: 4.8rem;
}

.tax_situation__title {
    text-align: center;
    max-width: 80rem;
    margin: 0 auto;
}

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

.tax_situation__cards {
    display: flex;
    gap: 1.6rem;
    margin-top: 4.8rem;
}

.tax_situation__card {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    padding: 3.2rem;
    background: #FFFFFF;
    border: 0.1rem solid #E2E8F0;
    border-radius: 1.2rem;
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05);
}

.tax_situation__progress-wrapper {
    width: 100%;
    height: 0.5rem;
    background: #F1F5F9;
    border-radius: 0.5rem;
    overflow: hidden;
}

.tax_situation__progress {
    height: 100%;
    background: #DCE9F8;
    border-radius: 0.2rem;
    transition: width 0.3s ease;
}

.tax_situation__progress--level-1 {
    width: 25%;
}

.tax_situation__progress--level-2 {
    width: 53%;
}

.tax_situation__progress--level-3 {
    width: 100%;
}

.tax_situation__card-title {
    color: #020617;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}

.tax_situation__card-text {
    color: #020617;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
}

.tax_situation__card-text strong,
.tax_situation__card-text b {
    font-weight: 600;
}

@media screen and (max-width: 1024px) {
   .tax_situation {
      padding-top: 4rem;
      padding-bottom: 4rem;
   }

   .tax_situation__title h2 {
      font-size: 2.8rem;
   }

   .tax_situation__title h2 br {
      display: none;
   }

   .tax_situation__cards {
      gap: 1.2rem;
      margin-top: 3.2rem;
   }

   .tax_situation__card {
      padding: 2.4rem;
      gap: 2rem;
   }

   .tax_situation__card-title {
      font-size: 1.8rem;
   }

   .tax_situation__card-text {
      font-size: 1.4rem;
   }
}

@media screen and (max-width: 767px) {
    .tax_situation {
        padding-top: 3.2rem;
        padding-bottom: 3.2rem;
    }

    .tax_situation__title h2 {
        font-size: 2.4rem;
    }

    .tax_situation__cards {
        flex-direction: column;
        gap: 1.6rem;
        margin-top: 2.4rem;
    }

    .tax_situation__card {
        padding: 2.4rem;
        gap: 1.6rem;
    }

    .tax_situation__card-title {
        font-size: 1.6rem;
    }

    .tax_situation__card-text {
        font-size: 1.4rem;
    }
}

/* Tax Services */
.tax_services {
   padding-top: 4.8rem;
   padding-bottom: 4.8rem;
   background: #FFFFFF;
}

.tax_services__header {
   text-align: center;
   max-width: 80rem;
   margin: 0 auto 4.8rem;
}

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

.tax_services__description {
   color: #64748B;
   font-size: 1.8rem;
   font-weight: 400;
   line-height: 1.5;
}

.tax_services__description p {
   margin: 0;
}

.tax_services__grid {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 1.6rem;
}

.tax_services__card {
   display: flex;
   flex-direction: column;
   gap: 1.6rem;
   padding: 3.2rem;
   background: #F8FAFC;
   border-radius: 1.2rem;
   min-width: 0;
}

.tax_services__card-header {
   display: flex;
   align-items: center;
   gap: 1.2rem;
}

.tax_services__card-icon {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 4rem;
   height: 4rem;
   flex-shrink: 0;
}

.tax_services__card-icon img {
   width: 100%;
   height: 100%;
   object-fit: contain;
}

.tax_services__card-title {
   color: #020617;
   font-size: 1.8rem;
   font-weight: 700;
   min-width: 0;
   line-height: 1.4;
   margin: 0;
}

.tax_services__card-text {
   color: #334155;
   font-size: 1.6rem;
   font-weight: 400;
   line-height: 1.5;
}

.tax_services__card-text ul {
   margin: 0;
   padding: 0;
   list-style: none;
}

.tax_services__card-text ul li {
   position: relative;
   padding-left: 2rem;
   margin-bottom: 0.2rem;
}

.tax_services__card-text ul li::before {
   content: '';
   position: absolute;
   left: 0.5rem;
   top: 0.9rem;
   width: 0.5rem;
   height: 0.5rem;
   background: #334155;
   border-radius: 50%;
}

.tax_services__card-text ul li:last-child {
   margin-bottom: 0;
}

.tax_services__buttons {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 1.6rem;
   margin-top: 4.8rem;
}

@media screen and (max-width: 1024px) {
   .tax_services {
      padding-top: 4rem;
      padding-bottom: 4rem;
   }

   .tax_services__header {
      margin-bottom: 3.2rem;
   }

   .tax_services__title {
      font-size: 2.8rem;
   }

   .tax_services__description {
      font-size: 1.6rem;
   }

   .tax_services__card {
      padding: 2.4rem;
   }

   .tax_services__card-title {
      font-size: 1.6rem;
   }

   .tax_services__card-text {
      font-size: 1.4rem;
   }

   .tax_services__buttons {
      margin-top: 3.2rem;
   }
}

@media screen and (max-width: 767px) {
   .tax_services {
      padding-top: 3.2rem;
      padding-bottom: 3.2rem;
   }

   .tax_services__header {
      margin-bottom: 2.4rem;
   }

   .tax_services__title {
      font-size: 2.4rem;
   }

   .tax_services__description {
      font-size: 1.4rem;
   }

   .tax_services__grid {
      grid-template-columns: 1fr;
      gap: 1.6rem;
   }

   .tax_services__card {
      padding: 2.4rem;
      gap: 1.2rem;
   }

   .tax_services__card-icon {
      width: 3.2rem;
      height: 3.2rem;
   }

   .tax_services__card-title {
      font-size: 1.6rem;
   }

   .tax_services__card-text {
      font-size: 1.4rem;
   }

   .tax_services__buttons {
      flex-direction: column;
      align-items: normal;
      margin-top: 2.4rem;
      gap: 0;
   }
}

/* Tax Steps */
.tax_steps {
   padding-top: 5.6rem;
   padding-bottom: 5.6rem;
}

.tax_steps__header {
   text-align: center;
   max-width: 80rem;
   margin: 0 auto 5.6rem;
}

.tax_steps__title {
   color: #020617;
   font-size: 3.6rem;
   font-weight: 700;
   line-height: 1.1;
   margin: 0;
}

.tax_steps__description {
   color: #475569;
   text-align: center;
   font-size: 1.8rem;
   font-style: normal;
   font-weight: 400;
   line-height: 2.8rem;
   margin-top: 2rem;
}

.tax_steps__grid {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 4rem 3.2rem;
}

.tax_steps__image {
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 1.2rem;
   overflow: hidden;
}

.tax_steps__image img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.tax_steps__card {
   display: flex;
   flex-direction: column;
}

.tax_steps__card-icon {
   width: 4rem;
   height: 4rem;
   flex-shrink: 0;
   margin-bottom: 2.4rem;
}

.tax_steps__card-icon img {
   width: 100%;
   height: 100%;
   object-fit: contain;
}

.tax_steps__card-title {
   color: #020617;
   font-size: 2rem;
   font-weight: 700;
   line-height: 2.8rem;
   margin-bottom: 0.8rem;
}

.tax_steps__card-text {
   color: #334155;
   font-size: 1.6rem;
   font-weight: 400;
   line-height: 1.5;
}

.tax_steps__card-text p:not(:last-child) {
   margin-bottom: 1.2rem;
}

.tax_steps__card-text strong,
.tax_steps__card-text b {
   color: #020617;
   font-weight: 700;
}

.tax_steps__card-text ul {
   margin: 0;
   padding: 0;
   list-style: none;
}

.tax_steps__card-text ul li {
   position: relative;
   padding-left: 2rem;
   margin-bottom: 0.2rem;
}

.tax_steps__card-text ul li::before {
   content: '';
   position: absolute;
   left: 0.5rem;
   top: 0.9rem;
   width: 0.5rem;
   height: 0.5rem;
   background: #334155;
   border-radius: 50%;
}

.tax_steps__card-text ul li:last-child {
   margin-bottom: 0;
}

.tax_steps__cta {
   grid-column: span 2;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   gap: 3.2rem;
   background-color: #eff6ff;
   border-radius: 0.8rem;
   padding: 4.8rem 2.1rem;
   position: relative;
   overflow: hidden;
}

.tax_steps__cta-title {
   color: #0f172a;
   font-size: 3.2rem;
   font-weight: 700;
   line-height: 1.2;
   text-align: center;
   margin: 0;
   max-width: 80rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
   .tax_steps {
      padding-top: 4rem;
      padding-bottom: 4rem;
   }

   .tax_steps__header {
      margin-bottom: 3.2rem;
   }

   .tax_steps__title {
      font-size: 3rem;
   }

   .tax_steps__grid {
      grid-template-columns: repeat(2, 1fr);
   }

   .tax_steps__image {
      grid-column: span 2;
      max-height: 24rem;
   }

   .tax_steps__cta {
      grid-column: span 2;
   }

   .tax_steps__cta-title {
      font-size: 2.8rem;
   }

   .tax_steps__card-title {
      font-size: 1.8rem;
   }
}

@media screen and (max-width: 767px) {
   .tax_steps {
      padding-top: 3.2rem;
      padding-bottom: 3.2rem;
   }

   .tax_steps__header {
      margin-bottom: 3.2rem;
   }

   .tax_steps__title {
      font-size: 2.4rem;
   }

   .tax_steps__description {
      font-size: 1.6rem;
      line-height: 2.4rem;
      margin-top: 1.6rem;
   }

   .tax_steps__grid {
      grid-template-columns: repeat(1, 1fr);
      gap: 3.2rem;
   }

   .tax_steps__card-icon {
      margin-bottom: 1.6rem;
   }

   .tax_steps__image {
      order: 99;
      max-height: 20rem;
   }

   .tax_steps__cta {
      grid-column: span 1;
      padding: 3.2rem 1.6rem;
   }

   .tax_steps__cta-title {
      font-size: 2.4rem;
   }
}

/* Tax Planning v2 */
.tax_planning_v2 {
   background: #F6F9FC;
   padding-top: 5.2rem;
   padding-bottom: 5.2rem;
}

.tax_planning_v2 .tax_planning__header {
   max-width: 80rem;
   margin: 0 auto 5.2rem;
   text-align: center;
}

.tax_planning_v2 .tax_planning__title {
   font-size: 3.2rem;
   font-weight: 700;
   line-height: 120%;
}

.tax_planning_v2__content {
   margin-top: 0;
}

.tax_planning_v2__block {
   display: grid;
   grid-template-columns: repeat(3, minmax(0, 1fr));
   gap: 2.4rem;
}

.tax_planning_v2__item {
   background: #FFFFFF;
   border: 1px solid #E2E8F0;
   border-radius: 1.2rem;
   box-shadow: 0 5px 30px rgba(25, 33, 61, 0.06);
   padding: 3.2rem;
}

.tax_planning_v2__item_icon {
   max-height: 4rem;
}

.tax_planning_v2__item_head {
   display: flex;
   align-items: center;
   gap: 1.6rem;
   margin-bottom: 3.6rem;
}

.tax_planning_v2__item_title {
   color: #020617;
   font-size: 2.4rem;
   font-weight: 700;
   line-height: 2.8rem;
   margin: 0;
}

.tax_planning_v2__item_price {
   color: #475569;
   font-size: 2rem;
   font-weight: 400;
   line-height: 2.4rem;
   margin-bottom: 3.6rem;
}

.tax_planning_v2__item_text_bold {
   color: #020617;
   font-size: 1.4rem;
   font-weight: 500;
   line-height: 2rem;
}

.tax_planning_v2__item_text_bold p,
.tax_planning_v2__item_text p {
   margin: 0;
}

.tax_planning_v2__item_divider {
   height: 1px;
   background: #E2E8F0;
   margin: 2.4rem 0;
}

.tax_planning_v2__item_text {
   color: #475569;
   font-size: 1.4rem;
   font-weight: 400;
   line-height: 2rem;
}

.tax_planning_v2 .tax_services__buttons {
   margin-top: 5.2rem;
}

@media screen and (max-width: 1023.5px) {
   .tax_planning_v2 {
      padding-top: 3.2rem;
      padding-bottom: 3.2rem;
   }

   .tax_planning_v2 .tax_planning__header {
      margin-bottom: 4rem;
   }

   .tax_planning_v2 .tax_planning__title {
      font-size: 2.4rem;
      line-height: 3rem;
   }

   .tax_planning_v2__block {
      grid-template-columns: 1fr;
      gap: 1.6rem;
   }

   .tax_planning_v2__item {
      padding: 2.4rem;
   }

   .tax_planning_v2__item_title {
      font-size: 1.8rem;
      line-height: 2.4rem;
   }

   .tax_planning_v2__item_head {
      margin-bottom: 2rem;
   }

   .tax_planning_v2__item_price {
      font-size: 1.6rem;
      line-height: 2.4rem;
      margin-bottom: 2rem;
   }

   .tax_planning_v2__item_divider {
      margin: 2rem 0;
   }

   .tax_planning_v2 .tax_services__buttons {
      margin-top: 4rem;
   }
}

/* Tax Aspect */
.tax_aspect {
   background: #FFFFFF;
   padding-top: 5.2rem;
   padding-bottom: 5.2rem;
}

.tax_aspect .tax_planning__header {
   max-width: 80rem;
   margin: 0 auto 5.6rem;
   text-align: center;
}

.tax_aspect .tax_planning__title {
   max-width: 80rem;
   margin: 0 auto;
}

.tax_aspect__content {
   margin-top: 0;
}

.tax_aspect__block {
   grid-template-columns: repeat(3, minmax(0, 1fr));
   gap: 1.6rem;
}

.tax_aspect__item_icon {
   max-height: 4rem;
   margin-bottom: 2.4rem;
}

.tax_aspect__item_text.tax_planning__item_text ul li {
   margin-bottom: 0rem;
}

.tax_aspect .tax_planning__item_content {
   gap: 1.6rem;
}

.tax_aspect .tax_services__buttons {
   margin-top: 5.2rem;
}

@media screen and (max-width: 1023.5px) {
   .tax_aspect {
      padding-top: 3.2rem;
      padding-bottom: 3.2rem;
   }

   .tax_aspect .tax_planning__header {
      margin-bottom: 1.6rem;
   }

   .tax_aspect__block {
      grid-template-columns: 1fr;
      gap: 1.2rem;
   }

   .tax_aspect__item_icon {
      margin-bottom: 1.6rem;
   }

   .tax_aspect .tax_planning__item {
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
   }

   .tax_aspect .tax_services__buttons {
      margin-top: 3.2rem;
   }
}

/* Tax Support */
.tax_support {
   background: #F6F9FC;
   padding-top: 5.6rem;
   padding-bottom: 5.6rem;
}

.tax_support .tax_planning__header {
   max-width: 80rem;
   margin: 0 auto 5.6rem;
   text-align: center;
}

.tax_support .tax_planning__title {
   max-width: 80rem;
   margin: 0 auto;
}

.tax_support__content {
   display: flex;
   align-items: flex-start;
   gap: 5.6rem;
}

.tax_support__image {
   width: 44.2rem;
   height: 41.6rem;
   flex-shrink: 0;
   border-radius: 1.2rem;
   overflow: hidden;
}

.tax_support__image img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.tax_support__items {
   flex: 1;
   display: grid;
   grid-template-columns: repeat(2, minmax(0, 1fr));
   column-gap: 3.2rem;
   row-gap: 5.6rem;
}

.tax_support__item_title {
   margin-bottom: .8rem;
}

.tax_support .tax_services__buttons {
   margin-top: 5.2rem;
}

@media screen and (max-width: 1023.5px) {
   .tax_support {
      padding-top: 3.2rem;
      padding-bottom: 2.4rem;
   }

   .tax_support .tax_planning__header {
      margin-bottom: 4rem;
   }

   .tax_support__content {
      flex-direction: column;
      gap: 3.2rem;
   }

   .tax_support__items {
      order: 1;
      grid-template-columns: 1fr;
      gap: 3.2rem;
      width: 100%;
   }

   .tax_support__image {
      order: 2;
      width: 100%;
      height: 32.8rem;
   }

   .tax_support .tax_services__buttons {
      margin-top: 3.2rem;
   }
}
