/* 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 {
    color: #FFFFFF;
    font-weight: 600;
}

/* NEWS SECTION */
.news-section {
    position: relative;
    padding: 50px 0px 150px 0px;
}
.news-section .vector {
    position: absolute;
    width: 25%;
    min-width: 300px;
    right: 0;
    top: 0;
}
.news-section .post-image {
    width: 100%;
    margin-bottom: 30px;
}
.news-section .post-date {
    font-size: 14px;
    font-style: italic;
    color: #5FACD0;
    margin-bottom: 15px;
}
.news-section .post-title a {
    color: #292929;
    font-weight: 600;
    margin-bottom: 40px;
}
.news-section .text-separator {
    width: 100%; 
    text-align: left; 
    color: #F3B431;
    font-weight: 600;
    border-bottom: 2px solid #184767; 
    line-height: 0.1em;
    margin-top: 20px;
    margin-bottom: 40px;
}
.news-section .text-separator span { 
    background: #FFFFFF;
    padding-right: 10px;
    line-height: unset;
    font-size: unset;
}
.news-section .categories {
    margin-bottom: 100px;
}
.news-section .categories .category {
    color: #292929;
    font-weight: 600;
    margin-bottom: 30px;
}
.news-section .recent-posts {
    margin-bottom: 100px;
}
.news-section .recent-posts .post-date {
    margin-bottom: 0px;
}
.news-section .recent-posts .post-title {
    margin-bottom: 10px;
}
.news-section .recent-posts .recent-post {
    margin-top: 70px;
}
.news-section .tags > div {
    display: flex;
    flex-flow: row wrap;
}
.news-section .tags .tag {
    margin-top: 20px;
    margin-right: 20px;
}
.news-section .tags .tag span {
    padding: 5px 10px;
    background-color: #E9E8E8;
    font-weight: 600;
    border-radius: 10px;
}
