@media (min-width: 900px) {
.m-name {
max-width: 15%;
  white-space: nowrap;
}
.name-1 {
text-transform: none;
  font-size: 24px;
  line-height: 90%;
  display: block;
}
.name-1 i {
font-style: normal;
  font-weight: 700;
  font-size: 20px;
}
}

@media (min-width: 900px) and (max-width: 1200px) {
.m-name {
max-width: 24%;
  white-space: nowrap;
}
.name-1 {
font-size: 16px;
  font-weight: 600;
}
}

.usl-1-2-1-1 img {
background: #E7C160;
}