#spanish-hero{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../../images/lps/spanish/hero.jpg);
}
#spanish-hero .sh-inner{
    height: 429px;
}
#spanish-hero h1{
    font-size: 3.125em;
    color: #fff;
    line-height: 0.94;
    width: 536px;
}
.spanish .bc-inner{
    padding-top: 19px;
}
#spanish-sub .ss-inner{
    width: 815px;
    padding: 50px 0px 63px;
}
#spanish-sub p{
    font-size: 1.25em;
    line-height: 1.4;
}
.sl-inner{
    padding: 43px 0 0;
}
#spanish-list h2{
    font-size: 2.5em;
    line-height: 1.05;
    width: 740px;
}
.sl-list{
    width: 1100px;
    margin-top: 100px;
}
.sl-list-item {
    flex-basis: calc(33.333% - 11px);
    margin-bottom: 60px;
}
.sl-icon {
    width: 99px;
    flex-shrink: 0;
    padding-right: 25px;
}
.sl-text p{
    font-size: 1.125em;
    line-height: 1.1111;
}
.spanish #newsletter{
    border-color: #bbbbbb;
}
.spanish #newsletter p{
    margin-right: auto;
    margin-left: auto;
    font-size: 1.5em;
    margin-bottom: 26px;
}
.spanish #newsletter p.f-dark-blue{
    font-size: 2.5em;
    margin-bottom: 28px;
}
@media screen and (max-width: 767px){
    .sl-list-item{
        flex-direction: column;
        align-items: center;
        text-align: center;
        flex-basis: calc(33.333% - 15px);
    }
    .sl-icon{
        padding-right: 0;
        padding-bottom: 25px;
    }
}
@media screen and (max-width: 567px){
    .sl-list-item{
        flex-basis: calc(50% - 15px);
    }
    .sl-list-item:last-child{
        margin-left: auto;
        margin-right: auto;
    }
}