.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner{
    margin-bottom: 120px;
}
.banner_content{
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 1280px;
    width: 100%;
    padding: 60px 0;
}
.banner_content_text{
    width: 50%;
    max-width: 50%;
    min-width: 50%;
}
.banner_content_text h1{
    font-size: 60px;
    line-height: 100%;
    color: #285181;
    padding-right: 60px;
    margin-bottom: 36px;
}
.banner_content_text p{
    font-size: 21px;
    line-height: 160%;
    padding-right: 40px;
}
.banner_content_img{
    border-radius: 24px;
    overflow: hidden;
    text-align: center;
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,18px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,18px));
    background: var(--swiper-pagination-bullet-inactive-color,#F58E49);
}
.carousel-logos .swiper-wrapper{
    padding: 30px 0 70px;
}
.carousel-logos{
    margin-bottom: 120px;
}