.banda.conozcanos {
    padding: 65px 0 35px;
    background-image: url(../img/assets/bg_conozcanos.png);
    background-color: #00618b;
    margin-top: 60px;
   }
   .banda.conozcanos p {
    font-size: 25px;
    line-height: 38px;
    color: #FFF;
    margin: 0 0 35px;
    text-shadow: 1px 1px 2px black;
   }
   .s_pautas h3, .s_admisiones h3 {
    font-size: 18px;
    line-height: 18px;
    text-align: left;
    padding: 25px 0 25px 70px;
    position: relative;
}
.s_pautas h3.horarios:before {
    background-image: url(../img/assets/pautas-1.png);
}
constructed stylesheet
.s_pautas h3:before, .s_admisiones h3:before {
    content: '';
    width: 59px;
    height: 59px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
