.mail-support {
    padding: 58px 22px 40px;
    margin: 64px 0;
    background-color: #344E5F;
    position: relative;
  }
  
  .mail-support .mail-support-wrapper {
    display: flex;
    flex-direction: column;
  }
  
  .mail-support .mail-support-wrapper .tag {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 8px 20px;
    gap: 8px;
    background: #E7E9ED;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.04), 0px 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 44px;
    color: #3B4348;

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
  }
  
  .mail-support .mail-support-wrapper .mail-support-title {
    margin: 24px 0;
    font-weight: 800;
    font-size: 28px;
    line-height: 125%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
  }
  
  .mail-support .mail-support-wrapper .mail-support-description {
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    opacity: 0.7;
  }
  
  .mail-support .mail-support-wrapper .mail-support-image {
    margin: 24px 0 36px;
  }
  
  .mail-support .mail-support-wrapper .mail-support-image--desktop {
    display: none;
  }
  
  .mail-support .mail-support-wrapper .mail-support-content {
    display: flex;
    flex-direction: column;
    /* gap: 16px; */
  }
  
  .mail-support .mail-support-wrapper .mail-support-content .mail-support-content__box {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
    /* margin: 0 17px; */
  }
  
  .mail-support .mail-support-wrapper .mail-support-content .mail-support-content__box--logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 72px;
    background: #F9FAFB;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.04), 0px 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 47px;
  }
  
  .mail-support .mail-support-wrapper .mail-support-content .mail-support-content__box--title {
    /* text-align: center; */
    margin: 24px 0 0px;
    font-weight: 800;
    font-size: 40px;
    line-height: 125%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
  }
  
  .mail-support .mail-support-wrapper .mail-support-content .mail-support-content__box--description {
    /* text-align: center; */
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    opacity: 0.7;
  }
  
  @media screen and (min-width: 1024px) {
    .mail-support {
      padding: 83px 0 123px;
      margin: 64px 0 157px;
    }

    .mail-support .mail-support-wrapper {
      width: 80%;
      max-width: 1155px;
      margin: 0 auto;
      flex-direction: column;
      justify-content: space-between;
    }

    .mail-support .mail-support-wrapper .mail-support-text-content {
      /* max-width: 604px; */
      /* display: flex; */
    }

    .mail-support .mail-support-wrapper .mail-support-text-content-desktop {
      display: flex;
      justify-content: space-between;
    }
    
    .mail-support .mail-support-wrapper .mail-support-title {
      width: 467px;
      font-weight: 800;
      font-size: 40px;
      line-height: 125%;
      letter-spacing: -0.01em;
      color: #FFFFFF;
    }
    
    .mail-support .mail-support-wrapper .mail-support-description {
      /* width: 553px; */
      width: 622px;
      font-weight: 500;
      font-size: 18px;
      line-height: 150%;
      color: #FFFFFF;
      opacity: 0.9;
      margin: 24px 0 80px;

    }
    
    .mail-support .mail-support-wrapper .mail-support-image {
      /* display: none; */
      max-width: 350px;
      margin: 0;
    }
    
    /* .mail-support .mail-support-wrapper .mail-support-image--desktop {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
    }
     */
    .mail-support .mail-support-wrapper .mail-support-content {
      flex-direction: row;
      justify-content: space-between;
      /* flex-wrap: wrap; */
      /* max-width: 438px; */
      /* gap: 40px; */
    }
    
    .mail-support .mail-support-wrapper .mail-support-content .mail-support-content-desktop {
      display: flex;
      width: 622px;
      gap: 30px;
    }
    
    .mail-support .mail-support-wrapper .mail-support-content .mail-support-content__box {
      margin: 0;
      height: fit-content;
    }
  
    .mail-support .mail-support-wrapper .mail-support-content .mail-support-content__box.mail-support-content__box--border {
      border-right: 1.5px solid rgba(255, 255, 255, 0.15);
      padding-right: 30px;
    }
  
    .mail-support .mail-support-wrapper .mail-support-content .mail-support-content__box--title {
      text-align: center;
      line-height: 125%;
      color: #FFF;
      font-size: 32px;
      font-style: normal;
      font-weight: 800;
      letter-spacing: -0.32px;
    }
    
    .mail-support .mail-support-wrapper .mail-support-content .mail-support-content__box--description {
      width: max-content;
      font-weight: 500;
      font-size: 14px;
      line-height: 150%;
      text-align: center;
      color: #FFFFFF;
      opacity: 0.7;
      letter-spacing: normal;
    }
  }