.clients-logo div a {
    height: 140px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.clients-logo div img {
    align-self: center;
    width: fit-content;
}

.clients-logo:first-of-type > div:nth-child(4) img,
.clients-logo:first-of-type > div:nth-child(3) img {
    width: 100%;
}

.quotes:before {
    content: '\201C';
}

.quotes:after {
    content: '\201D';
}

.clients-logo .first-row {
    max-height: 140px;
    align-self: center;

}

.main-content{
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.heading h2{
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 87px;
    letter-spacing: -0.01em;
    font-family: 'Manrope', sans-serif;
}

.text-center{
    text-align: center;    
}

.contact-section {
  padding: 50px 20px;
  background: #FFFAF5;
}

.section-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}

.clients-logo {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 100px;
  /* max-width: 1100px; */
  margin: 0 auto;
}

.logo-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-item img {
  max-width: 100%;
  height: 80px;
  object-fit: contain;
}
.awards div a{
  height: 250px;
}

.awards img{
  width: 100% !important;
  height: 100%;
}

.awards-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.awards-content .details{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.awards-content .details .info {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}

.awards-content .details .sub-info {
  color: rgb(124, 123, 123);
  display: flex;
  align-items: center;
  gap: 10px;
}

.awards-content .details .sub-info .dot {
  width: 3px;
  height: 3px;
  background-color: rgb(124, 123, 123);
  display: block;
  border-radius: 25px;
}

@media (max-width: 992px) {
  .clients-logo {
    flex-direction: column;
    align-items: center;
  }

  .awards img{
    width: fit-content !important;  
  }
}

@media (max-width: 576px) {
  .clients-logo {
    grid-template-columns: 1fr;
  }
}