﻿.wp-strength-res-home {
    background: url(/Design/img/bg_feedback.jpg) no-repeat;
    background-size: cover;
    padding-top: 114px;
    padding-bottom: 82px;
    position: relative;
    background-position: center;
}

    .wp-strength-res-home .grid.wide {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 1200px;
    }

li.item-strength-res-home {
    list-style: none;
    text-align: center;
    width: 290px;
}

h4.name-title-strength-res-home {
    font-size: 22px;
    font-family: 'lober';
    color: #ffffff;
    margin: 0;
    padding-left: 10px;
}

span.des-strength-res-home {
    font-size: 15px;
    font-family: 'ASAPR';
    color: #ffffff;
    line-height: 154%;
    display: block;
    margin-bottom: 14px;
}

.bottom-strength-res-home a.booking-strength-res-home {
    font-size: 12px;
    font-family: 'AsapM';
    text-transform: uppercase;
    color: #ffffff;
    background: #469acb;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: auto;
    padding: 10px 16px;
}

    .bottom-strength-res-home a.booking-strength-res-home:hover {
        background: #7fbb01;
    }

ul.list-strength-res-home {
    justify-content: space-between;
    display: flex;
    width: 100%;
}

.img-strength-res-home img {
    width: 20px;
}

.img-strength-res-home {
    width: 40px;
    height: 40px;
    background: #df1d25;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.top-strength-res-home {
    display: flex;
    padding-bottom: 15px;
    justify-content: center;
    align-items: center;
}

a.phone-strength-res-home {
    display: block;
    font-size: 25px;
    font-family: 'lober';
    color: #ffffff;
    margin-top: 13px;
}

.wp-strength-res-home .decor {
    content: "";
    width: 470px;
    bottom: -40px;
    display: block;
    position: absolute;
}

@media(max-width:1023px) {
    ul.list-strength-res-home {
        margin-bottom: 32px;
    }

    .wp-strength-res-home {
        padding-bottom: 0;
        padding-top: 35px;
    }

        .wp-strength-res-home .decor {
            position: relative;
        }

        .wp-strength-res-home .grid.wide {
            flex-direction: column-reverse;
        }

    li.item-strength-res-home {
        width: 320px;
    }
}