.title-san-mateo {
    text-align: center;
    margin-bottom: 45px;
}
.title-san-mateo h4 {
    margin-bottom: 15px;
}
.title-san-mateo p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #1d1d1d;
}
.listing-san-mateo ol li {
    font-size: 18px;
    border-bottom: 1px solid #95ebfd;
    padding-bottom: 20px;
    font-family: "Work sans";
    margin-bottom: 15px;
    list-style-type: decimal;
}
.listing-san-mateo ol li:last-child {
    border: 0;
    padding: 0;
    margin: 0;
}
.resources-family-san-mateo {
    margin-bottom: 87px;
}
.listing-san-mateo ol li span {
    font-size: 14px;
    font-weight: 300;
}
.listing-san-mateo {
    max-width: 710px;
    width: 100%;
    margin: 0 auto;
}
.listing-san-mateo ol {
    padding-left: 40px;
}

@media only screen and (max-width: 767px){
    .listing-san-mateo {
        padding: 0 30px;
    }
}