:where([class^="ri-"])::before { content: "\f3c2"; }
.hero-section {
    background-image: url(assets/novas.webp);
    background-size: cover;
    background-position: center;
}
.testimonial-card {
    transition: transform 0.3s ease;
}
.testimonial-card:hover {
    transform: translateY(-5px);
}

#logo-header {
    height: 7em;
}

.top-menu {
    gap: 50px;
}

@media screen and (max-width: 40rem){
    .top-menu {
        gap: 1px;
    }
}
