.custom-courses-grid-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--section-bg);
  padding: 60px 48px;
  margin-right: -48px;
  margin-left: -48px;
  border-radius: 48px;
}
.custom-courses-grid-section__floating-image-1, .custom-courses-grid-section__floating-image-2 {
  position: absolute;
  bottom: -84px;
  width: 208px;
  height: 208px;
  aspect-ratio: 1/1;
}
.custom-courses-grid-section__floating-image-1 img, .custom-courses-grid-section__floating-image-2 img {
  max-width: 100%;
  max-height: 100%;
}
.custom-courses-grid-section__floating-image-1 {
  left: 48px;
}
.rtl .custom-courses-grid-section__floating-image-1 {
  left: auto;
  right: 48px;
}
.custom-courses-grid-section__floating-image-2 {
  right: 48px;
}
.rtl .custom-courses-grid-section__floating-image-2 {
  right: auto;
  left: 48px;
}
@media (max-width: 991px) {
  .custom-courses-grid-section {
    height: auto;
  }
  .custom-courses-grid-section__floating-image-1, .custom-courses-grid-section__floating-image-2 {
    bottom: -54px;
    width: 104px;
    height: 104px;
  }
  .custom-courses-grid-section__floating-image-1 {
    left: 24px;
  }
  .rtl .custom-courses-grid-section__floating-image-1 {
    left: auto;
    right: 24px;
  }
  .custom-courses-grid-section__floating-image-2 {
    right: 24px;
  }
  .rtl .custom-courses-grid-section__floating-image-2 {
    right: auto;
    left: 24px;
  }
}
