body {
    background-color: #b6c8a2 !important;
}

#logo-col {
    margin-top: 20px;
    margin-bottom: 20px;
}

#logo-img {
    height: 200px;
}

.nuestros-servicios p {
    margin-bottom: 0;
}

p {
    color: #212529;
    font-family: "Calibri", sans-serif;
    font-size: 17px;
    font-weight: 100;
    line-height: normal;
}

p:last-child {
    margin-bottom: 0 !important;
}

.link-contacto, .link-contacto:hover {
    color: #212529;
    font-family: "Calibri", sans-serif;
    font-size: 20px;
    font-weight: 100;
    line-height: normal;
}

.separator {
    border-right: 3px solid #212529;
}

@media (max-width: 992px) {
    .separator {
        border-right: none !important;
    }

    .contacto {
        margin-bottom: 15px;
    }
}
