@media screen and (max-width: 1200px){
    .main_container {
        max-width: 944px;
        width: 90%;
    }

    h1{
        font-size: 64px;
        line-height: 72px;
    }

    .accent_text{
        font-size: 32px;
        line-height: 56px;
    }
    #photo_message .col-8{
        width: 80%;
    }
}

@media screen and (max-width: 500px){
    .navbar{display: none;}
    .header {
        padding: 0 5%;
        position: absolute;
    }

    .main_container {
        max-width: 370px;
        width: 90%;
    }

    .padding_between_blocks{
        height: 72px;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12  {
        width: 100%;
    }
    
    .row{
        flex-wrap: wrap;
    }

    /* TYPOGRAPHY*/
    .section_header{
        position: relative;
    }

    .section_header::after{
        content: "";
        width: 100px;
        height: 1px;
        background: #FFAD00;
        position: absolute;
        left: 0;
        bottom: 0px;
    }

    h1{
        font-size: 40px;
        line-height: 56px;
    }

    .accent_text{
        font-size: 24px;
        line-height: 40px;
    }

    .minimized_text{
        font-weight: 300;
    }

    .main_video{
        object-fit: cover;
        height: 500px !important;
    }

    #big_message .secondary_message {
        margin-top: 40px;
    }

    .section_header {
        padding-bottom: 24px;
        margin-bottom: 24px;
    }

    .list_text{
        font-size: 24px;
        line-height: 40px;
    }

    .table_number{
        display: none;
    }

    .table_block {
        margin-left: 0;
        padding: 40px 0 40px 0;
        border-left: none;
    }

    .table_block.first {
        padding: 40px 0 40px 0;
        border-left: none;
    }

    .table_block.last {
        padding: 40px 0 40px 0;
        border-bottom: none;
        border-left: none;
    }

    .rich_text{
        font-size: 15px;
        line-height: 24px;
        font-weight: 100;
    }

    #secondary_message .row {
        padding-top: 0;
    }

    #secondary_message .divider {
        width: 100%;
        height: 1px;
        background: #FFAD00;
        margin: 24px 0;
    }

    #photo_message h4{
        font-size: 24px;
        line-height: 40px;  
        font-weight: normal;
    }

    
    #photo_message .main_container{
        min-height: 80vh;
    }

    #we_offer h1 {
        padding: 16px 0;
    }

    .form{
        margin-top: 64px;
    }

    .submit {
        width: 100%;
    }
}
