.multiple img {
    cursor: pointer;
}

.main-news img,
.single-news img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.main-news a:hover img,
.single-news a:hover img {
    transform: scale(1.02);
}

.main-news h2,
.single-news h2 {
    transition: color 0.2s ease;
}

.main-news a:hover h2,
.single-news a:hover h2 {
    color: #00ACEE;
}




@media screen and (max-width: 576px) {
    .title {
        font-size: 2rem!important;
        text-align: center;
        margin-bottom: 2rem!important;
    }
    /* .main-news img {
        height: 15rem!important;
    } */
    .main-images {
        height: 15rem!important;
    }
    .main-image {
        height: 15rem!important;
    }
    .other-images {
        height: 5rem!important;
    }
    .main-news h2 {
        font-size: 1.6rem!important;
    }
    .other-news {
        margin-top: 4rem!important;
    }
    .other-news h2 {
        font-size: 1.6rem!important;
    }
    .other-news p {
        -webkit-line-clamp: 7!important;
    }
    .other-news p {
        -webkit-line-clamp: 7!important;
    }
}

