.partners-icon-col img {
  width: 160px;
}
.trusted-by-partners-images {
  margin-top: 7rem;
  align-items: center;
}
.trusted-by-partners-wrapper h2 {
  font-family: work-sans-semibold, sans-serif;
  font-size: 4.4rem;
}
.amazon-icon img{
  max-height: 60px;
}
.trusted-by-partners-section {
  margin: 12rem 0;
}
@media(max-width:767px){
  .trusted-by-partners-wrapper h2 {
    font-size: 4rem; !important;
    margin-bottom: 2rem;
  }
}