@media screen and (max-width: 575px) {
    .container_100 {
        max-width: 100%;
    }
}
.page-title__h1 {
    font-family: "Oswald", sans-serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 68px;
    margin-bottom: 34px;
}

@media screen and (max-width: 575px) {
    .page-title__h1 {
        margin-bottom: 20px;
        font-size: 30px;
    }
}