section.section-15-banner .medal {
 display: block;
 height: auto;
 right: -10px;
 pointer-events: none;
 position: absolute;
 top: 35px;
 width: 140px;
 z-index: 5;
}

section.section-15-banner .text {
 margin-left: 0rem;
}

@media all and (max-width: 1400px) {
 section.section-15-banner .medal {
  right: -5px;
 }
}

@media all and (max-width: 980px) {
 section.section-15-banner .medal {
  right: -8px;
 }
}

@media all and (max-width: 350px) {
 section.section-15-banner .text {
  width: 260px;
 }
}
