section .row > div:last-of-type {
    padding-top: 5px;
}
section .row + .row {
    margin-top: 20px;
}
section img {
    border: 1px solid black;
}
section h2 {
    color: #7daed3;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
section ol,
section ul,
.modal ul {
    margin-left: 20px;
}
section .pop-txt {
    display: none;
}