.best-selling-courses-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--primary);
  border-radius: 48px;
  padding: 24px 48px 48px;
  margin-right: -48px;
  margin-left: -48px;
}
.best-selling-courses-section__floating-icon {
  position: absolute;
  width: 208px;
  height: 208px;
  bottom: -48px;
}
.best-selling-courses-section__floating-icon img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 991px) {
  .best-selling-courses-section {
    height: auto;
    margin-right: -24px;
    margin-left: -24px;
    padding: 48px 24px;
  }
  .best-selling-courses-section__floating-icon {
    display: none;
  }
}
