/* Add custom CSS styles below */ 
.landing-page-first-banner .item-text  img{
    display:none ;
}
.landing-page-first-banner .item-text {
    
}

@media(min-width:1200px){
.landing-page-first-banner .item-text h1{
    font-size:58px !important;
}
.landing-page-first-banner .item-text {
    max-width:800px !important;
}
.landing-page-first-banner .container {
    max-width:100% !important;
    padding-left:30px;
    padding-right:100px;
}
.landing-page-first-banner:nth-of-type(7) .item-text {
    max-width:800px !important;
}

.landing-page-first-banner:nth-of-type(7) .item-text p{
    font-size:58px !important;
    max-width:800px !important;
     position: relative;
      right:300px;
}
.landing-page-first-banner:nth-of-type(7) .item-text a{
     position: relative;
      right:400%;
}
}