.entry-header .container .entry-title {
    font-family: "Questrial";
    font-size: 35pt;
    color: #2b53a1;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 15px;
}

.entry-content {
    margin-bottom: 3rem;
}

.entry-content .content {
    margin-bottom: 30px;
}

.entry-content p,
.entry-content li {
    font-family: "Questrial";
    font-size: 14pt;
    color: #000;
}