/* Add custom CSS styles below */ 
    .landing-page-first-banner .item-text h1{
            width:400px !important;
    }
    .landing-page-first-banner:nth-of-type(1) .item-text {
        background-color:#2947568a;
        padding:30px;
        border-radius:20px;
        box-shadow:1px 1px 6px #00000061;
    }