.hero-banner-about {
    height: 700px;
    background: url('../images/about-page/about-page-bg.jpg');
    background-position: center;
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 600px) {
    .hero-banner-about {
        height: 300px;
  }
}
.text-about{
    text-align: center;
    left: 0;
    right: 0;
    position: absolute;
}

@media (min-width:1400px) {
    .text-about{
        text-align: center;
        left: 0;
        right: 0;
        position: absolute;
    }
}
@media (max-width: 543px) {
    .text-about{
        text-align: center;
    }
}
.text-about h2{ 
    font-size: 3rem;
    color: #fff;
}
@media (min-width:1400px) {
    .text-about h2{
        font-size: 4rem;
        color: #fff;
    }
}
@media (max-width:767px) {
    .text-about h2{
        font-size: 1.5rem;
    }
}

  .our-susta-text{
    padding: 41px 15px;
    margin: auto;
    background-color: #62403e;
    text-align: center;
    line-height: 40px;
  }
  @media (max-width: 575px){
    .our-susta-text{
        padding: 30px 15px;
    }
  }
  .our-susta-text h4{
    color: #fff;
    margin-bottom: 15px;
  }
  @media (max-width: 575px){
    .our-susta-text h4{
        margin-bottom: 12px;
    }
  }
  .our-susta-text p{
    color: #fff;
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 25px;
  }
  @media (max-width: 575px){
    .our-susta-text p{
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 20px;
    }
  }

.about-imgText {
  min-height: 800px;
  background: url('../images/about-page/diamonds-ring.jpg');
  background-position: center;
  background-size: cover;
}
@media (max-width: 1200px){
    .about-imgText {
        min-height: 500px;
        background: url('../images/about-page/diamonds-ring.jpg');
        background-position: center;
        background-size: cover;
      }
}
@media only screen and (max-width: 600px) {
    .about-imgText {
        height: 500px;
    }
}
.img-desc{ 
    margin:20% 0;
}
@media (max-width: 991px){
    .img-desc{ 
        margin:10px 0;
    }
}

.about-lastimgText {
    height: 700px;
    background: url('../images/about-page/nacklesh.jpg');
    background-position: center;
    background-size: cover;
}

  @media only screen and (max-width: 932px) {
        .about-lastimgText {
        height: 500px;
    }
}
  @media only screen and (max-width: 600px) {
        .about-lastimgText {
        height: 500px;
    }
}

.about-imgText-reverce{
    height: 700px;
    background: url('../images/about-page/golden-chain.jpg');
    background-position: center;
    background-size: cover;
  }
  @media only screen and (max-width: 932px) {
    .about-imgText-reverce {
        height: 500px;
    }
}
  @media only screen and (max-width: 600px) {
    .about-imgText-reverce {
        height: 500px;
    }
}









.about-us{
    display: flex;
    width: 100%;
    height: 700px;
    background-color: #f4f4f4;
}
.about-img{
    width: 50%;
    height: 700px;
}

.about-txt{
    width: 50%;
    margin-top: 50px;
    margin-bottom: 50px;
}
@media (max-width: 1400px){
    .about-txt{
        width: 50%;
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media (max-width: 1200px){
    .about-txt{
        width: 50%;
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media (max-width: 991px){
    .about-txt{
        width: 100%;
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media (max-width: 768px){
    .about-txt{
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
.about-txt h6{
    font-size: 1.5rem;
    color: gray;
    margin: 20px 0;
}
    
.about-txt h2{
    font-size: 2rem;
    color: gray;
    margin: 20px 0;
}
@media (max-width: 991px){
    .about-txt p{
        text-align: center;
    }
}
@media (max-width: 768px){
    .about-txt p{
        text-align: start;
    }
}
 
 /* about-us-reverse */
.about-us-reverse{
    display: flex;
    width: 100%;
    height: 600px;
    background-color: #f4f4f4;
}
.about-img-reverse{
    width: 50%;
    height: 700px;
}
.about-text-reverse{
    width: 50%;
    margin: auto;
}


.grid-container {
    display: grid;
    row-gap: 30px;
    padding: 100px 15px;    
    grid-template-rows: auto auto auto;
    background-color: #62403e !important;
    margin-bottom: 0;
}
@media (max-width: 991px){
    .grid-container{
        row-gap: 10px
    }
}
@media (max-width: 767px){
    .grid-container{
        padding: 30px 15px;
    }
}
.grid-item {
    font-size: 50px;
    text-align: center;
}
@media (max-width: 991px){
    .grid-item{
        margin-bottom: 15px;
    }
}
.grid-item h6{
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 25px;
}
@media (max-width: 991px){
    .grid-item h6{
        font-size: 14px;
    }
}
.grid-item h2{
    color: #fff;
    margin: 0;
    font-size: 1.7rem;
    letter-spacing: 1px;
}
@media (max-width: 900px){
    .grid-item h6{
        font-size: 14px;
        margin: 0;
    }
 }
 @media (max-width: 575px){
    .grid-item h6{
        font-size: 13px;
        margin: 0;
    }
 }
 .mh650{
    min-height: 650px !important;
 }