/* General */

.acf-block.projects h2 {
    color: #241D72;
    font-size: 6vw;
    margin-bottom: 0.7em;
}

.acf-block.projects a {
    display: block;
    text-decoration: none;
}

.acf-block.projects article.projects_type-lighthouse-projects a {
    transition: 250ms ease-in-out;
    background-color: #00B7E5;
}

.acf-block.projects article {
    padding-bottom: 40px;
    overflow: hidden;
}

.acf-block.projects article.projects_type-lighthouse-projects a .text-link::after {
    content: url(../../media/image/icon-arrow-white.svg);
}

.acf-block.projects h3.title {
    margin: 0;
    padding: 25px 0;
    font-family: FrutigerLTStd-Roman, sans-serif;
    color: #241D72;
    line-height: 1.2;
    font-size: 1.8vw;
}

.acf-block.projects article.projects_type-lighthouse-projects h3.title {
    color: #FFFFFF;
    padding: 25px;
}

.acf-block.projects img {
    height: 390px;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

.acf-block.projects a:hover .text-link::after {
    animation: arrow-right 2.5s ease-in-out infinite;
}

.acf-block.projects a.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;
    margin-bottom: 60px;
}


/* 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.projects {
        min-height: unset;
    }
}

@media only screen and (max-width: 1399.98px) {

}

@media only screen and (max-width: 1199.98px) {

}

@media only screen and (max-width: 991.98px) {

}

@media only screen and (max-width: 767.98px) {
    .acf-block.projects a.more {
        margin-top: unset;
    }

    .acf-block.projects img {
        height: 300px;
    }
}

@media only screen and (max-width: 575.98px) {

}

@media only screen and (max-width: 499.98px) {

    .acf-block.projects {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .acf-block.projects h2 {
        margin-bottom: 3.5vw;
    }

    .acf-block.projects a.more {
        margin-bottom: unset;
    }

    .acf-block.projects h3.title {
        padding: 1.5vw 0 0 0;
    }

}

@media only screen and (max-width: 449.98px) {
    .acf-block.projects img {
        height: 260px;
    }
}

@media only screen and (max-width: 399.98px) {

}

@media only screen and (max-width: 349.98px) {

}

@media only screen and (max-width: 319.98px) {

}