/* =====  QUICK LINKS  ==================================================== */

body {
    background-color: var(--color-beige);
}

.holder-tess img {
    opacity: 1;
}

.red-line {
    width:100%;
    border-bottom: 1px solid var(--color-red);
    font-weight: 600;
    padding-bottom: 3px;
}
.block-type-list {
    padding-top: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {

    .link-img img {
        width: 45%;
    }
}
@media screen and (max-width: 540px) {

    .link-img img {
        width: 60%;
    }
}

