body {
    font-family: Inter, Helvetica, Arial, sans-serif;;
}

h1 {
    margin-bottom: 34px;
}

h2 {
    margin-bottom: 20px;
}

.f-carousel {
    --f-carousel-gap: 8px;
}

.f-carousel .f-carousel__slide {
    max-width: 420px;
    max-height: 300px;
}

.f-carousel .f-carousel__slide img {
    max-height: 300px;
}
