@media screen and (max-width: 1150px){
    .intro-strip h1{
        top: 40px;
        width: 700px;
        font-size: 50px;
    }
    .column h1{
        font-size: 34px;
        margin-top: 30px;
        text-align: center;
        color: #004666;
    }
    .column p{
        text-align: center;
        margin: 0px 40px;
        margin-top: 20px;
        font-size: 16px;
        line-height: 28px;
    }
    
}
@media screen and (max-width: 880px){
    .intro-strip h1{
        top: 30px;
        width: 400px;
        font-size: 30px;
        }
    .column{
        flex-flow: column;
        height: auto;
    }

    .box, .box_2 {
        width: 100%;
        height: auto;
    }

    .box > p, .box_2 > p {
        margin: 50px !important;
    }

    .box:nth-child(2n), .box_2:nth-child(2n) {
        background-color: #00466618 !important;
    }

    .box:nth-child(2n + 1), .box_2:nth-child(2n + 1) {
        background-color: white !important;
    }

    .box1, .box2, .box3, .box4, .box5, .box6{
        width: 100%;
        height: 550px;
    }

    .box2, .box4, .box6{
        background-color: #00466618;
    }

    .box1, .box3, .box5{
        background-color: #ffffff18;
    }

    .column h1{
        font-size: 30px;
        margin-top: 20px;
    }
    .column p{
        margin: 0px 10px;
        margin-top: 20px;
        font-size: 16px;
        line-height: 26px;
    }
    .outro-strip{
        display: flex;
        flex-direction: column;
    }
    .outro1{
        display: flex;
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #02425f;
        justify-content: center;
        align-items: center;
        background-color: #004666c4;
        border-left: none;
    
    }
    .outro1:last-child{
        border-bottom: none;
    }

    #contact {
        width: unset;
    }
}
@media screen and (max-width: 560px){

    .intro-strip h1{
        top: 15px;
        width: 300px;
        font-size: 26px;
    }
    .column h1{
        font-size: 28px;
        margin-top: 18px;
    }
    .column p{
        margin: 0px 20px;
        margin-top: 10px;
        font-size: 14px;
        line-height: 18px;
    }
    .outro-strip p{
        font-size: 16px;
    }
    

}