.about-us {
    align-items: center;
/*     background-color: #072b57; */
    color: #fff;
    justify-content: center;
    padding: 80px 100px;
    text-align: center;
    position: relative;
    z-index: 1;
}
/* .about-us::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;  
    height: 100%; 
    background-image: url(https://www.dealcloser.com/hubfs/bg-shape.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    z-index: -1;
}

.about-us::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;  
    height: 100%;  
    background-image: url(https://www.dealcloser.com/hubfs/bg-shape.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    z-index: -1;
} */
.about-subheading {
    color: #fff !important;
    max-width: 100% !important;
}
.about-content {
    font-family: sofia-pro;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
}
.about-mainheading {
    align-items: center;
    background: #fff;
    border-radius: 100px;
    color: #232323;
    display: inline-flex;
    font-family: sofia-pro;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    padding: 8px 12px;
    width: 136px;
    justify-content: center;
}
.about-main {
    margin-top: 20px;
}
.about-images {
    display: flex;
/*     flex-wrap: wrap; */
    gap: 57px;
    justify-content: center;
    padding: 40px 20px;
    margin-bottom: -200px;
    z-index: 9999;
    position: relative;
    margin-top: 25px;
    align-items: center;
}
.about-card {
    border-radius: 12px;
    overflow: hidden;
    max-width: 220px;
    width: 100%;
}

.about-card img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 479px){
  .about-images {
    flex-wrap: wrap !important;
  }
}

@media screen and (max-width: 767px) and (min-width: 320px) {
  .about-us {
    padding: 60px 20px;
    min-height: auto;
  }

/*   .about-main {
    margin-top: 60px;
  } */

  .about-mainheading {
    font-size: 14px;
    padding: 8px 12px;
    width: 136px;
  }

  .about-content {
    font-size: 22px;
    line-height: 30px;
  }

  .about-images {
    gap: 20px !important;
    padding: 30px 10px;
  }

  .about-card {
    max-width: 160px;
  }

  .about-us::before,
  .about-us::after {
    display: none; 
  }
}
  
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .about-us {
    padding: 80px 40px;
    min-height: auto;
  }
/*   .about-main {
    margin-top: 80px;
  } */
  .about-mainheading {
    font-size: 19px;
    padding: 7px 12px;
    width: 136px;
  }
   .about-content {
    font-size: 24px;
    line-height: 30px;
  }
  .about-images {
    gap: 20px !important;
    margin-bottom: -200px;
    padding: 40px 20px;
  }

  .about-card {
    max-width: 200px;
  }

  .about-us::before,
  .about-us::after {
    width: 180px;
    height: 380px;
  }
}
@media screen and (max-width: 1291px){
  .about-main {
    margin-top: 0;
  }
  .about-images{
    gap: 40px;
    margin-top: 0;
  }