.overviews {
    color: #0f6baa !important;
    font-size: 33px !important;
    font-weight: 400 !important;
    margin-bottom: 20px !important;
    line-height: 35px !important;
}
.changecontact {
    font-size: 18px !important;
    color: #106bab !important;
    line-height: 25px !important;
    display: inline-block !important;
    margin-bottom: 15px !important;
}
.newsfeed {
    font-size: 40px;
    text-align: center;
    color: #3a3a3a;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 15px;
}
@media screen and (max-width:1124px) {
.overviews {
        font-size: 27px !important;
    }
}

@media screen and (max-width:991px) {
   .overviews {
        font-size: 24px !important;
    }
}
@media screen and (max-width:767px) {
    .newsfeed {
        font-size: 30px;
    }
    .changecontact {
        font-size: 17px !important;
    }
    
}
@media screen and (max-width:480px) {
    .newsfeed {
        font-size: 25px;
    }
}
    @media screen and (max-width:440px) {
        .overviews {
            font-size: 21px !important;
            line-height: 25px !important;
            margin-bottom: 15px !important;
        }
    }
@media screen and (max-width:380px) {
    .newsfeed {
        font-size: 25px;
    }
}
