*, *::before, *::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body * {
    font-family: "Inter", sans-serif;
}

.banner {
    background-image: url(./assets/2clix-banner-02.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
    width: 100%;
    height: 130px;
}

.d-none{
  display:none !important;
}