.global-classic {
  position: relative;
}
.global-classic.bubble-left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 184px;
  height: 330px;
  background-image: url(../../.././assets/icons/classic-bubble-left.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.global-classic__content {
  padding-left: 40px;
  padding-right: 40px;
}
.global-classic__list li {
  border-radius: 14px;
  background: #f3ebe0;
  padding: 15px 20px 15px 60px;
  position: relative;
  color: #a28c78;
  font-weight: 600;
  line-height: 32px;
  font-size: clamp(16px, 0.9375vw, 18px);
  margin-bottom: 10px;
}
.global-classic__list li::before {
  content: "";
  position: absolute;
  background-image: url(../../.././assets/icons/bullet-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  top: 20px;
  left: 20px;
}
.global-classic.bubble-right:after {
  content: "";
  position: absolute;
  bottom: -45px;
  right: 52px;
  width: 250px;
  height: 270px;
  background-image: url(../../.././assets/icons/classic-bubble-right.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
.global-classic__image {
  position: relative;
  z-index: 2;
}

.global-classic__image.mobile {
  display: none;
}

@media only screen and (max-width: 1280px) {
  .global-classic.bubble-left:before {
    top: -30px;
    width: 120px;
    height: 170px;
  }
  .global-classic__content {
    padding-left: 0;
    padding-right: 0;
  }

  .global-classic.bubble-right:after {
    bottom: -49px;
    right: 0;
    width: 120px;
    height: 140px;
  }
}

@media only screen and (max-width: 992px) {
  .global-classic__image.desktop {
    display: none;
  }
  .global-classic__image.mobile {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .global-classic__buttons {
    flex-direction: column;
  }
  .global-classic__buttons a {
    text-align: center;
    padding: 12px 15px;
  }

  .global-classic__list li {
    padding: 15px 15px 15px 40px;
  }
  .global-classic__list li::before {
    left: 9px;
  }
}
