/*Estilos contenido*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
}

.home h1 {
    margin-top: 0;
}

.home #region-sidebar-right h4{
    margin-top: 5px;
    color: inherit;
}

#collaborators div {
    padding-bottom: 2rem;
}

#collaborators .img-sponsor {
    height: 53px;
    width: auto;
}

@media (max-width: 1199px) {
    #collaborators div {
        display: flex;
        justify-content: center;
    }

    #collaborators .img-sponsor {
        height: 70px;
    }
}