.full-width-content .content-sidebar-wrap>.content {
    border: 1px solid #E0E1E4;
    box-shadow: 0 0 17px 0 rgba(2,6,19,0.12);
    margin-top: 40px;
	padding: 70px 109px;
}

.site-inner .content-sidebar-wrap {
    width: 1300px;
    padding: 0 15px; 
}

.post-title {
    font-size: 39px;
    margin-bottom: 0;
}

.section-header {
	display: flex;
	justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.fancybox-container {
    z-index: 99999999999;
}

.video-banner {
    position: relative;
    display: inline-block;
}
.video-banner:before {
    content: '';
    position: absolute;
    background-image: url(../images/play-btn.svg);
    width: 122px;
    height: 122px;
    top: 50%;
    left: 50%;
    margin-top: -61px; 
    margin-left: -61px;
    transition: all .4s ease;
}
.video-banner:hover:before {
    transform: scale(1.05);
}

.section-banner {
    margin-bottom: 40px;
}

.section-download-resources {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F5F5F8;
    border: 1px solid #E0E1E4;
    border-radius: 200px;
    padding: 15px 30px 15px 40px;
    margin-bottom: 20px;
}
.section-download-resources .h {
    margin: 0;
    font-size: 17px;
}
.section-download-resources .download-pdf {
    margin: 5px;
    text-decoration: underline;
    padding: 14px 25px;
}
.section-download-resources .download-pdf:after {
    content: '\f019';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-left: 15px;
}

@media ( max-width: 1024px ) {
    .full-width-content .content-sidebar-wrap>.content {
        padding: 50px 30px;
    }
}

@media ( max-width: 767px ) {
    .section-download-resources {
        display: block;
        border-radius: 0;
        padding: 30px;
    }
    .section-download-resources .s1 {
        margin-bottom: 10px;
    }
}