/* Add custom CSS styles below */ 
.navbar-brand img, .mobile-menu__logo img {
    content: url("https://cdn.files.salla.network/homepage/552112102/a0e83e06-e1f4-41b7-95e0-7270e3744661.webp");
}
.index .banner--fixed img {
    background-color: unset;
    margin-bottom: 3rem;
}

.FA-home-banner--2 .main-content{
    text-align: center;
    justify-self: center;
    align-items: center;
}
@media (min-width: 1024px) {
.FA-home-banner--0{
   .main-content {
    grid-column: 4 / span 3;
    }
  .lg\:gap-\[clamp\(1\.25rem\2c -0\.6633rem\+8\.1633vw\2c 7\.5rem\)\] {
    gap: 4rem;
  }
}
}

@media (max-width: 768px) {
  .FA-home-banner--2 {
  .grid-cols-2 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .main-content {
    grid-column: 2 / span 2;
    padding-left: 4px;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .flex.flex-row.justify-between {
    display: none;
  }
}}