.section-supported .title h4 {
  font-size: 42px;
  font-weight: 700;
}
.section-supported .supported-col-title {
  font-weight: 600;
  color: #1d707d;
}
.section-supported .supported-col-content {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-supported .supported-col-content img {
  max-width: 90px;
  max-height: 70px;
}