@media screen and (max-width: 700px) {
    h1, .title.general {
        font-size: 5.2vw;
        line-height: 6vw;
    }
}

@media screen and (max-width: 550px) {
    .content {
        padding: 30px 15px;
    }

    .prime__content {
        padding-top: 50px;
    }

    h1, .title.general {
        font-size: 28px;
        line-height: 35px;
    }

    .button {
        font-size: 20px;
        padding: 8.5px 20px;
    }
}
