@media (min-width: 768px) {}

@media (min-width: 0px) and (max-width: 768px) {

    .header-social {
        text-align: center;
    }

    .header-social li {
        border: 0 !important;
    }

    .header-login li a {
        font-size: 12px;
    }

    .header-text h1 {

        text-align: center;
        font-size: 15px;
    }

    .top-logo img {
        max-width: 94px;
    }

    .header-text h1 {
        padding-top: 10px;
    }

    .section-title {
        margin: 13px auto;
        display: table;
        text-align: center;
        font-weight: bold;
        position: relative;
        padding-bottom: 15px;
        color: #cd081e;
        font-size: 20px;
    }

    .service-content h2 {
        font-size: 12px;

    }

    .widget-box {

        margin: 5px auto;

    }

    .social-footer {

        text-align: center;
    }
}
