.wrapper {
    width: 1110px;
    margin: 0 auto;
    font-family: Roboto;
    font-weight: 400;
}

.news {
    padding-top: 100px;
    padding-bottom: 160px;
    background-color: rgb(78, 78, 78);
    background: linear-gradient( 0deg, rgba(78, 78, 78, 1) 0%, rgba(30, 30, 30, 1) 65%);
}

.news-title {
    font-size: 36px;
    color: #fff;
}

.news-line {
    width: 100%;
    height: 2px;
    background-color: #3097BF;
    margin-bottom: 60px;
}

.post {
    display: flex;
    margin-left: 286px;
    margin-bottom: 80px;
}

.wp-post-image {
    width: 255px;
    height: 255px;
    margin-right: 95px;
}

.post-content {
    width: 445px;
    display: flex;
    flex-direction: column;
}

.post-counter {
    color: #C4C4C4;
    font-size: 16px;
    margin-bottom: 30px;
}

.post-counter .blue-text {
    color: #3097BF;
}

.post-title {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

.post-date {
    color: #979797;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;
}

.post-description {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 19px;
    line-height: 140%;
    max-height: 67px;
    overflow: hidden;
}

.post-more {
    font-size: 12px;
    color: #3097BF;
    display: block;
    margin-bottom: 18px;
    margin-top: auto;
}

.post-line {
    width: 100%;
    height: 1px;
    background-color: #3097BF;
    /* margin-top: auto; */
}