

section {
    padding: 0px 20px;
}
  


#why-us {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    display: flex;

    margin-top: 100px;



}

#why-us > div > h2 {
    font-family: 'Bebas Neue Cyrillic', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 86px;
    line-height: 100%;
    letter-spacing: 0;
    color: transparent;

    width: 656px;
    height: 86px;

    font-size: 20px;
    background-image: url('./text-1.svg');
    background-position: top;
    background-repeat: no-repeat;

    margin-bottom: 50px;
}


#why-us > div {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    width: 100%;
    max-width: 1410px;
}

#why-us > div > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

#why-us > div > div > article {
    width: 453px;
    height: 166px;
    border: 3px dashed #028EAA;
    border-radius: 20px;
    padding-top: 25px;
    padding-left: 25px;

    position: relative;
}

#why-us > div > div > article > img {
    position: absolute;
    right: 0;
    top: 0;

}

#why-us > div > div > article:nth-child(1) > img {
    width: 144px;
}

#why-us > div > div > article:nth-child(2) > img {
    width: 112px;
}

#why-us > div > div > article:nth-child(3) > img {
    width: 115px;
}
#why-us > div > div > article > h3 {
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 500; /* Medium */
    font-style: normal;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    color: #414141;

    margin-bottom: 10px;
}


#why-us > div > div > article > p {
    font-family: Gotham Pro;
    font-weight: 400;
    font-style: Light;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0%;
    color: #414141;
}

#why-us > div > div > article:nth-child(1) > p {
    width: 272px;
}
#why-us > div > div > article:nth-child(2) > p {
    width: 303px;
}
#why-us > div > div > article:nth-child(3) > p {
    width: 289px;
}

#how-we-work {
    margin-top: 100px;
    display: flex;
    align-items: start;
    justify-content: center;
    width: 100%;
}

#how-we-work > div {
    width: 100%;
    max-width: 1405px;
}

#how-we-work > div > h2 {
    font-family: 'Bebas Neue Cyrillic', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 86px;
    line-height: 100%;
    letter-spacing: 0;
    color: transparent;

    width: 507px;
    height: 86px;

    font-size: 20px;
    background-image: url('./text-2.svg');
    background-position: top;
    background-repeat: no-repeat;

    margin-bottom: 20px;
}

#how-we-work > div > p {
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 500; /* Medium */
    font-style: normal;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    color: #414141;

    margin-bottom: 30px;
}

#how-we-work > div > div {
    background-image: url('./bg-2.svg');

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;

    min-height: 271px;
    background-repeat: no-repeat;

    padding-top: 66px;
}

#how-we-work > div > div > article {
    width: 335px;
    height: 185px;
    border-radius: 15px;

    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
}

#how-we-work > div > div > article > h3 {
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 500; /* Medium */
    font-style: normal;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0;
    color: #414141;

    margin-bottom: 20px;



}

#how-we-work > div > div > article > p {

    font-family: 'Gotham Pro', sans-serif;
    font-weight: 300;      /* Light */
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    text-align: center;
    /* width: 272px; */
}



#cards {
    display: flex;
    align-items: start;
    justify-content: center;
    width: 100%;
    margin-top: 100px;
}

#cards > div {
    width: 100%;
    max-width: 1520px;

    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-wrap: wrap; */
    gap: 50px;
}



#consultation > div > div > p {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  
  font-family: "Gotham Pro", sans-serif;
font-weight: 300;
font-style: normal;
font-size: 18px;
line-height: 30px;
letter-spacing: 0;
color: #414141;
margin-top: 10px;
}
#cards > div > article:nth-child(1) {
    background-image: url('./card-1.svg');
    background-size: cover;

}

#cards > div > article:nth-child(2) {
    background-size: cover;
    background-image: url('./card-2.svg');

}


@media (max-width: 1535px) {
    #cards > div > article:nth-child(1) {
      background-image: url('./vjn.svg');

        background-size: cover;
        background-repeat: no-repeat;
    }
    
    #cards > div > article:nth-child(2) {
        background-image: url('./vjn-2.svg');
        background-size: cover;
        background-repeat: no-repeat;
    }


    #cards > div {
        width: 100%;
        max-width: 1520px;
    
        display: flex;
        align-items: center;
        justify-content: center;
        /* flex-wrap: wrap; */
        gap: 10px;
    }

    #cards {
      padding: 0;
    }

    #faq > div {
        width: 1163px !important;
        max-width: 1163px !important;
        min-width: 1163px !important;
    }

    #why-us > div > h2, #how-we-work > div > h2 {
        margin-left: 45px;
    }



    



}

