
.wrap-text {
    width: 1296px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 18px;
}

.wrap-text h2 {
    color: rgba(27, 69, 128, 1);
    margin-bottom: 15px;
}
.wrap-text h3, .wrap-text h4 {
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
    margin-top: 40px;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .wrap-text {font-size: 1rem;}
}