* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .header {
    display: flex;
    background-color: #fff5f0;
    padding: 20px 190px;
    justify-content: space-between;
    align-items: center;
  }

  .header__nav {
    display: flex;
    align-items: center;
    gap: 61px;
  }

  .header__logo {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }

  .header__links {
    display: flex;
    gap: 21px;
  }

  .header__link-element,
  .header__authetication-login {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    color: #737373;
  }

  .header__auth-links {
    display: flex;
    align-items: center;
    gap: 45px;
  }

  .header__authetication {
    display: flex;
    align-items: center;
    gap: 45px;
  }

  .header__authetication-login--color{
    color: #1ba0ab;
  }
  
  
  .header__btn {
    padding: 15px 25px 15px 25px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    border: none;
    background-color: #1ba0ab;
    background-color: #1ba0ab;
    color: white;
  }

  .welcome-section {
    padding: 163px ;
    background-color: #fff5f0;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
/* section text */ 
  .section-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
.welcome-section__text{
  display: flex;
    flex-direction: column;
    gap: 10px;
}

/* section text__title */ 
  .section-text__title {
    color: #1ba0ab;
    font-weight: 700;
  }


  .welcome-section__title{
    color: #1ba0ab;
    font-weight: 700;
  }
  .welcome-section__subtitle{
    width: 30rem;
    font-size: 3rem;
    line-height: 4rem;
  }
   .section-text__heading {
    font-weight: 1000px;
    line-height: 60px;
    font-size: 40px;
   
  }

   /* section text__subtitle */ 
  .section-text--subtitle{
    width: 30rem;
    font-size: 3rem;
    line-height: 4rem;
  }


   /* section text__descr */ 
   .section-text__description {
    font-size: 14px;
    color: #737373;
    line-height: 20px;
    font-weight: 400;
    max-width: 469px;
  }

  .welcome-section__description {
    color: #737373;
    font-weight: 400;
    max-width: 469px;
    font-size: 20px;
    line-height: 30px;
  }
  

  .welcome-section__btns {
    display: flex;
    gap: 10px;
    
    
  }

  .welcome-section__btns--big {
    background-color: #1ba0ab;
    color: white;
    padding: 15px 25px 15px 25px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    border: none;
    background-color: #1ba0ab;
    background-color: #1ba0ab;
    color: white;
  }


  .welcome-section__btns--size {
    background-color: transparent;
    border: 2px solid #1ba0ab;
    color: #1ba0ab;
    padding: 15px 25px 15px 25px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    
  }

 

  .experts-section {
    padding: 160px 197px 160px 197px;
    display: flex;
    align-items: center;
    gap: 144px;
  }
  

  .experts-section__line {
    height: 7px;
    width: 80px;
    background-color: #e74040;
    margin-bottom: 35px;
  }

  .experts-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .experts-section__gap{
    gap: 40px;
    display: flex;
    flex-direction: column;
  }

  .experts-section__heading{
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
  }

  .experts-section__description{
    font-size: 14px;
    color: #737373;
    line-height: 20px;
    font-weight: 400;
    max-width: 469px;
  }

  .experts-section__title {
    color: #1ba0ab;
    font-weight: 700;
  }



  .employee-section {
    padding: 112px 198px 112px 198px;
  }

  .employee-section__cards {
    margin-top: 112px;
    display: grid;
    grid-template-columns: repeat(4, 240px);
    gap: 30px;
  }

  .parent-card {
    max-width: 238px;
    gap: 30px;
    box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    overflow: hidden;
  }

  .parent-card__photo {
    width: 100%;
  }

  .parent-card__content {
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .parent-card__person-contact{
    font-weight: 900;
  }
  .parent-card__work{
    font-size: 12px;
    color: #737373;
    font-weight: 200;
  }

  .parent-card__social-medias{
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .footer {
    padding: 160px 195px 160px 195px;
    background-color: #fff5f0;
  }

  .section-text--middle {
    align-items: center;
    text-align: center;
  }



  .footer {
    padding: 160px 195px 160px 195px;
    background-color: #fff5f0;
  }
  
  .footer__input-container {
    display: flex;
    margin-top: 81px;
    justify-content: center;
    height: 50px;
  }
  .footer__input {
    padding-left: 20px;
    border: 1px solid #e6e6e6;
    border-radius: 5px 0 0 5px;
    width: 600px;
  }

  .footer__btn-subscribe {
    border: none;
    width: 120px;
    color: white;
    background-color: #1ba0ab
  }

  