h1 {
    padding: 13px 1em;
}

.price-card-p p {
    text-align: left;
}

.diagonal-box {
    height: 601px;
}
.content.leaveRequest {
    margin-top: 80px;
}
.leaveRequest .cta-button
{
    margin-top: 30px;
}

.guarantees .container {
    height: 78px;
    width: 90%;
}

.advantage-block p {
    margin-bottom: 30px;
    padding: 0 8px 0 8px;
}


.content.advantage-block {
    margin-top: 80px;
}


.content.leaveRequest {
    padding: 0 8px 0 8px;
}
.leaveRequest .cta-button {
    display: flex;
    justify-content: space-evenly;
}

@media screen and (max-width: 1120px){
    .content.advantage-block {
        max-width: 100%;
    }

    .feature-cards-grid {
        padding: 0 8px 20px 8px;
    }
}

@media screen and (max-width: 1120px) and (min-width: 1110px) {


    .diagonal-box.slogan.diagonal-box-main {
        height: 591px!important;
    }
}
@media screen and (max-width: 1110px) {
.diagonal-box.slogan.diagonal-box-main {
    height: 488px;
}
}

@media screen and (max-width: 640px) {
    .content.advantage-block {
        margin-top: 30px;
    }
}

@media screen and (max-width: 628px) {
    .diagonal-box.slogan.diagonal-box-main {
        height: 568px;
    }
    .content.advantage-block {
        margin-top: 0px;
    }
}


@media screen and (max-width: 544px) {

    .diagonal-box.slogan.diagonal-box-main {
        height: 458px;
    }


    h1 {
        font-size: 2em;
    }

    .guarantees .container {
        height: 90px;
    }

    .price-options .grid-p {
        flex-direction: column;
    }

    .card-p .btn {
        margin: 4px 0 0 0;
    }
    .price-options .card-p {
        width: 100%;
    }
}


@media screen and (max-width: 480px) {
    .content.price-options {
        margin-top: 0;
    }
    .diagonal-box.slogan.diagonal-box-main {
        height: 380px;
    }
}

@media screen and (max-width: 430px) {
    .intro {
        font-size: 0.8em;
    }
    .guarantees .container {
        height: 135px;
    }
}
@media screen and (max-width: 380px) {
    h1 {
        font-size: 1.8em;
    }
}