.custom-lifestyle-tips__main-container {
    display: flex;
    gap: 40px;
    @media screen and (max-width: 749px) {
      flex-direction: column;
      gap: 12px;
    }
}

.custom-lifestyle-tips__mobile-img {
    display: none;
    @media screen and (max-width: 749px) {
      display: block;
      padding-top: 10px;
    }
  }
.custom-lifestyle-tips__content-heading {
    @media screen and (min-width: 750px) {
      font-size: 36px;
    }
  }

  .custom-lifestyle-tips__mobile-img img {
    max-height: 158px;
  }
  
  .custom-lifestyle-tips__desktop-img {
    max-width: 637px;
    @media screen and (max-width: 749px) {
      display: none;
    }
    
  }
  
  .custom-lifestyle-tips__content-heading {
    color: #1e4b3c;
    @media screen and (max-width: 749px) {
     text-align: center;
     font-size: 20px;
    }
  }
  
  .custom-lifestyle-tips__content-points-description ul {
    padding-left: 12px;
    @media screen and (min-width: 750px) {
     padding-left: 20px;
    }
  }
  
  .custom-lifestyle-tips__content-points-description li {
    list-style: disc;
    @media screen and (max-width: 749px) {
     margin-bottom: 4px;
    }
  }
  
  .custom-lifestyle-tips__content-short-description {
    font-size: 18px;
    color: #000;
    line-height: 34px;
    @media screen and (max-width: 749px) {
      font-size: 14px;
      line-height: 16px;
    }
  }

  .custom-lifestyle-tips__content-short-description br {
     @media screen and (max-width: 749px) {
       display: none;
     }
  }
  
  .custom-lifestyle-tips__content-points-description {
    font-size: 20px;
    line-height: 34px;
    color: #000;
    @media screen and (max-width: 749px) {
      font-size: 14px;
      padding-top: 8px;
      line-height: 16px;
    }
}