.banner-section {
    border-radius: 2px;
    position: relative;
}

.swiperBackground {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner-section .mySwiper {
    position: relative;
    z-index: 2;
}

.banner-section__gradient {
    background: linear-gradient(90deg, #172233 0%, rgba(23, 34, 51, 0) 100%);
    opacity: 0.8;
    z-index: 2;
    height: 100%;
    position: absolute;
    width: 100%;
}

.swiper-slide-active {
    margin-left: 0;
}

.centred_content {
    display: flex;
    align-items: center;
}

.banner-section__title {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
    color: #FFFFFF;
    width: 55%;
    margin-bottom: 40px;
}

.banner-section__content {
    padding: 48px 0 56px;
}

.banner-section__content-list {
    width: 60%;
    margin-bottom: 40px;
}

.banner-section__item {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    position: relative;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.banner-section__photo {
    background-size: cover;
    background-position: center center;
}

.banner-section__item:not(:last-child) {
    margin-bottom: 24px;
}

.banner-section__item:before {
    content: "";
    display: block;
    position: relative;
    width: 8px;
    height: 24px;
    background: #3E7FFF;
    margin-right: 8px;
}

.banner-section__button {
    color: #fff;
}

@media (max-width: 1450px) {
    .banner-section__content {
        padding: 0 10px;
    }
}

@media (max-width: 1200px) {
    .banner-section__title {
        width: 75%;
    }
}

@media (max-width: 991px) {
    .banner-section__title {
        width: 80%;
        font-size: 36px;
        margin-bottom: 36px;
    }

    .banner-section__item {
        width: 90%;
        font-size: 15px;
    }

    .banner-section__item:not(:last-child) {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .banner-section__title {
        width: 100%;
        font-size: 30px;
    }

    .banner-section__item {
        width: 100%;
        line-height: 130%;
    }

    .banner-section__content {
        padding: 40px 0 60px;
    }
}

@media (max-width: 575px) {
    .banner-section__title {
        font-weight: 700;
        font-size: 24px;
        line-height: 130%;
        margin-bottom: 32px;
    }

    .banner-section__item {
        font-weight: 400;
        font-size: 14px;
    }

    .banner-section__item:not(:last-child) {
        margin-bottom: 16px;
    }
}