.news a {
    color: #333333;
}

.news-link {
    transition: .3s;
}

.news-link:hover {
    color: #008FDB;
}

.news-head-img-cont {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-head-img {
    transition: .3s;
}

.news-link:hover .news-head-img {
    transform: scale(1.1);
}

.news h4 {
    font-size: 24px;
    padding: 15px 0;
}

.small-description {
    font-size: 17px;
    color: #68696F;
    transition: .3s;
}

.news-link:hover .small-description {
    color: #008FDB;
}

.main-link {
    margin: auto;
    font-size: 17px;
    color: #008FDB !important;
    padding-top: 53px;
}

.main-news {
    padding-bottom: 0;
}

.news-img-cont {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new h3 {
    font-size: 40px;
    padding-top: 70px;
    padding-bottom: 25px;
}

.new p {
    padding-bottom: 20px;
}

.new .small-description {
    padding-top: 15px;
    padding-bottom: 0;
}

.new-img {
    padding: 20px 0 40px;
}

.new-author {
    padding-top: 20px;
    color: #68696F;
}

.new h4 {
    padding-top: 50px;
}

.new .main-news {
    padding-top: 40px;
}

.new .main-news-item p {
    padding-bottom: 0;
}

.new .main-news-text {
    padding-bottom: 15px !important;
}


@media screen and (max-width: 900px) {
    .new h3 {
        text-align: left;
    }
}


@media screen and (max-width: 650px) {
  .news-head-img {
    height: 254px;
    object-fit: cover;
    object-position: 85%;
  }
    .main-news a {
        padding-top: 0;
    }

    .new h3 {
        padding-top: 40px;
        padding-bottom: 15px;
        font-size: 22px;
    }

    .new .new-author {
        padding-top: 0;
    }
}


@media screen and (max-width: 450px) {
    .news h4 {
        font-size: 14px;
    }

    .main-news-text {
      font-size: 17px;
    }

    .small-description {
        font-size: 12px;
    }

    .main-news a {
        font-size: 14px;
    }

    .new .new-author {
      font-size: 12px;
    }
}
