/*seccion especial*/
.spSection{
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
    margin-top: 35px;
    margin-bottom: 40px;
    flex-wrap: nowrap;
}
.spSection h2{
    font-size: 20px;
    color: black;
}

.spSection span{
    font-weight: bold;
    display: flex;
    justify-content: center;
    margin-bottom: 3px;
}
.spSection img{
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 992px) {
    .spSection img{
        max-width: 390px !important;
    }
}

@media only screen and (max-width: 390px) {
    .spSection img{
        max-width: 100% !important;
    }
}