.discounted-courses-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--secondary);
  border-radius: 48px;
  padding: 48px;
  margin-top: 175px;
  margin-right: -48px;
  margin-left: -48px;
}
.discounted-courses-section__floating-icon {
  position: absolute;
  width: 208px;
  height: 208px;
  top: -88px;
  right: 48px;
}
.discounted-courses-section__floating-icon img {
  max-width: 100%;
  max-height: 100%;
}
.rtl .discounted-courses-section__floating-icon {
  right: auto;
  left: 48px;
}
@media (max-width: 991px) {
  .discounted-courses-section {
    height: auto;
    margin-right: -24px;
    margin-left: -24px;
    margin-top: 100px;
    padding: 48px 24px;
  }
  .discounted-courses-section__floating-icon {
    width: 104px;
    height: 104px;
    top: -60px;
  }
}
