.aheto-features--floreal-packages .aheto-features-block__wrap {
  position: relative;
  padding-bottom: 90px;
  height: 100%;
  background-color: var(--c-light);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .aheto-features--floreal-packages .aheto-features-block__wrap {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .aheto-features--floreal-packages .aheto-features-block__wrap {
    padding-bottom: 35px;
  }
}

.aheto-features--floreal-packages .aheto-features-block__frame {
  position: absolute;
  width: 91%;
  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;
}

.aheto-features--floreal-packages .aheto-features-block__image-wrap {
  -webkit-transform: translateY(-110px);
      -ms-transform: translateY(-110px);
          transform: translateY(-110px);
}

.aheto-features--floreal-packages .aheto-features-block__image {
  width: 290px;
  height: 290px;
  border-radius: 50%;
  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;
  -webkit-transition: ease-in .2s;
  -o-transition: ease-in .2s;
  transition: ease-in .2s;
  position: relative;
  overflow: visible;
  background-size: cover;
  background-position: center center;
}

.aheto-features--floreal-packages .aheto-features-block__image:before {
  content: '';
  width: 101%;
  height: 101%;
  position: absolute;
  border-width: 2px;
  border-style: solid;
  border-color: #f3cdc4;
  border-radius: 50%;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}

@media screen and (max-width: 1199px) {
  .aheto-features--floreal-packages .aheto-features-block__image {
    width: 250px;
    height: 250px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .aheto-features--floreal-packages .aheto-features-block__image {
    width: 200px;
    height: 200px;
  }
}

.aheto-features--floreal-packages .aheto-features-block__title {
  margin-top: -80px;
  padding: 0 20px;
  text-align: center;
}

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

.aheto-features--floreal-packages .aheto-features-block__description {
  margin-top: 18px;
  text-align: center;
}

.aheto-features--floreal-packages .aheto-features-block__description, .aheto-features--floreal-packages .aheto-features-block__link {
  padding: 0 40px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .aheto-features--floreal-packages .aheto-features-block__description, .aheto-features--floreal-packages .aheto-features-block__link {
    padding: 0 50px;
  }
}

.aheto-features--floreal-packages .aheto-features-block__overlay {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: ease-in .2s;
  -o-transition: ease-in .2s;
  transition: ease-in .2s;
  opacity: 0;
}

.aheto-features--floreal-packages .aheto-features-block__price {
  color: var(--c-light);
  margin-bottom: 0;
}

.aheto-features--floreal-packages .aheto-features-block__link {
  text-align: center;
  position: absolute;
  bottom: 55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .aheto-features--floreal-packages .aheto-features-block__link {
    bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .aheto-features--floreal-packages .aheto-features-block__link {
    margin-top: 20px;
    position: static;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
}

.aheto-features--floreal-packages:hover .aheto-features-block__overlay {
  opacity: 1;
}

.aheto-features--floreal-packages:hover .aheto-features-block__image:before {
  border-width: 0;
}
