body {
    font-family: "Open Sans", serif !important;
}
.tp-hero-5-title {
    font-size: 60px;
}
@media (max-width: 767px) {
    .tp-hero-5-title {
        font-size: 43px;
    }
}

/**
* Footer
 */
.product-footer-container {
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 22px;
    background: #f1f1f1;
}
.product-footer-container .product-footer {
    color: #000000;
}
.product-footer-container .product-footer a{
    color: #333;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}
.product-footer-container .product-footer .copyright p{
    color: #333;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 5px auto;
}
