.banner__wrapper {
    position: relative;
}
.main-page-slide .splide__track {
    border-radius: 20px;
}
.banner__img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    max-height: 370px;
    border-radius: 20px;
}
.banner__content {
    padding: 12px 8px;
}
.banner__btns {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
}
.banner__arrows {
    display: flex;
    gap: 8px;
}

.banner__title {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -0.6px;
    font-weight: 700;
}

.banner__subtitle {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
    gap: 20px;
}

.banner__subtitle p {
    padding-top: 12px;
}

@media (min-width: 1440px) {
    .banner__content {
        position: absolute;
        top: 40px;
        left: 40px;
        width: 50%;
    }
}

@media (max-width: 1439px) {
    .main-page-slide .splide__track {
        border-radius: 12px;
    }
    .banner__img {
        border-radius: 12px;
    }
    .banner__btns {
        display: none;
    }

    .banner__title {
        font-size: 24px;
        line-height: 28px;
        font-weight: 700;
        letter-spacing: normal;
    }

    .banner__subtitle {
        margin-top: 8px;
        flex-direction: row;
    }
    .banner__subtitle {
        display: none;
    }
}
