.perfume-steps {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.perfume-steps li {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border: 2px solid #000 !important;
    padding: 20px 30px !important;
    margin-bottom: 15px !important;
    border-radius: 10px !important;
    flex-direction: row-reverse;
}
.perfume-steps li .text {
    text-align: left !important;
    text-transform: uppercase !important;
    font-weight: 400;
    font-size: 14px !important;
    flex: 1 !important;
    order: 1 !important;
}
.perfume-steps li .number {
    font-size: 48px !important;
    font-weight: bold !important;
    margin-right: 20px;
    margin-left: 20px !important;
    order: 2 !important;
}
.text-head {
    text-align: left !important;
    text-transform: uppercase !important;
    font-weight: 400;
    font-size: 14px !important;
    flex: 1 !important;
    order: 1 !important;
}
.pf-title {
    font-size: 8px!important;
}
.pf-results > div:first-child .pf-actions a.pf-btn {
  background-color: #000 !important;
  color: #fff !important;
}
.pf-btn {
    font-size: 9px!important;
}
.pf-card__image {
    aspect-ratio: auto!important;
}
.text-principal-head{
    text-align: center !important;
    margin-top: 115px !important;
    margin-bottom: -68px !important;
}
.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation {
    padding-bottom: 0!important;
    margin-bottom: -60px!important;
}
@media only screen and (max-width: 690px) {
    .img-with-aniamtion-wrap.margin_bottom_phone_0px {
        margin-bottom: -50px !important;
    }
}