.banner{
    width: 100%;
    height: 480px;
    position: relative;
    z-index: -99;
    background-image: url('https://public.joinpay.com/images/pro/probanner.png');
    background-size: cover;
}

.banner-container{
    position: relative;
    height: 100%;
}

.product-main{
    position: relative;

}

.product-banner-content{
    position: absolute;
    top: 50%;
    right: 15%;
    transform: translate(0, -50%);
    color: #fff;
    text-align: right;
}

.product-banner-title{
    font-size: 46px;
    line-height: 60px;
}

.product-banner-text{
    margin-top: 30px;
    font-size: 30px;
}

.pro-category{
    margin-bottom: 80px;
}

.pro-card{
    position: relative;
    margin-top: 50px;
    transition: transform 0.3s;
}

.pro-card:hover{
    transform: scale(1.1);
}

.pro-card-bg{
    width: 100%;
}

.pro-card-img{
    position: absolute;
    top: 55%;
    left: 75%;
    height: 100%;
    width: auto;
    transform: translate(-50%,-50%);
}

.pro-card-content{
    position: absolute;
    top: 50%;
    left: 10%;
    max-width: 350px;
    transform: translate(0,-50%);
    color: #FFFFFF;
}

.pro-card-title{
    font-size: 38px;
}

.pro-card-text{
    margin-top: 15px;
    font-size: 20px;
}

.pro-card-2 img{
    left: 78%;
    height: 100%;
}

.pro-card-3 img{
    top: 60%;
    height: 90%;
}

.pro-card-4 img{
    left: 78%;
    height: 95%;
}

.pro-card-5 img{
    top: 60%;
    height: 100%;
}

.pro-card-6 img{
    left: 78%;
    top: 65%;
    height: 70%;
}

.pro-bee-card img{
    top: 65%;
    left: 70%;
    height: 90%;
}

@media screen and (max-width: 1200px) {

    .pro-card-content{
        max-width: 300px;
    }

}

@media screen and (max-width: 992px) {

    .pro-category{
        margin-bottom: 50px;
    }

    .pro-card{
        margin-top: 50px;
    }

    .pro-card-img{
    }


}

@media screen and (max-width: 750px) {

    .banner{
        height: 200px;
    }

    .product-banner-title{
        font-size: 24px;
    }

    .product-banner-text{
        margin-top: 15px;
        font-size: 16px;
    }

    .pro-card-content{
        position: absolute;
        top: 50%;
        left: 15px;
        max-width: 160px;
        transform: translate(0,-50%) scale(0.8);
    }

    .pro-card-title{
        font-size: 16px;
    }

    .pro-card-text{
        margin-top: 8px;
        font-size: 12px;
    }
}
