/* General */

.acf-block.news {
    padding-top: 45px;
    padding-bottom: 45px;
}

.acf-block.news h2 {
    color:#241d72;
    margin-bottom: 5vw;
    font-size:6vw;
    line-height:1;
}

.acf-block.news .content a {
    text-decoration: none;
}

.acf-block.news .content article {
    padding-bottom: 40px;
    overflow: hidden;
}

.acf-block.news .content h2.title {
    margin: 0;
    padding-top: 3px;
    font-family: FrutigerLTStd-Roman, sans-serif;
    font-size: 2.4vw;
    color: #241D72;
    line-height: 1.2;
}

.acf-block.news .content .date {
    display: block;
    font-family: FrutigerLTStd-Roman, sans-serif;
    font-size: 2.4vw;
    color: #241D72;
    line-height: 1;
    padding-top: 20px;
}

.acf-block.news .content img {
    height: 390px;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

.acf-block.news .content a:hover .text-link::after {
    animation: arrow-right 2.5s ease-in-out infinite;
}

.acf-block.news .more {
    text-decoration: none;
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    color: #241D72;
    font-family: "FrutigerLTStd-Black", sans-serif;
    font-size: 2.4vw;
    text-align: left;
    outline: none;
    margin-top: 45px;
}


/* Responsive */

@media only screen and (min-width: 1921px) {

}

@media only screen and (max-width: 1920px) {

}

@media only screen and (max-width: 1599.98px) {
    .acf-block.news {
        min-height: unset;
    }
}

@media only screen and (max-width: 1399.98px) {
    .acf-block.news {
        height: unset;
    }
}

@media only screen and (max-width: 1199.98px) {
    .acf-block.news .content img {
        height: 300px;
    }
}

@media only screen and (max-width: 991.98px) {
    .acf-block.news .content img {
        height: 250px;
    }
}

@media only screen and (max-width: 767.98px) {
    .acf-block.news .content img {
        height: 300px;
    }

    .acf-block.news .more {
        margin-top: unset;
    }
}

@media only screen and (max-width: 575.98px) {
    .acf-block.news .content img {
        height: 300px;
    }

    /*.acf-block.news .content h2.title {
        display: flex;
        align-items: center;
    }*/
}

@media only screen and (max-width: 499.98px) {

}

@media only screen and (max-width: 449.98px) {

}

@media only screen and (max-width: 399.98px) {

    .acf-block.news .text-link::after {
        padding-left: 2.4vw;
    }

}

@media only screen and (max-width: 349.98px) {

}

@media only screen and (max-width: 319.98px) {

}