.banner-section .banner {
    position: relative;
    padding: 0;
}

.banner-section img {
    width: 100%;
}

.banner-section h1 {
    position: absolute;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    top: 46%;
    width: 100%;
}

.news-section {
    padding-top: 26px;
}

.news-item-border{
    position: relative;
} 

.news-item {
    padding: 10px 5px;
    color: #000000;
    text-decoration: none;
    margin-bottom: 10px;
}

.news-item:hover {
    color: #000000;
    -webkit-box-shadow: 0px 2px 15px -3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 15px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 15px -3px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

.news-item .news-pic img {
    width: 100%;
}

.news-item .news-title {
    font-size: 22px;
    font-weight: 400;
    width: 80%;
}

.news-item .news-date {
    font-size: 16px;
    font-weight: 300;
    color: #797979;
}

.news-item hr {
    margin: 10px 0px;
}

.news-item .news-desc {
    font-size: 16px;
    font-weight: 300;
}

.news-item-border .btn-fb{
    position: absolute;
    top: 14px;
    right: 16px;
}

.pin-news-title {
    background-color: #D9D9D9;
    padding: 0px;
    height: 23px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pin-news-title h3 {
    background-color: #FFFFFF;
    font-size: 28px;
    font-weight: 600;
    display: inline-block;
    padding: 5px 10px;
    margin: 0px;
    margin-top: -12px;
}

.pin-news-list {
    list-style: none;
    padding: 10px;
}

.pin-news-list a {
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    padding: 3px 0px;
    display: inline-block;
}

.pin-news-list a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1200px) {
    .banner-section h1 {
        font-size: 22px;
        font-weight: 600;
        top: 44%;
    }

    .news-item .news-title {
        font-size: 16px;
        font-weight: 500;
        padding-top: 10px;
        position: relative;
    }

    .news-item .news-date {
        font-size: 14px;
        font-weight: 300;
    }

    .news-item .news-desc {
        font-size: 16px;
        font-weight: 300;
    }

    .news-item-border .btn-fb{
        top: 8px;
        right: -80px;
    }
}