.faq-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--primary);
  border-radius: 16px;
  color: var(--white);
  padding: 48px;
  margin-top: 80px;
  margin-right: -48px;
  margin-left: -48px;
}

.faq-section__floating-icon {
  position: absolute;
  width: 208px;
  height: 208px;
  top: -88px;
  right: 48px;
  z-index: 1;
}

.faq-section__floating-icon img {
  max-width: 100%;
  max-height: 100%;
}

.rtl .faq-section__floating-icon {
  right: auto;
  left: 48px;
}

@media (max-width: 991px) {
  .faq-section__floating-icon {
    width: 104px;
    height: 104px;
    top: -44px;
  }
}