.product-banner-image-wrap {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    height: 380px;
    padding: 30px 92px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .product-banner-image-wrap {
        padding: 30px 40px;
        height: 280px;
    }
}

/* Sub Title Color */
.product-banner-image-wrap .banner-content span {
    color: #ffffff;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
}

/* Title Color */
.product-banner-image-wrap .banner-content h2 {
    margin: 5px 0 10px;
    padding: 0;
    color: #ffffff;
    font-size: 48px;
    line-height: 50px;
    font-weight: 400;
}

.product-banner-image-wrap .banner-content p {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
}

.product-banner-image-wrap .banner-content a {
    display: inline-block;
    border-radius: 4px;
    transition: .4s;
    text-decoration: none;
    padding: 10px 30px;
    margin: 15px 0 0;
    background-color: #000000;
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.product-banner-image-wrap .banner-content a:hover {
    background-color: #777;
    color: #ffffff;
}
