.content-h2 > * {
    background: none;
    border: none;
    color: #323334;
    text-align: center;
    text-transform: none;
    font-weight: 400;
    max-width: 650px;
    padding-left: 0;
    padding-right: 0;
}
.block ul li {
    list-style: none;
    position: relative;
    padding-bottom: 15px;
}
.block ul li::before {
    content: url(/theme/bilco/images/icons/chevron.png);
    left: -38px;
    display: inline-block;
    position: absolute;
}
.block-images .images img {
    max-height: 250px;
    object-fit: cover;
    width: 100%;
}
.block-images images span {
    display: inline-block;
}
.block-text_with_image .content-image {
    position: relative;
}
.block-text_with_image .content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.logo-images img {
    margin-right: 20px;
    max-height: 120px;
    object-fit: contain;
    max-width: 200px;
}
.logo-images img:last-child {
    margin-right: 0;
}
.block-contact {
    min-height: 200px;
    border-top: 1px solid #ec6608;
    border-bottom: 1px solid #ec6608;
    font-size: 17pt;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    overflow-wrap: anywhere;
    overflow: hidden;
}
.block-contact strong {
    color: #ec6608;
}
.block-contact .content > a {
    color: black;
    display: inline-block;
    font-weight: bold;
}
.block-contact a.tel {
    margin-right: 20px;
}
.block-contact .content a i {
    padding-right: 5px;
    color: #ec6608;
}
.block-contact .content a.tel i {
    font-size: 22pt;
    top: 2px;
    position: relative;
}

.block-contact .btn {
    text-transform: initial;
    font-weight: light;
}

.block-installation_guide {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 15pt;
    font-weight: normal;
    background-position: top;
}

.video {
    position: relative;
    cursor: pointer;
    max-width: 550px;
    margin: 0 auto;
}

.block-installation_guide .video {
    max-height: 250px;
}

.download .fa-arrow-down {
    padding: 10px;
    color: white;
    background-color: #ec6608;
}

.video-section .title-section {
    font-size: 18pt;
    text-align: center;
    line-height: 1.2'
}

.video-section .title-section > * {
    margin-bottom: initial;
}

.video-section .logo-images {
    max-width: 550px;
    margin: 0 auto;
}


@media (min-width: 768px) {
    .block-contact {
        font-size: 19pt;
    }
    .block-contact .content a.tel i {
        font-size: 21pt;
    }
    .block-installation_guide {
        background-position: initial;
    }
}

@media (max-width: 768px){
    .block-installation_guide .video {
        height: 300px;
    }
}