/* Add custom CSS styles below */ 
.sm\:py-16 {
        padding-top: 0rem !important;
        padding-bottom: 4rem !important;
        background: unset !important;
    }
.max-w-\[700px\] {
    max-width: 710px !important;
}
.max-w-\[80\%\] {
    max-width: 100% !important;
}
@media (max-width: 767px) {
    .w-\[285px\] {
        width: 330px !important;
    }
}

section:nth-child(1 of .landing-page-first-banner) .item-text
 {
margin-top: 30%;
 }