.icon-banner {
  margin-right: 66px;
  margin-left: 66px;
  margin-bottom: 180px;
}

.icon-banner__cover {
  background: #fffbeb;
  padding: 34px 34px 74px;
  border-radius: 24px;
  position: relative;
  overflow: visible;
}

.icon-banner__cover::before {
  content: "";
  position: absolute;
  top: -24px;
  right: -31px;
  width: 73px;
  height: 76px;
  background: url("https://storyblok-hub.itcurated.com/wp-content/uploads/2025/08/cs-icon-2-1.svg")
    no-repeat center/contain;
}

.icon-banner__cover::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -60px;
  width: 132px;
  height: 160px;
  background: url("https://storyblok-hub.itcurated.com/wp-content/uploads/2025/08/cs-icon-3.svg")
    no-repeat center/contain;
}

.icon-banner__content {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.icon-banner__cover--yellow {
  background: #fffbeb;
}

.icon-banner__cover--blue {
  background: #eef8ff;
}

.icon-banner__cover--purple {
  background: #f5f2ff;
}

@media screen and (max-width: 768px) {
  .icon-banner {
    margin-right: unset;
    margin-left: unset;
  }

  .icon-banner__cover::after {
    left: 0;
  }
}
