.logo {
    display: block;
}

.header-menu {
    width: auto;
    float: right;
}

.header-menu li {
    margin-right: 40px;
}

.banner {
    background: url(../img/about-banner.png);
    background-size: cover;
}

.news-item {
    position: relative;
    width: 100%;
    margin: 75px 0;
    padding: 52px 0;
    background: #fff;
}

.news-item h2 {
    font-size: 33px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 16px;
}

.news-item p {
    font-size: 14px;
    color: #a8a8a8;
    text-align: center;
    text-transform: capitalize;
}

.news-item p span {
    margin-right: 30px;
    margin-left: 10px;
}

.news-text {
    width: 100%;
    padding: 40px;
    margin-top: 5px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

.news-text img {
    display: block;
    margin: auto;
    margin-bottom: 1rem;
}

.news-text p {
    font-size: 14px;
    color: #424242;
    line-height: 1.5;
    text-indent: 2em;
    margin-bottom: 1rem;
    text-align: justify;
    text-transform: capitalize;
}

.new-btm {
    margin-top: 10px;
    padding-left: 10px;
}

.new-btm p {
    text-align: left;
}

@media only screen and (max-width: 991px) {
    .news-item {
        margin: 52px 0;
        padding: 22px 0;
    }
    .news-item h2 {
        font-size: 26px;
    }
    .news-text {
        padding: 15px;
    }
    .news-text img {
        width: 100%;
    }
}

@media only screen and (max-width: 750px) {
    .news-item {
        margin: 25px 0;
        padding: 14px 0;
    }
    .news-item h2 {
        font-size: 20px;
    }
    .news-item p {
        font-size: 12px;
    }
    .news-text {
        padding: 16px;
    }
    .news-text p {
        font-size: 12px;
    }
}