.title-h2 {
    text-align: center;
    font-family: "RoadRadio", sans-serif;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 15px;
}

.title-h2_right {
    text-align: right;
}

.title-h2_white {
    color: #ffffff;
}

.title-h3 {
    font-family: "RoadRadio", sans-serif;
    font-size: 20px;
    font-weight: 900;
}

.title-h3_white {
    color: #ffffff;
}

@media (max-width: 768px) {
    .title-h2_right {
        text-align: center;
    }
}