

.news-sect::before {
    top: 120px !important;
}
.news-sect .title span {
    display: none;
}
.news-sect .title h2 {
    color: #03205C;
    font-size: 50px;
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
}


.products-sect .title {
    padding-top: 20px;
}
.products-sect .title span {
    display: none;
}
.products-sect .title h2 {
    color: #FFF;
    font-size: 50px;
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
}
.ibtn.fb {
    transition: all .3s ease;
    background-image: url(../../../images/layout03-1/en/fb_page.png);
    height: 45px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    max-width: 1330px;
    margin: 0;
    right: 0;
    margin: auto;
}

@media screen and (max-width: 1000px){
    .products-sect .title h2 {
        font-size: 24px;
    }
    .news-sect .title h2 {
        font-size: 24px;
    }
}