.single-services.ser-m.mb-30 {
    background: #fff;
    box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.07);
    position: relative;
    margin: 0 15px;
}

.single-services::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 5px;
    top: 5px;
    background: #644222;
    z-index: -1;
    transition: .3s;
    opacity: 0;
}

.single-services:hover::before {
    opacity: 1;
}

.services-content {
    padding: 30px 40px 60px;
    padding-bottom: 55px;
}

.services-content .field--name-variations {
    background: #644222;
    font-family: 'Jost', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 30px;
    margin-top: -70px;
    position: relative;
}

.single-services .field--name-variation .field {
    background: #644222;
    font-family: 'Jost', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 30px;
    margin-top: -70px;
    position: relative;
}

.field.field--name-price.field--type-commerce-price {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.single-services .field--name-title {
    font-family: 'Jost', sans-serif;
    color: #101010;
    margin-top: 0px;
    font-style: normal;
    font-weight: 600;
    text-transform: normal;
    font-size: 24px;
    margin-bottom: 20px;
}

.services-content p {
    margin-bottom: 0;
}