/* Add custom CSS styles below */ 
section:nth-child(1 of section.landing-page-first-banner) h1
,
section:nth-child(3 of section.landing-page-first-banner) h1{
    width: 60% !important;
}
@media (max-width:768px){
  .g_cat  h3{
        font-size: 13px !important;
  }
}
section:nth-child(1 of section.landing-page-first-banner) [aria-label="2 / 4"] .container > div {
  margin-left: auto;
  margin-right: :3%
} 
section:nth-child(1 of section.landing-page-first-banner) a.fbanner-star-btn{
  display: none;
}
section:nth-child(1 of section.landing-page-first-banner) [aria-label="1 / 4"]  a.fbanner-star-btn {
    display: block !important;
    color: #fff !important;
}
.image-title .title-heade {
    color: #ad6f51;
}