#cards > div > article {
    width: 735px;
    height: 1051px;
    padding-top: 505px;
    padding-left: 20px;

    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;

    position: relative;
}

#cards > div > article > h2 {
    font-family: 'Gotham Pro', sans-serif;
font-weight: 500;      /* Medium */
font-style: normal;
font-size: 30px;
line-height: 100%;
letter-spacing: 0;
color: #414141;
margin-bottom: 15px;
}

#cards > div > article > h3 {
    font-family: 'Gotham Pro', sans-serif;
font-weight: 500;      /* Medium */
font-style: normal;
font-size: 22px;
line-height: 100%;     /* можно просто 1 */
letter-spacing: 0;
color: #414141;
width: 572px;

color: #414141;
margin-bottom: 20px;
}

#cards > div > article > span > p {
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 400;      /* Regular */
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
color: #414141;
}

#cards > div > article > span {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;

    margin-bottom: 10px;
}
#cards > div > article > p {
    margin-top: 10px;
    font-family: 'Gotham Pro', sans-serif;
font-weight: 300;      /* Light */
font-style: normal;
font-size: 18px;
line-height: 30px;
letter-spacing: 0;

}

#cards > div > article:nth-child(1) > p {
    width: 678px;
}
#cards > div > article:nth-child(2) > p {
    width: 591px;
}


#cards > div > article > a {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 333px;
    height: 83px;
    /* background-color: #f00; */
    border-radius: 15px;

    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: transparent;
}



