body {
    height: 1350px;
}

.tos_header_container {
    padding-top: 60px;
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.tos_header {
    flex: 70%;
    background-color: #DBE6AB;
    font-family: "Lexend";
    font-weight: 900;
    font-size: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #26231A;
}

.content {
    display: flex;
    flex-direction: column;
    padding: 50px;
    padding-left: 75px;
    padding-right: 75px;
    width: 100%;
    height: 100%;
}

.info_box {
    padding: 30px;
    background-color: #A49A72;
    height: 1100px;
}

.info_box p {
    color: #26231A;
    font-family: "Roboto";
    font-size: 32px;
}

.action_box{
    display: flex;
    justify-content: center;
    margin-top: 55px;
    height: 100px;
}

.comission_panel_decoration_darker{
    margin: 0;
}

.comission_panel_decoration{
    margin: 0;
}

@media only screen and (max-width: 1280px) {

    body {
        height: 2000px;
    }

    .tos_header_container {
        padding-top: 60px;
        height: 250px;
    }

    .tos_header {
        font-size: 36px;
    }

    .content {
        padding: 20px;
        padding-top: 15px;
    }

    .info_box{
        height: 2000px;
    }

    .info_box p{
        font-size: 24px;
    }

    .action_box {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .tos_header_container{
        padding-top: 40px;
        height: 170px;
    }
}

@media only screen and (max-width: 768px) {

    body {
        height: 2000px;
    }

    .tos_header_container {
        padding-top: 40px;
        height: 170px;
    }

    .tos_header {
        font-size: 22px;
    }

    .content {
        padding: 20px;
        padding-top: 15px;
    }

    .info_box{
        height: 1800px;
    }

    .info_box p{
        font-size: 24px;
    }

    .action_box {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 568px) {

    body {
        height: 2000px;
    }

    .tos_header_container {
        padding-top: 40px;
        height: 170px;
    }

    .tos_header {
        font-size: 22px;
    }

    .content {
        padding: 20px;
        padding-top: 15px;
    }

    .info_box{
        height: 1800px;
    }

    .info_box p{
        font-size: 24px;
    }

    .action_box {
        margin-top: 20px;
    }
}