.industries-section {
    width: 100%;
    padding: 50px 0 50px;
    box-sizing: border-box;
    background: #F7F7F8
}

.industries-section .industries-section__title {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    font-weight: bold;
    color: #333333;
    text-align: center
}

.industries-section .industries-section__description {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px
}

.industries-section .industries-section__content {
    width: 100%
}

.industries-section .mySwiper {
    width: 100%;
    height: 100%
}

.industries-section .swiper-wrapper {
    align-items: stretch
}

.industries-section .swiper-slide {
    width: 1020px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 65px;
    box-sizing: border-box
}

.industries-section .swiper-item {
    width: 100%;
    height: 100%;
    position: relative;
    background: #ffffff;
    padding: 0 35px;
    box-sizing: border-box
}

.industries-section .swiper-item-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    margin-top: -45px;
    padding-bottom: 60px;
    box-sizing: border-box;
    z-index: 1
}

.industries-section .item-img {
    width: 480px;
    height: auto;
    flex-shrink: 0
}

.industries-section .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.industries-section .item-text {
    padding: 0 40px;
    box-sizing: border-box
}

.industries-section .item-text .item-number {
    font-weight: bold;
    font-size: 72px;
    color: #E0191E;
    margin-bottom: 10px
}

.industries-section .item-text .item-title {
    font-weight: 400;
    font-size: 28px;
    color: #E0191E;
    margin-bottom: 30px
}

.industries-section .item-text .item-description {
    font-weight: 400;
    color: #333333;
    line-height: 30px
}

.industries-section .swiper-pagination {
    position: relative;
    margin-top: 30px;
    text-align: center
}

.industries-section .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #999999;
    border-radius: 50%;
    margin: 0 7px !important;
    cursor: pointer
}

.industries-section .swiper-pagination-bullet-active {
    background: #E0191E
}

.industries-section .request-button {
    margin: 20px auto 40px
}

@media screen and (max-width:760px) {
    .industries-section .swiper-slide {
        width: 100%
    }

    .industries-section .swiper-item-content {
        flex-direction: column
    }

    .industries-section .item-img {
        width: 100%
    }
}

@media screen and (min-width:760px) and (max-width:1020px) {
    .industries-section .swiper-slide {
        width: 90%;
        margin: 0 auto
    }

    .industries-section .item-img {
        width: 46%
    }
}