/* если у тебя подключены локальные файлы шрифтов через @font-face — они подставятся */
:root {
    --faq-width: 1400px;
    --faq-radius: 16px;
    --faq-border: #e6e6e6;
    --faq-bg: #ffffff;
    --faq-shadow: 0 1px 2px rgba(0,0,0,.04);
    --faq-icon-bg: #0ea5b7; /* бирюзовый круг */
    --faq-icon-color: #ffffff;
    --faq-hr: #ececec;
    --faq-text: #414141;
  }
  
  /* утилита для скрытого заголовка секции */
  .visually-hidden {
    position: absolute !important;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0 0 0 0);
    white-space: nowrap; border: 0;
  }

  #faq {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 100px;
  }
  #faq > div {
    width: 100%;
    max-width: var(--faq-width);
    font-family: 'Gotham Pro', sans-serif;
    color: var(--faq-text);
  }
  
  /* карточка вопроса */
  .faq-item {
    background: var(--faq-bg);
    border: 1px solid var(--faq-border);
    border-radius: var(--faq-radius);
    box-shadow: var(--faq-shadow);
    margin-bottom: 18px;
    overflow: hidden;
    width: 1173px;
  }
  
  /* кнопка-вопрос */
  .faq-question {
    position: relative;
    display: block;
    width: 1163px;
    text-align: left;
    padding: 30px 72px 30px 30px; /* отступ справа под иконку */
    background: transparent;
    border: 0;
    cursor: pointer;
  
    /* ТРЕБУЕМЫЕ СТИЛИ ДЛЯ ВОПРОСА */
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 700;           /* Bold */
    font-style: normal;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0;
  }
  
  /* иконка +/– */
  .faq-question::after {
    content: "+";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px; height: 40px;
    border-radius: 50%;
    background: var(--faq-icon-bg);
    color: var(--faq-icon-color);
    display: grid;
    place-items: center;
    font-size: 28px;
    line-height: 1;
  }
  
  /* тонкая линия под вопросом при открытии (как на макете) */
  .faq-item.is-open .faq-question {
    border-bottom: 1px solid var(--faq-hr);
  }
  
  /* заменяем плюс на минус при открытии */
  .faq-item.is-open .faq-question::after {
    content: "–";
  }
  
  /* контейнер ответа */
  .faq-answer {
    padding: 0px 0px 0px 30px;
    /* width: 1163px; */
    display: grid;
    grid-template-rows: 0fr;  /* для плавной анимации */
    transition: grid-template-rows .25s ease, padding .25s ease ;
  }
  
  /* внутренний контент для «0fr hack» */
  .faq-answer > * {
    overflow: hidden;
  }
  
  /* ТРЕБУЕМЫЕ СТИЛИ ДЛЯ ОТВЕТА */
  .faq-answer p {
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 400;          /* Regular */
    font-style: normal;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    margin: 0;
  }
  
  /* раскрытое состояние */
  .faq-item.is-open .faq-answer {
    grid-template-rows: 1fr;

    padding: 20px 0px 25px 30px;

  }
  
  /* hover/focus */
  .faq-question:hover,
  .faq-question:focus-visible {
    outline: none;
    background: rgba(0,0,0,0.02);
  }
  

  #faq > div > h2 {
    margin-bottom: 40px;

    width: 481px;
    height: 86px;
    background-image: url('./text-3.svg');
    background-repeat: no-repeat;
    background-position: top;
    color: transparent;
  }



  footer.only-desktop {
    width: 100%;
    background: #282828;
    height: 256px;
    margin-top: 100px;
    display: flex;
    align-items: start;
    justify-content: center;
  }

  footer.only-desktop > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 25px;
  }

  footer.only-desktop > div > span {
    /* margin-right: 168px; */
    width: 270px;
    height: 104px;
  }

  footer.only-desktop > div > nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    /* margin-right: 203px; */
  }

  footer.only-desktop > div > nav > a {
    font-family: "Gotham Pro", sans-serif;
    font-weight: 300; /* Light = 300, Regular = 400 */
    font-style: normal;
    font-size: 18px;
    line-height: 1; /* 100% = 1 */
    letter-spacing: 0; /* или 0em/0px */
    color: #fff;
    text-decoration: none;
  }

  footer.only-desktop > div > p {
    width: 100%;
    font-family: "Gotham Pro", sans-serif;
    font-weight: 300; /* Light = 300, Regular = 400 */
    font-style: normal;
    font-size: 14px;
    line-height: 1; /* 100% = 1 */
    letter-spacing: 0; /* или 0em/0px */
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
  }


  footer.only-desktop > div > div {
    display: flex;
    align-items: start;
    justify-content: end;
    flex-wrap: wrap;
    gap: 20px;
    width: 234px;
  }

  footer.only-desktop > div > div > a {
    font-family: "Noto Serif", serif;
    font-weight: 400; /* Regular = 400 */
    font-style: normal;
    font-size: 18px;
    line-height: 1; /* эквивалент 100% */
    letter-spacing: 0; /* можно px/em, но % не используется */
    color: #fff;
    text-decoration: none;
  }


  footer.only-desktop > div > div > a:nth-child(4) {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: -10px;
  }



  #consultation {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 100px;
  }

  #consultation > div {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 1580px;
  }

  #consultation > div > h2 {
    width: 1002px;
    height: 86px;
    color: transparent;
    background-image: url('./text-4.svg');
    background-position: top;
    background-repeat: no-repeat;
    margin-bottom: 50px;
    margin-left: 90px;
  }

  #consultation > div > div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 40px 90px 75px 90px;
    border: 0.2px solid #028EAA;
    border-radius: 30px;

    flex-wrap: wrap;
    padding: 40px 40px 20px 40px;
  }

  #consultation > div > div > article {
    width: 335px;
    height: 179px;
    display: flex;
    align-items: start;
    justify-content: start;
    border-radius: 15px;
    border: 0.5px solid #414141;
    flex-direction: column;
    padding-top: 15px;
    gap: 20px;
  }

  #consultation > div > div > article > span {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 14px;

    margin-right: 20px;
    margin-left: 20px;
  }

  #consultation > div > div > article > span > p {
    color: #424242;
    font-family: "Gotham Pro", sans-serif;
    font-weight: 700; /* Bold */
    font-style: normal;
    font-size: 26px;
    line-height: 1; /* вместо 100% */
    letter-spacing: 0;



  }

  #consultation > div > div > article > p {
    color: #424242;
    font-family: "Gotham Pro", sans-serif;
    font-weight: 500; /* Medium */
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;

    margin-left: 20px;
    margin-right: 20px;
    
  }

  #consultation > div > div > article > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 231px;
    height: 39px;
    border-radius: 20px;
    border: solid 1px #414141;

    font-family: "Gotham Pro", sans-serif;
font-weight: 400; /* Regular */
font-style: normal;
font-size: 18px;
line-height: 1; /* вместо 100% */
letter-spacing: 0;
color: #414141;
text-decoration: none;
margin: 0 auto;
  }






  @media (max-width: 1024px) {
    #how-we-work > div > p {
      width: 320px;
      height: 42px;

      font-family: "Gotham Pro", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 20px;
line-height: 1;
letter-spacing: 0;

    }
    #how-we-work > div > div {
      flex-direction: column;
      background-image: url('./asd.svg');
      padding-top: 0;
      gap: 15px;
      background-position: center;
      height: 761px;
    }


    #how-we-work > div > div > article > p {
      font-family: "Gotham Pro", sans-serif;
