.trusted {
  width: calc(100% - 20px);
  margin: 4rem auto;
  background-color: #2563eb;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  padding: 2rem 0;
}
.trusted .row {
  width: calc(100% - 20px);
  margin: 0 auto;
  max-width: 1600px;
}
.trusted .row .tag-master span {
  font-weight: 600;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 10px;
  color: #ffffff;
  border: #ffffff 1px solid;
}
.trusted .row .title3 {
  font-size: 36px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .trusted .row {
    width: calc(100% - 140px);
  }
  .trusted .row .tag-master span {
    font-size: 16px;
  }
}
