.page_2 {
    background: #cdd7d6;
    width: 100%;
    height: 100vh;
    max-height: 768px;
    /*z-index: 0;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0%;
    position: relative;
}

.page_2 #rectangle_red_page2 {
    width: 100%;
    height: 6px;
    background-color: #A01D26;
    position: relative;
}

.page_2 #rectangle_white_page2 {
    width: 100%;
    height: 3px;
    background-color: white;
}

.offsetTop {
    /*margin-top: 16vh;*/
    text-align: center;
    position: absolute;
    margin: auto;
    top: 105px;
    left: 0;
    bottom: 0;
    right: 0;
}

.form_up {
    width: 240px;
    height: 240px;
    background: white;
    position: relative;
    box-shadow: 13px 12px 18px 0px #616161;
    text-transform: uppercase;

    display: block;
    margin: auto;
}

.form_up:after {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 120px solid transparent;
    border-right: 122px solid transparent;
    border-top: 24px solid white;
}

.form_up p {
    font-weight: 600;
    font-size: 20px;
    height: 70px;
    position: absolute;
    display: block;
    margin: auto;
    width: 100%;
    top: 25px;
}

.form_up img {
    position: relative;
    width: 50%;
    display: block;
    margin: auto;
    top: 47%;
}

.form_down {
    width: 240px;
    height: 300px;
    background: #A01D26;
    position: relative;
    box-shadow: 13px 12px 18px 0px #616161;
    top: 62px;
    color: white;
    display: block;
    margin: auto;
}

.form_down p {
    width: 90%;
    display: block;
    margin: auto;
    font-weight: 300;
    font-size: 13px;
}

.chevron {
    position: absolute;
    text-align: center;
    padding: 12px;
    /*margin-left: 7.9%;*/
    margin-top: 7%;
    height: 76px;
    width: 240px;
    height: 270px;

}

.chevron:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 51%;
    background: #A01D26;
    -webkit-transform: skew(0deg, 14deg);
    -moz-transform: skew(0deg, 14deg);
    -ms-transform: skew(0deg, 14deg);
    -o-transform: skew(0deg, 14deg);
    transform: skew(0deg, 11deg);
}

.chevron:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background: #A01D26;
    -webkit-transform: skew(0deg, -14deg);
    -moz-transform: skew(0deg, -14deg);
    -ms-transform: skew(0deg, -14deg);
    -o-transform: skew(0deg, -14deg);
    transform: skew(0deg, -11deg);
}


@media only screen and (min-width: 320px){
    .chevron {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .page_2{
        height: 2050px;
        max-height: 2200px;
    }
    .mobile_top{
        margin-top: 115px;
    }

    .page_2 .offsetTop{
        top: 0;
    }
}


@media only screen and (min-width: 460px){

    .chevron{
        margin-top: 24px;
    }
}


@media only screen and (min-width: 768px){
    .chevron {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .page_2{
        height: 800px;
        max-height: 800px;
    }
    .mobile_top{
        margin-top: 115px;
    }

    .page_2 .offsetTop{
        top: 0;
    }

    .form_up{
        width: 200px;
    }

    .form_down{
        width: 200px;
    }

    .chevron{
        width: 200px;
        margin-top: 9%;
    }

    .form_up::after{
        border-left: 103px solid transparent;
        border-right: 98px solid transparent;
    }

    .page_2 .form_down p{
        font-size: 12px;
    }

}

@media only screen and (min-width: 1024px) {


    .mobile_top{
        margin-top: 0px;
    }

    .page_2{
        height: 100vh;
        min-height: 830px;
        max-height: 900px;
    }

    .page_2 .offsetTop{
        top: 105px;
    }

    .page_2 .chevron {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 240px;
        margin-top: 9%;
    }

    .form_up{
        width: 240px;
    }

    .form_down{
        width: 240px;
    }

    .form_up::after{
        border-left: 120px solid transparent;
        border-right: 122px solid transparent;
    }
    .page_2 .form_down p{
        font-size: 14px;
    }


}

@media only screen and (min-width: 2560px) {
    .page_2{
        height: 1024px;
        max-height: 1024px;
    }
    .form_up p{
        font-size: 24px;
    }

    .form_up {
        width: 315px;
        height: 360px;
    }

    .form_up img {
        top: 40%;
    }

    .form_up::after {
        border-left: 158px solid transparent;
        border-right: 157px solid transparent;
    }

    .form_down {
        width: 315px;
        height: 420px;
    }

    .page_2 .chevron {
        width: 315px;
    }
    .page_2 .form_down p {
        font-size: 19px;
    }

    .form_up:after {
        border-top: 25px solid white;
    }

    .page_2 .container{
        max-width: 1500px;
    }
}

@media only screen and (min-width: 3840px) {
    .page_2{
        height: 1440px;
        max-height: 1440px;
    }

    .form_up p {
        font-size: 36px;
    }

    .mobile_top {
        margin-top: 75px;
    }

    .page_2 .container {
        max-width: 2200px;
    }

    .form_up {
        width: 465px;
        height: 500px;
        top: -13px;
    }

    .form_down {
        width: 465px;
        height: 500px;
    }

    .page_2 .chevron {
        width: 465px;
        margin-top: 5%;
    }

    .page_2 .form_down{
        top: 100px;
    }
    .form_up::after {
        border-left: 231px solid transparent;
        border-right: 233px solid transparent;

    }

    .form_up:after {
        border-top: 60px solid white;
        bottom: -39px;
        border-top: 41px solid white;
    }

    .page_2 .form_down p {
        font-size: 28px;
        font-weight: 400;
    }

}