﻿.mainContainer{
    padding:15px;
    margin:2rem auto 3rem;
}

.introText {
    margin: 1rem 0rem;
}
    .introText p {
        margin-bottom: 0rem;
    }
a {
    color: #7ea8ce;
}

    a:hover {
        color: #154c7e;
        text-decoration: none;
        font-size:1.05rem;
        font-weight:500;
    }

strong {
    color: #6789b3;
    font-weight:500;
}

h5{
    color:#154c7e;
    margin:1rem auto;

}

h7 {
    color: #6789b3;
    font-size:1rem;
    text-transform:uppercase;
    font-weight:500;
}

.seccionText {
    margin-top: 1.5rem;
   
}
.titleSection {
    padding-bottom: 15px;
}

ul li::marker, ol li::marker {
    color: #6789b3;
    font-weight: 500;
}

ol li {
    line-height: 1.75rem;
    padding-left: 0.5rem;
}
