

@media screen and (max-width:925px) {
    .column-80 {
        width:80% !important;
    }


    .column-30 {
        width:100% !important;
    }


    #main-section img {
        width:80%;
    }
}

@media screen and (max-width:524px) {
    .column {
        width:100% !important;
    }

    .column-50 {
        width:100% !important;
    }

    #main-section img {
        width:80%;
    }
}

@media screen and (min-width:926px) {

    .column-30 {
        padding-top:80px;
        width:40%;

    }
}