font-weight: 300;
font-style: normal;
font-size: 16px;
line-height: 22px;
letter-spacing: 0;
text-align: center;


    }

    #how-we-work {
      padding-right: 0;
      padding-left: 10px;
    }


    #cards > div {
      flex-direction: column;
    }

    #how-we-work > div > div > article > h3 {
      font-family: "Gotham Pro", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 22px;
line-height: 1;
letter-spacing: 0;

    }

    #how-we-work > div > div > article {
      margin-left: -30px;
      padding-top: 25px;
      height: 174px;
    }

    #how-we-work > div > div > article > p {
      width: 299px;
    }

    #cards > div > article:nth-child(1), #cards > div > article:nth-child(2) {
      width: 386px;
      min-height: 683px;
      height: 683px;
      border-radius: 0;
      border: none;

      background-image: url('./asdd.svg');
      background-position: 0 0;
      background-size: auto;
      background-repeat: no-repeat;
      padding-top: 265px;
      padding-left: 10px;
    }

    #cards {
      padding: 0px 0px;
    }
    #cards > div > article:nth-child(2) {
      background-image: url("./dds.svg");
    }

    section {
      padding: 0px 15px;
    }

    #cards > div > article > a {
      right: 0px;

      width: 177px;
      height: 55px;
      
    }

    #cards > div > article > span > p {
      font-family: "Gotham Pro", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 30px;
letter-spacing: 0;

    }

    #cards > div > article > span > p {
      max-width: 281px;
    }
    #cards > div > article > span:nth-child(5) > p {
      line-height: 15px;
      
    }


    #cards > div > article > p {
      font-family: "Gotham Pro", sans-serif;
font-weight: 300;
font-style: normal;
font-size: 14px;
line-height: 18px;
letter-spacing: 0;

    }

    #cards > div > article > span {
      margin-bottom: 5px;
    }

    #cards > div > article:nth-child(1) > p {
      width: 324px;
      height: 72px;
    }
    #cards > div > article:nth-child(2) > p {
      width: 362px;height: 72px;
    }

    #cards > div > article > h2 {
      font-family: "Gotham Pro", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: 0;

height: 23px;

margin-bottom: 10px;
    }

    #cards > div > article > h3 {
      font-family: "Gotham Pro", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 18px;
line-height: 1;
letter-spacing: 0;

    }

    #cards > div > article > h3 {
      width: 329px;
      height: 71px;
    }


    #faq > div {
      width: 100% !important;
      min-width: 100% !important;
      max-width: 100% !important;
    }
    .faq-item {
      width: 100% !important;
    }

    .faq-question {
      width: 100% !important;
    }

    #faq > div > h2 {
      width: 257px;
      height: 46px;
      background-size: contain;
      margin-bottom: 20px;
    }
    .faq-question {
      font-family: "Gotham Pro", sans-serif;
font-weight: 700;
font-style: normal;
font-size: 18px;
line-height: 1;
letter-spacing: 0;

padding: 15px 50px 15px 10px;
    }

    .faq-question::after {
      width: 23px;
      height: 23px;
      font-size: 25px;
      font-weight: 100;
    }

    .faq-answer p {
      font-family: "Gotham Pro", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      line-height: 1;
      letter-spacing: 0;
      

    }


    .faq-item.is-open .faq-answer {
      padding: 15px 10px 15px 10px;
    }


    #consultation > div > h2 {
      margin-left: 0;
      margin-bottom: 30px;
      width: 274px;
      height: 92px;
      background-image: url('./textext.svg');
    }

    #consultation > div > div {
      flex-direction: column;

      padding: 20px 25px 25px 25px;
      border: 0.2px solid #028EAA;
    }

    #consultation > div > div > p {
      width: 243px;
      height: 48px;
      color: #414141;
      font-family: "Gotham Pro", sans-serif;
font-weight: 300;
font-style: normal;
font-size: 16px;
line-height: 24px;
letter-spacing: 0;
text-align: center;
    }



footer.only-mobile {
  background: #282828;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;

  margin-top: 50px;
}



footer.only-mobile > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}



footer.only-mobile > div > span {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  width: 100%;
}


