.banner-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    z-index: 2;
  }
    .about-us{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    /* padding: 20px 300px 20px 300px; */
    /* margin-block: 20px; */
    }
    
    .about-us span{
    font-family:'Cormorant';
    font-weight: 600;
    font-size: 36px;
    color: #143D28;
    line-height: 100%;
    }
    .text-heading{
    color: #B08722;
    font-size: 14px;
    letter-spacing: 1.9px;
    font-family:'Poppins';
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    }
    .text-title{
    font-family: 'Cormorant';
    font-weight: 500;
    font-size: 44px;
    margin-bottom: 16px;
    }
    .text-content{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom:60px;
    }
    .text-card{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    color: #1A1819B2;
    text-align: center;
    }
    .women-owned{
      background:#FBF9F7;
      padding-block: 50px 50px;
    }
    .mission{
      padding-block: 50px 50px;
    }
    /* .section-1{
      padding-block: 50px 50px;
    } */
    .canon{
      max-width:414px;
    }
    .card-section{
      padding-block: 50px 50px;
    }
    .card-row{
      margin-left: 0px;
      margin-right: 0px;
      /* gap: 10px; */
    }
    .banner-img{
      padding-block: 28px 28px;
    }
    .side_text{
      padding: 0px 30px;
      /* margin-block: 54px; */
    }
    .side_image{
      padding: 0px 30px;
    }
   
    .card{
        border: 1px solid #1A181933;
        gap: 12px;
    }
    .card-title{
        font-family:'Poppins';
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        margin-bottom: 6px;
    }

    .card-custom {
      background: #fff;
      padding: 16px;
      border: 1px solid #ddd;
      height: 100%;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
    }
