/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .one.home_first_section {
        display: none !important;
    }

    .top_contact_info > div {
        width: auto !important;
        float: none;
    }

    .logo_wrapper img {
        max-width: 35% !important;
    }

    .one_fourth {
        width: 100% !important;
        float: left;
        margin-right: 2%;
        margin-bottom: 2%;
        position: relative;
        box-sizing: border-box;
        text-align: center;
    }

    .one_fourth.last {
        width: 100% !important;
        margin-right: 0;
        float: right;
        clear: right;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .one.home_first_section {
        display: none !important;
    }

    .top_contact_info > div {
        width: auto !important;
        float: none;
    }

    .logo_wrapper img {
        max-width: 40% !important;
    }

    .one_fourth {
        width: 100% !important;
        float: left;
        margin-right: 2%;
        margin-bottom: 2%;
        position: relative;
        box-sizing: border-box;
        text-align: center;
    }

    .one_fourth.last {
        width: 100% !important;
        margin-right: 0;
        float: right;
        clear: right;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .one.home_first_section {
        display: none !important;
    }

    .top_contact_info {
        width: 70% !important;
    }

    .top_contact_info > div {
        float: left;
    }

    .one_fourth {
        width: 100% !important;
        float: left;
        margin-right: 2%;
        margin-bottom: 2%;
        position: relative;
        box-sizing: border-box;
        text-align: center;
    }

    .one_fourth.last {
        width: 100% !important;
        margin-right: 0;
        float: right;
        clear: right;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .one.home_first_section {
        display: inline-block !important;
    }

    .logo_wrapper img {
        max-width: 50% !important;
    }

    .one_fourth {
        width: 23.5% !important;
        float: left;
        margin-right: 2%;
        margin-bottom: 2%;
        position: relative;
        box-sizing: border-box;
        text-align: center;
    }

    .one_fourth.last {
        width: 23.5% !important;
        margin-right: 0;
        float: right;
        clear: right;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .one.home_first_section {
        display: inline-block !important;
    }

    .logo_wrapper img {
        max-width: 50% !important;
    }

    .one_fourth {
        width: 23.5% !important;
        float: left;
        margin-right: 2%;
        margin-bottom: 2%;
        position: relative;
        box-sizing: border-box;
        text-align: center;
    }

    .one_fourth.last {
        width: 23.5% !important;
        margin-right: 0;
        float: right;
        clear: right;
    }
}
