/* Add custom CSS styles below */ 
@media(min-widrh:790){
.landing-page-first-banner:nth-of-type(1) .container{
       justify-content: start !important;
    margin-top:200px;
}
.landing-page-first-banner:nth-of-type(5) .container{
    justify-content: start !important;
    margin-top:200px;
}
.landing-page-first-banner .item-text h1{
    font-size:48px !important;
}
}
.landing-page-first-banner .item-text h1{
    text-shadow:1px 5px 9px white;
}
.landing-page-first-banner .item-text a{
    font-size:20px !important;
    background: linear-gradient(to left, #fff 50%, transparent) !important;
    box-shadow:1px 5px 9px -3px ;
}
.landing-page-first-banner .item-text .pa-fbanner-star {
        background-color: transparent !important;
}
.landing-page-first-banner .item-text .pa-fbanner-star ::after {
            background-color: transparent !important;

}