/* Add custom CSS styles below */ 
.landing-page-first-banner .item-text  img{
    display:none ;
}
.landing-page-first-banner .item-text h1{
    font-size:58px !important;
}
.landing-page-first-banner .item-text h1{
    font-size:58px !important;
}
.landing-page-first-banner .item-text p{
    font-size:28px !important;
}
.landing-page-first-banner:nth-of-type(6) .item-text a{
    border:solid;
    border-width:1px;
}
.image-title h1 {
    background-color:transparent !important;
}
@media(max-width:768px){
    .landing-page-first-banner .item-text h1{
    font-size:38px !important;
      text-shadow: 0 2px 2px black;
        
}
        .landing-page-first-banner .item-text {
        padding: -right:20px;
            margin-top:60px;
}
}