.banner-wrapper {
    background: rgb(255,255,255);
    background-image: linear-gradient(103deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,0.3561799719887955) 100%), url("../images/Group83.png");
    background-size: cover;
    background-position-x: right;
}


.banner-right {
    margin-top: 30px;
}

.banner-title {
    color: #212121;
}

@media only screen and (max-width: 767px) {
    .banner-text {
        margin-top:-20px;
        background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    }
    .banner-title{
        font-size:36px;
        font-weight:bold;
        line-height: 45px;
        margin-bottom: 15px;
    }
    .banner-right > img {
        max-width: 500px;
        max-height: 755px;
        margin: 0 auto;
        display: block;
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .banner-text {
        padding-top: 150px;
        padding-left: 60px;
    }    
    .banner-title{
        font-size:45px;
        font-weight:bold;
    }  
}
@media only screen and (min-width:1200px) {
    .banner-text {
        padding-top: 200px;
        padding-left: 100px;
    }  
    .banner-title{
        font-size:68px;
        font-weight:bold;
    }  
}
@media only screen and (max-width: 479px) {
    .banner-right > img {
        margin: 0;
    }
}
