/* TOP SECTION */
.top-section {
    padding: 70px 0px;
}
.top-section .w-700 {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.top-section .w-700 h1 {
    margin-bottom: 30px;
}
.top-section .w-700 h1, .top-section .w-700 h5 {
    color: #FFFFFF;
    font-weight: 600;
}

/* NEWS SECTION */
.news-section {
    position: relative;
    padding: 0px 0px 50px 0px;
}
.news-section .vector {
    position: absolute;
    width: 25%;
    min-width: 300px;
    right: 0;
    top: 0;
}
.news-section .no-news {
    font-weight: 600;
    color: #292929;
    margin: 0 auto;
}
.news-section .row {
    margin-left: 0px;
    margin-right: 0px;
}
.news-section .posts {
    margin-top: 60px;
    margin-bottom: 100px;
    padding: 0px 20px;
}
.news-section .posts > div {
    margin-top: 70px;
}
.news-section .posts .post {
    text-align: center;
    box-shadow: 10px 0px 35px rgba(0, 0, 0, 0.4);
}
.news-section .posts .post-image {
    position: relative;
    width: 100%;
    padding-top: 75%;
}
.news-section .posts .post-detail {
    background: #FFFFFF;
    padding: 10px 20px 40px 20px;
}
.news-section .posts .post-date {
    font-size: 14px;
    font-style: italic;
    color: #5FACD0;
}
.news-section .posts .post-title {
    max-width: 250px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
}
.news-section .posts .post-image > div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.news-section .posts .read-more {
    background-color: #F3B431;
    padding: 10px 40px;
    color: #FFFFFF;
}
.news-section .posts .read-more:hover {
    opacity: 0.9;
    text-decoration: none;
}
.news-section .load-more-wrapper {
    display: flex;
    direction: rtl;
    margin-bottom: 50px;
    padding: 50px 50px;
    width: 30%;
    min-width: 400px;
    background-image: linear-gradient(to right, #0D3E61, #5FACD0);
}
.news-section .load-more-wrapper:hover {
    opacity: 0.9;
    cursor: pointer;
}
.news-section .load-more-wrapper h5 {
    color: #FFFFFF;
    font-weight: 600;
    margin-right: 50px;
}
.news-section .load-more-wrapper img {
    width: 80px;
}

@media screen and (max-width: 767px) {
    /* NEWS */
    .news-section .load-more-wrapper {
        padding: 30px 30px;
        min-width: 300px;
    }
    .news-section .load-more-wrapper img {
        width: 50px;
    }
}
