#instalaciones strong,
#instalaciones b {
    color: rgb(0, 0, 0);
    font-family: "Title";
    font-weight: 900;
}

#instalaciones p {
    font-size: 17px;
}

/* split text/image feature */
.split-feature {
    display: flex;
    align-items: center;
    gap: 3em;
    margin-top: 2em;
}

.split-feature-text,
.split-feature-image {
    flex: 1;
}

.split-feature-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    display: block;
}


@media screen and (max-width: 736px) {
    .split-feature {
        flex-direction: column;
        gap: 1.5em;
    }
}

.page-vlcalcmrc #banner {
    margin-bottom: 0;
    height: auto;
}
@media screen and (max-width: 1100px) {
    .page-vlcalcmrc #banner {
        height: 13em;
    }
}
@media screen and (max-width: 736px) {
    .page-vlcalcmrc #banner {
        height: 14em;
    }
}

@media screen and (max-width: 400px) {
    .page-vlcalcmrc #banner {
        height: 12em;
    }
}

