body {
    height: auto;
    font-family: "Open Sans", sans-serif;
}

.section-title {
    padding-bottom: 80px;
    padding-top: 50px;
    background-color: white;
}
#servicios{

margin-top: 80px;
margin-bottom: 50PX;
}




.servicios img{
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);  
    width: 100%;
}
.section-title h2 {
    margin-left: 14%;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #02255C;
    text-align: left;
}

.section-title h2::after {
    content: "";
    width: 130px;
    height: 1px;
    display: inline-block;
    background: #02255C;
    margin-left: 8%;
}

.section-title h1 {
    margin: 0;
    margin: 0;
    margin-left: 8%;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #02255C;
    text-align: start;
}

#about {
    font-family: "Open Sans", sans-serif;
}

#about h3 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 38px;
    padding-bottom: 35px;
    opacity: .9;
    text-transform: uppercase;
    text-align: justify;
    color: #0E0E0E;
}

.l h4 {
    text-align: start;
}

#about h4 {
    font-size: 30px;
    font-weight: 700;
    color: #02255C;
    padding: 0;
    line-height: 20px;
    margin: 0 0 40px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #02255C;
}

#about h4::after {
    content: "";
    width: 130px;
    height: 1px;
    display: inline-block;
    background: #02255C;
    padding-top: 1px;
}

#about h5 {
    margin-top: 40%;
    font-weight: 700;
}

#servicios h3{
    color:#02255C;
    font-size: 32px;
    font-weight: 600;
}

#servicios p {
    color: #797777;
    padding-top: 30px;
    text-align: justify;
    font-size: 20px;
}

#servicios ul {
    color: #797777;
    padding-top: 25px;
    text-align: justify;
    font-size: 20px;
}

.srim img{

height: 600px;
}

@media (max-width: 760px) {
    #about h2 {
        font-size: 30px;
        line-height: 38px;
        padding-bottom: 0px;
        opacity: .9;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        color: #02255C;
        margin-top: 10px;
        ;
    }
    #about h4 {
        font-size: 20px;
        font-weight: 700;
        color: #02255C;
    }
    p {
        color: #797777;
        text-align: justify;
        font-size: 12px;
    }
    .srim img{

        height: 100%;
        }
}