@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&family=Outfit:wght@100..900&display=swap');
.smart-line {
    display: flex;
    font-size: 80px;
    font-weight: bold;
    color: #fff;
    margin: 10px 0;
    justify-content: center;
    
}

.letter {
    opacity: 0;
    transform: translateY(30px);
    display: inline-block;
    font-family: "Outfit", sans-serif;
    font-weight: bold;
}
    .line3{
        opacity: 0; margin-top:20px;
    }
    @media (max-width: 575.98px) { 
    .smart-line {
        font-size: 50px;
        margin: 0;
    }
  }