.fs-13{
    font-size: 12px;
}
.banner-text {
    font-size: 28px !important;
    line-height: 37px !important;
}
.banner {
    background: #ECECEC !important;
}
@media (max-width: 768px)
{
    .pricing-table {
        display: block !important;
    }
    .feature-box.feature-box-style-4 .feature-box-icon {
        justify-content: center;
    }
    .feature-box-info {
        text-align: center;
    }
    .banner {
        position: relative;
    }
    .banner .container {
        padding: 0 !important;
    }
    .banner h1 {
        line-height: 40px !important;
    }
    /*.banner:before {
        top: 0;
        background-image: url('../home-1.jpg') !important;
        width: 100% !important;
        height: 100% !important;
        background-size: cover !important;
	    background-position: center; 
        content: "";
        position: absolute;
        opacity: 0.1;
    }*/
}
.page-content strong {
    font-weight: normal !important;
}