/* General */

.acf-block.text-light {
    display: flex;
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #00B7E5;
}

.acf-block.text-light > section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.acf-block.text-light h2,
.acf-block.text-light h3 {
    color: #241D72;
    margin-top: 0;
    margin-bottom: 3vw;
    line-height: 1;
    font-family: "FrutigerLTStd-Roman", sans-serif;
    font-size:6vw;
}

.acf-block.text-light h3 {
    margin-top: 4vw;
}

.acf-block.text-light p,
.acf-block.text-light a,
.acf-block.text-light ul li {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3vw;
    line-height: 1.2;
}

.acf-block.text-light ul {
    margin-left: 4vw;
}

.acf-block.text-light ul li {
    position: relative;
    list-style-type: none;
    margin-bottom: 3vw;
}

.acf-block.text-light ul li::before {
    content: "–";
    position: absolute;
    left: -3.5vw;
}

.acf-block.text-light .container-large > div > p,
.acf-block.text-light .container-large > div > ul li {
    color: #241D72;
    font-size: 2vw;
}

.acf-block.text-light p {
    margin-bottom: 2vw;
}

.acf-block.text-light p.lead {
    color: #241D72;
    margin-top: 0;
    margin-bottom: 3vw;
    font-size: 6vw;
    line-height: 1;
}

.acf-block.text-light a.text-link {
    position: relative;
    display: inline-block;
    margin-top: 3vw;
}

.acf-block.text-light a.text-link:hover,
.acf-block.text-light a.text-link:focus,
.acf-block.text-light a.text-link:active {
    outline: 0;
    text-decoration: none;
}

/* 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.text-light {
        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) {

}

@media only screen and (max-width: 575.98px) {

}

@media only screen and (max-width: 499.98px) {

}

@media only screen and (max-width: 449.98px) {

}

@media only screen and (max-width: 399.98px) {

}

@media only screen and (max-width: 349.98px) {

}

@media only screen and (max-width: 319.98px) {

}