/* Add custom CSS styles below */ 

.my-header {
    position: relative;
    inset: 0;
    width: 100%;
    height: fit-content;
}
@media(max-width:768px) {
.landing-page-first-banner .item-text {
    max-width: 180px !important;
}

  .landing-page-first-banner  .item-text h1 {
    font-size: 16px !important;
}
}