/* Add custom CSS styles below */ 
@media(min-width:768px){
.landing-page-first-banner .item-text h1{
    font-size:38px !important;
}
.landing-page-first-banner .item-text p{
    font-size:28px !important;
}
.landing-page-first-banner:nth-of-type(6) .item-text {
    position:relative;
    right:8%;
}
}