/* Add custom CSS styles below */ 
.landing-page-first-banner .txt {
  justify-content: flex-end !important;
  padding-bottom : 50px !important;
}

@media (max-width: 767px) {
    
    .slider-banner-main-0 {
        height: 230px; 
    }

    .slider-banner-main-4 picture img {
        object-fit: cover;
        height: 100%;
    }
    .item-text h1 {
        font-size: 28px; 
        max-width: 90%; 
    }
    .item-text p {
        font-size: 14px; 
        max-width: 80%; 
    }

    .fbanner-star-btn {
        display:flex; 
        font-size: 14px;
    }
    .landing-page-first-banner .txt{
    justify-content: flex-end !important;
    
    }

    .txt {
        align-items: flex-start;  aligned to the 
        padding: 10px;
    }
}

@media(max-width: 768px){
 .landing-page-first-banner .txt {
  
  padding-bottom : 50px !important;
}
}
.copyright-text{
   font-size:18px;
   font-weight:700;
}