.btn {
    height: auto;
    line-height: 26px;
    padding: 14px 35px;
}

.tastings .card {
    height: 100%;
}

.tastings-holder {
    background-color: #F5F3EF;
    overflow: hidden;
}

.tastings .slogan p {
    line-height: 1.5;
}

.tastings .page-intro {
    background: url(/build/images/tasting-intro-bgr.0ed0abf8.png) center center no-repeat;
    z-index: 2;
    background-size: cover;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    min-height: 610px;
    padding: 120px 0 25px 0;
}

.tastings-holder .page-info {
    margin-bottom: -86px;
}

.page-intro h1:after {
    display: none;
}

.tasting-block .tasting-image {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 41%;
}

.tasting-block .tasting-image.left-side {
    right: auto;
    left: 0;
}

.tasting-block .block-info {
    padding: 80px 15px 60px 70px;
}

.tasting-block .right-side .block-info {
    padding: 110px 0 90px 45px;
}

.tasting-block .block-info .post-info p {
    color: #7A7A7A;
}

.what-awaits-you .info-block {
    box-shadow: 0 6px 16px #88888829;
    padding: 25px 15px;
}

.what-awaits-you .info-block p {
    margin: 0;
}

.tasting-information {
    background: url(/build/images/tasting-information-bgr.57537323.png) center center no-repeat;
}

.tasting-information p {
    font-size: 36px;
    line-height: 44px;
    font-family: 'Moderato E4 L', sans-serif;
}

.choose-your-experience {
    background-color: #F5F3EF;
}

.choose-your-experience p {
    font-size: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .what-awaits-you .info-block p {
        min-height: 156px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .tasting-block .block-info,
    .tasting-block .right-side .block-info {
        padding: 90px 0 40px 0;
    }

    .what-awaits-you .info-block h5 {
        min-height: 48px;
    }

    .tasting-block .tasting-image {
        max-height: 500px;
    }

    .tasting-block.first-block .tasting-image {
        top: 85px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .what-awaits-you .info-block p {
        min-height: 208px;
    }

    .tastings .page-intro {
        min-height: 330px;
        padding: 65px 0 25px 0;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {

    .btn {
        padding: 8px 30px;
    }
    .tasting-block .block-info,
    .tasting-block .right-side .block-info {
        padding: 15px 0 30px 0;
    }

    .tastings-holder .page-info {
        margin-bottom: 0;
    }

    .tasting-block .tasting-img-mobile {
        background-size: cover !important;
        width: 100%;
        height: 300px;
    }

    .tasting-information p {
        font-size: 24px;
        line-height: 34px;
    }

    .choose-your-experience p {
        font-size: 16px;
    }

    .tastings .page-intro {
        min-height: 260px;
        padding: 65px 0 30px 0;
    }
}