footer.only-mobile > div > nav {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  margin-bottom: 30px;
}

footer.only-mobile > div > nav > a {
  font-family: "Gotham Pro", sans-serif;
font-weight: 300;
font-style: normal;
font-size: 18px;
line-height: 1;
letter-spacing: 0;

text-decoration: none;
color: #fff;

}

footer.only-mobile > div > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

footer.only-mobile > div > div  > a:nth-child(4) {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -10px;

  color: #fff;

  font-family: "Noto Serif", serif;
font-weight: 400;
font-style: normal;
font-size: 18px;
line-height: 1;
letter-spacing: 0;
text-decoration: none;

margin-bottom: 50px;
}


footer.only-mobile > div > p {
  margin-bottom: 10px;
  color: #fff;

  font-family: "Gotham Pro", sans-serif;
font-weight: 300;
font-style: normal;
font-size: 14px;
line-height: 30px;
letter-spacing: 0;

}

#why-us > div > h2 {
  width: 340px !important;
}


#why-us {
  margin-top: 60px;
}
  }






  /* БАЗА модального окна (fullscreen, скрыто по умолчанию) */
.modal {
  position: fixed;
  inset: 0;                 /* top/right/bottom/left: 0 */
  width: 100vw;
  min-height: 100vh;
  /* padding: 200px 100px 100px; */
  display: flex;
  align-items: start;
  justify-content: center;
  background: #fff;

  opacity: 0;               /* скрыто */
  visibility: hidden;
  pointer-events: none;
  transition: opacity .4s ease, visibility .4s ease;
  z-index: 100;
}

.burger2 > div {
  margin: auto;
}

/* Состояние открыто */
.modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Крестик */
.modal__close {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 32px;
  line-height: 1;
  background: transparent;
  border: 0;
  cursor: pointer;
}

/* ТВОЯ вёрстка внутри (как было) */
.burger2 > div { display: flex; width: 1024px; max-width: 90vw; gap: 20px; }
.burger2 > div > img { border-radius: 30px; width: 500px; max-width: 45%; height: 436px; }

.burger2 > div > div > p {
  width: 100%; margin-bottom: 20px;
  font-family: 'Gotham Pro', sans-serif;
  font-weight: 300; font-style: normal;
  font-size: 18px; line-height: 22px; letter-spacing: 0;
  word-wrap: break-word;
}
.burger2 > div > div {
  flex: 1;
  min-width: 0;
}
.burger2 > div > div > h3 {
  margin-bottom: 20px; color:#414141;
  font-family:'Gotham Pro',sans-serif; font-weight:500; font-style:normal;
  font-size:28px; line-height:100%; letter-spacing:0;
}
.burger2 > div > div > span {
  display:flex; align-items:start; justify-content:start; gap:10px; flex-direction:column;
  font-family:'Gotham Pro',sans-serif; font-weight:300; font-style:normal;
  font-size:18px; line-height:22px; letter-spacing:0;
}
.burger2 > div > div > span > strong,
.burger2 > div > div > span > span > strong {
  font-weight:500;
}

/* Если оставляешь старые fade-in/out — просто не используй их.
   Движение делаем через transition opacity (выше). */

@media (max-width: 1535px) {
  #cards > div > article:nth-child(1) > p {
    width: 610px; 
  }

  #cards > div > article {
    width: 650px;
    height: 1052px;
  }


  #consultation > div > div {

    padding: 40px 20px 20px 20px;
  }

  #consultation > div > div > article {
    width: 22%;
  }

  #consultation > div > div > article > p {
    margin: 0px 10px;
    font-size: 18px;
  }

  #consultation > div > div > article > span > p {
    font-size: 23px;
  }
}


   @media (max-width: 1024px) {
    .modal {
      padding: 60px 10px 10px 10px;
    }

    .burger2 > div {
      flex-direction: column;
    }

    .burger2 > div > img {
      width: 50%;
      height: 50%;
      margin: auto;
    }

    .burger2 > div > div > h3 {
      margin-bottom: 10px;
      font-size: 22px;
    }

    .burger2 > div > div > p {
      margin-bottom: 10px;
      font-size: 14px;
      width: 100%;
      line-height: 110%;
    }

    .burger2 > div > div > span {
      gap: 4px;
      line-height: 110%;
      font-size: 14px;
    }

    #consultation > div > div > article {
      width: 335px;
      margin: 0 auto;
    }

    #consultation > div > div {
      padding: 40px 0px 20px 0px;
    }
   }