.leftBannerWrapper{
    width:50%;
}
.leftBannerWrapper h2{
    font-size:22px;
    color:var(--white);
    font-family:'Georama';
    font-weight:600;
    margin-bottom:15px;

}
.leftBannerWrapper h4{
    font-size:43px;
    color:var(--white);
    font-family:'Smiling Rain';
    margin-bottom:5px;
    
}

.contentWrapper{
    padding-top:40px;
    padding-bottom:80px;
}

.contentWrapper p{
    font-size:16px;
    font-family:'Georama';
    line-height:28px;
}