.guide-showcase .guide-showcase__slider {
    display: flex;
    gap: 60px;
    align-items: center;
    width: 100%;
    padding-top: 24px;
}

.guide-showcase .splide__track {
    width: 100%;
}

.guide-showcase .guide-showcase__nav-btn {
    display: flex;
    background: none;
    border: none;
    cursor: pointer;
}

.guide-showcase .guide-showcase__img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1100px) {
    .guide-showcase .guide-showcase__slider {
        gap: 30px;
    }
}

@media screen and (max-width: 600px) {
    .guide-showcase .guide-showcase__nav-btn {
        display: none;
    }
}
