
/*
@media (max-width: 991px){
    #module-akx_testimonials-press #wrapper{
        margin-top: 0 !important;
    }
}
*/

#module-akx_testimonials-press .card {
    border: none;
}

.news a{
    border-color: black;
}
.news a:hover, .news a:visited{
    color: #ddd !important;
}

.h1_title{
    text-align: center;
    font-family: 'CormorantGaramond';
    font-size: 38px;
    display: block;
}

.section-title {
    text-transform: capitalize;
    padding-left: 10px;
    margin-bottom: 35px;
    border-left: 5px solid #ffc244;
}

.news {
    padding: 0 5px;
}

.news::after {
    content: "";
    display: block;
    clear: both;
}

/* .newscard img {
    height: 150px;
    width: 100%;
    object-fit: cover;
} */

.newscard {
    margin-bottom: 20px;
    display: none;
}

.newscard .title {
    font-size: 23px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1.5;
    font-family: "Cormorant Garamond";
}

.newscard .desc {
    margin: 10px 0;
    /* font-family: "Open Sans"; */
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.newscard .location {
    color: #ccc;
    font-size: 13px;
    padding: 0 10px;
    border-left: 5px solid grey;

}

.p-mas{
    text-align: center;
}

/* @media (min-width:500px) {
    .newscard {
        width: 50%;
        float: left;
        margin-bottom: 30px;
        padding-right: 10px;
    }

    .news {
        padding: 0;
    }
} */

@media (min-width:768px) {
    .newscard {
        width: 33%;
        float: left;
        padding: 5px;
        height: 600px;
    }

    .news {
        padding: 0;
    }
}
@media (min-width:991px) {
    .newscard {
        height: 490px;
    }
}
