.aheto-tm-wrapper--floreal-modern {
  position: relative;
}

.aheto-tm-wrapper--floreal-modern .swiper {
  position: relative;
}

.aheto-tm-wrapper--floreal-modern .aheto-tm__content {
  background-color: var(--c-light);
  padding: 55px 50px 60px 50px;
  position: relative;
  -webkit-box-shadow: 0 10px 50px 0 rgba(var(--ca-dark), 0.06);
          box-shadow: 0 10px 50px 0 rgba(var(--ca-dark), 0.06);
  margin-bottom: 31px;
  margin-top: 10px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1440px) {
  .aheto-tm-wrapper--floreal-modern .aheto-tm__content {
    padding: 42px;
  }
}

@media screen and (max-width: 767px) {
  .aheto-tm-wrapper--floreal-modern .aheto-tm__content {
    padding: 30px;
  }
}

.aheto-tm-wrapper--floreal-modern .aheto-tm__content::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 17px solid transparent;
  border-top: 17px solid var(--c-light);
  position: absolute;
  bottom: -17px;
  left: 42px;
}

@media screen and (max-width: 991px) {
  .aheto-tm-wrapper--floreal-modern .aheto-tm__content::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.aheto-tm-wrapper--floreal-modern .aheto-tm__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 20px;
}

.aheto-tm-wrapper--floreal-modern .aheto-tm__overlay img {
  height: 100%;
  width: 100%;
}

.aheto-tm-wrapper--floreal-modern .aheto-tm__text {
  margin-bottom: 0;
}

.aheto-tm-wrapper--floreal-modern .aheto-tm__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 991px) {
  .aheto-tm-wrapper--floreal-modern .aheto-tm__author {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.aheto-tm-wrapper--floreal-modern .aheto-tm__avatar {
  height: 63px;
  width: 63px;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  margin-right: 20px;
}

.aheto-tm-wrapper--floreal-modern .aheto-tm__name {
  margin-bottom: 0;
  color: var(--c-light);
}

.aheto-tm-wrapper--floreal-modern .aheto-tm__position {
  margin-bottom: 0;
  font-weight: inherit;
  color: var(--c-active);
}
