h2 {
    font-size: 32px;
    line-height: normal;
}
.conocenos-section-1 p {
    font-family: 'BentonSansBBVA-Book';
    font-size: 16px;
    color: #121212;
    line-height: 23px;
}
strong {
    font-family: 'BentonSansBBVA-Bold';
    font-weight: bold;
}
p {
    margin: 0 0 10.5px;
}
a {
    color: #1973B8;
    text-decoration: none;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
a:hover, a:focus {
    color: #004481;
    text-decoration: underline;
}
.block-list {
    list-style: none;
    padding-left: 1em;
}
.block-list li::before {
    content: "•";
    color: #000;
    font-weight: bold;
    margin-right: 0.5em;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10.5px;
}
ol, ul {
    box-sizing: border-box;
}
