#essens_extra-info-blocks {
    margin: 20px auto
}

#essens_extra-info-blocks .content-block-wide__title {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 1em
}

.essens-features__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between
}

.essens-features__feature img {
    max-width: 40px
}


.essens-features__feature {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 10px;
    min-height: 40px;
    padding-left: 60px;
    width: 100%;
    font-size: 16px;
}

.essens-features__feature img {
    left: 0;
    max-width: 45px;
    position: absolute;
    top: 0
}

@media only screen and (min-width:768px) {

    #search-result-banner_essens-alt .title,
    #search-result-banner_essens-alt .subTitle {
        color: #000
    }

    #essens_extra-info-blocks {
        margin: 40px auto
    }

    #essens_extra-info-blocks .content-block-wide__content {
        padding: 0 30px
    }

    #essens_extra-info-blocks .content-block-wide__title {
        font-size: 14px
    }
}

@media only screen and (min-width:1024px) {

    #essens_extra-info-blocks .content-block-wide__title {
        font-size: 20px
    }
}

#essens_extra-info-blocks .content-block-wide__text {
    font-size: 16px
}

@media only screen and (min-width:768px) {

    #essens_extra-info-blocks .content-block-wide__text,
    .essens-features__feature {
        font-size: 12px
    }
}

@media only screen and (min-width:1024px) {

    #essens_extra-info-blocks .content-block-wide__text,
    .essens-features__feature {
        font-size: 15px
    }
}

@media only screen and (min-width:1280px) {

    #essens_extra-info-blocks {
        margin: 60px auto
    }

    #essens_extra-info-blocks .content-block-wide__content {
        padding: 0 60px
    }

    #essens_extra-info-blocks .content-block-wide__title {
        font-size: 32px
    }

    #essens_extra-info-blocks .content-block-wide__text,
    .essens-features__feature {
        font-size: 18px
    }
}

.essens-video {
    margin: 0 0 30px
}

.essens-video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.essens-video__button .btn {
    display: inline-flex;
    align-items: center;
    font-size: clamp(.625rem, .55rem + .375vw, 1rem);
    padding: 5px 10px;
    border-radius: 32px
}

.essens-video__button .btn svg {
    margin-left: 10px;
    flex-shrink: 0
}

@media only screen and (min-width:1024px) {
    .essens-video__button .btn {
        padding: 10px 20px
    }
}
