.nav_icon {
    height: 100%;
}

.navbar-brand {
    padding: 0 0 0 15px;
}

.content {
    padding: 0 !important;
    position: relative;
}

.footers {
    background-color: #c5c9cd;
    font-size: 18px;
    line-height: 45px;
    height: 80px;
    padding: 20px 325px;
}

.foo_info {
    float: left;
}

.foo_info2 {
    float: right;
}

.foo_info a {
    color: #616161;
    margin-right: 15px;
}

.product_content {
    padding: 20px 310px;
}

.product_content p {
    font-size: 20px;

}

.product_content h1 {
    padding-bottom: 20px;
}

.com_content {
    padding: 20px 310px;
}

.com_content p {
    font-size: 20px;
}

.com_content h1 {
    padding-bottom: 20px;
}


@media (max-width: 767px) {

    .content::before {
        background-size: contain !important;
        background-repeat: no-repeat;
    }

    .com_content {
        padding: 20px;
    }

    .product_content {
        padding: 20px;
    }

    .navbar-brand {
        padding-left: 0;
    }

    .footers {
        padding: 10px;
        line-height: normal;
    }

    .foo_info {
        float: left;
    }

    .foo_info2 {
        float: left;
    }

    .foo_info2 span {
        font-size: 16px;
    }
}