.pr-price {
    background-color: #f8de83;
    text-align: center;
    padding: 15px;
    margin-top: 15px;
}

.pr-price p {
    font-family: 'Serifa-Bold';
    font-size: 31px;
    line-height: 1.1;
}

@media (max-width: 500px){
    .pr-price p {
        font-size: 27px;
    }
}

.list-products h5 {
    min-height: 65px;
    padding: 0 20px;
}

@media(max-width: 767px) {
    .list-products h5 {
        min-height: auto;
    }
}

.pr-image {
    height: 156px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width: 767px) {
    .pr-image {
        height: auto;
    }
}

.pr-image img {
    max-height: 156px;
    margin: 0 auto;
}

@media(max-width: 767px) {
    .pr-image img {
        max-height: 125px;
    }
    .pr-advantage br {
        display: none;
    }
}

.pr-image .maxh1 {
    max-height: 125px;
}

.pr-desc {
    background-color: #f1f5f6;
    border-bottom: 1px solid #b8d6de;
    padding-bottom: 0;
}

.pr-option {
    background-color: #ddedf1;
    border: 2px solid #b8d6de;
    border-radius: 25px;
    padding: 9px 17px 7px 17px;
    margin-right: 3px;
    margin-top: 3px;
}

.pr-options {
    margin-top: -3px;
}

.pr-option p {
    line-height: 1.2;
}

.pr-advantage {
    border-top: 1px solid #b8d6de;
    padding: 12px 0;
}

.pr-advantage p {
    line-height: 1.35;
}

.list-products .item-cont {
    position: relative;
    padding-bottom: 125px;
}

.list-products .btn-block {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
    padding: 0 20px;
}

.pr-advantage .flex-icon {
    width: 30px;
}

.pr-advantage .flex-icon img {
    margin: 0 auto;
}