.aheto-features--floreal-classic {
  position: relative;
  padding: 30px 25px 50px 25px;
}

@media screen and (max-width: 1024px) {
  .aheto-features--floreal-classic {
    padding: 30px 20px 40px 20px;
  }
}

@media screen and (max-width: 767px) {
  .aheto-features--floreal-classic {
    padding: 30px 20px 40px 20px;
  }
}

.aheto-features--floreal-classic .aheto-features-block__frame {
  position: absolute;
  width: 93%;
  height: 93%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-image-source: url("../img/feature_border.png");
  border-style: solid;
  border-image-slice: 40;
  border-image-width: 45px;
  z-index: 2;
  pointer-events: none;
}

.aheto-features--floreal-classic .aheto-features-block__image {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aheto-features--floreal-classic .aheto-features-block__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.aheto-features--floreal-classic .aheto-features-block__title {
  margin-top: 25px;
}

.aheto-features--floreal-classic .aheto-features-block__title span {
  color: var(--c-active);
}

@media screen and (max-width: 767px) {
  .aheto-features--floreal-classic .aheto-features-block__title {
    margin-top: 30px;
  }
}

.aheto-features--floreal-classic .aheto-features-block__divider {
  width: 48px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(var(--ca-active), 0.6);
  margin-top: 5px;
}

.aheto-features--floreal-classic .aheto-features-block__description {
  margin-top: 13px;
  margin-bottom: 18px;
}
