.section-awards {
  padding: 200px 0 100px;
}
.section-awards .row-1 {
  padding: 40px 50px 60px;
}
.section-awards .row-1 .col-b .section-bg {
  top: -240px;
  left: auto;
  right: 8%;
  transform: translateX(-8%);
}
.section-awards .row-1 .col-b .section-bg .bg svg {
  max-width: 380px;
}
.section-awards .awards-images .award-card .award-image .image-container {
  width: 145px;
  height: 145px;
}
.section-awards .awards-images .award-card:first-child {
  bottom: 10%;
  left: -5%;
  transform: translate(5%, -10%);
}
.section-awards .awards-images .award-card:nth-child(2) {
  top: 0;
  left: 52%;
  transform: translateX(-52%);
}
.section-awards .awards-images .award-card:last-child {
  right: -4%;
  bottom: 10%;
  transform: translate(4%, -10%);
}
.section-clients .row-1 .col-a .content.heading2Center {
  max-width: 992px;
}

@media (min-width: 1440px) {
  .section-awards .row-1 .col-b .section-bg .bg svg {
    max-width: 430px;
  }
  .section-awards .awards-images .award-card:first-child {
    bottom: 0;
    left: -4%;
    transform: translateX(-4%);
  }
  .section-awards .awards-images .award-card:nth-child(2) {
    top: 33px;
    left: 50%;
    transform: translateX(-50%);
  }
  .section-awards .awards-images .award-card:last-child {
    right: -3%;
    bottom: 0;
    transform: translateX(3%);
  }
  .section-gallery .row-1 .col-a .headingThreeContent.row-1-1 > .col-a {
    grid-column: span 5;
  }
  .section-gallery .row-1 .col-a .headingThreeContent.row-1-1 > .col-b {
    grid-column: span 7;
  }
}

@media (min-width: 1920px) {
  .section-partnership .section-bg {
    top: 100px;
  }
  .section-partnership .row-1 .col-a .image-container img {
    max-width: 530px;
  }
  .section-gallery .section-bg .bg.bg-right svg {
    max-height: 371px;
    max-width: 216px;
  }
  .section-gallery .slide .slide-bg .bg svg {
    max-width: 218px;
    max-height: 127px;
  }
}
