main article .field img {
    margin: auto;
    margin-bottom: 50px;

}

article {
    position: static !important;
    max-width: 1180px;
    margin: auto;
    padding: 50px 15px;
}

.rowArticulo {
    max-width: 1180px;
    margin: auto;
}

.colArticulo {
    display: flex;
    column-gap: 20px;
    justify-content: center;
    margin-bottom: 20px;
    align-items: center;
    align-content: center;
}

.colArticulo .views-field-nothing {
    width: 50%;
}

.colArticulo .views-field-nothing p {
    width: 100%;
}

.colArticulo .views-field-nothing a {
    color: var(--fontColor1);
    padding: 20px 40px;
    font-weight: bold;
    background-color: var(--primary);
    display: inline-flex;

}

.colArticulo img {
    border-radius: 25px;
}


@media screen and (max-width: 768px) {
    .colArticulo {
        display: flex;
        column-gap: 20px;
        justify-content: center;
        margin-bottom: 40px;
        align-items: center;
        flex-wrap: wrap-reverse;
        align-content: center;
    }

    .col-xs-12 {
        width: 100%;
        margin-bottom: 10px;
    }

    .colArticulo .views-field-nothing {
        width: 100%;
    }
}