.home-banner {
    position: relative;
    width: 100%;
    height: 860px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-items: center;
}

.home-banner .banner__home {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home-banner .my-swiper {
    width: 100%;
    height: 100%;
}

.home-banner .swiper-wrapper {
    display: flex;
    align-items: stretch;
    height: 100%;
    padding-bottom: 10px;
}

.home-banner .swiper-slide {
    width: 100%;
    flex-shrink: 0;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    height: 100%;
    padding: 120px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.home-banner .swiper-slide:hover {
    background: #4E4AD9;
    box-shadow: none;
}

.home-banner .swiper-item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.home-banner .swiper-item-content {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-banner .swiper-pagination {
    bottom: 15px !important;
}

.home-banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #666666;
    border-radius: 50%;
    margin: 0 7px !important;
    cursor: pointer;
}

.home-banner .swiper-pagination-bullet-active {
    background: #4E4AD9;
    position: relative;
}

.home-banner .banner__background {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.home-banner .banner__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-banner .banner__content {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.home-banner .banner__text {
    width: 90%;
    color: #3e4246
}

.home-banner .banner__title {
    font-weight: bold;
    font-size: 40px;
    color: #FAFAFC;
    text-align: center;
    margin-bottom: 30px;
}

.home-banner .banner__description {
    font-weight: 400;
    font-size: 24px;
    color: #ffffff;
    line-height: 36px;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.home-info-section .banner__list {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    margin-top: -124px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.home-info-section .banner__item {
    width: 320px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}

.home-info-section .banner__item .banner__item-value {
    width: 100%;
    height: 124px;
    line-height: 124px;
    text-align: center;
    background: rgba(78, 74, 217, 0.3);
    border-radius: 30px 30px 0px 0px;
    font-weight: 500;
    font-size: 55px;
    color: #F9F9FB;
}

.home-info-section .banner__item .banner__item-title {
    flex: 1;
    width: 100%;
    background: #FFFFFF;
    border-radius: 0px 0px 30px 30px;
    padding: 10px 10px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 20px;
    color: #060606;
    line-height: 36px;
    text-align: center;
}

.client-section {
    width: 100%;
    padding: 60px 0 0;
    box-sizing: border-box
}

.client-section .client-section__title {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    font-weight: bold;
    color: #333333;
    text-align: left;
    position: relative;
    padding-left: 25px;
    box-sizing: border-box;
}

.client-section .client-section__title::before {
    content: '';
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 40px;
    background: #4E4AD9;
}

.client-section .client-section__content {
    width: 90%;
    max-width: 1350px;
    margin: 55px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.client-section .client-section__item {
    width: calc(100% / 5 - 10px);
    max-width: 264px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.client-section .client-section__item img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.process-section {
    width: 100%;
    padding: 60px 0 0;
    box-sizing: border-box
}

.process-section .process-section__content {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.process-section .process-section__title {
    font-weight: bold;
    color: #333333;
    text-align: left;
    position: relative;
    padding-left: 25px;
    box-sizing: border-box;
}

.process-section .process-section__title::before {
    content: '';
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 40px;
    background: #4E4AD9;
}

.process-section .process-section__left,
.process-section .process-section__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.process-section .process-section__left {
    flex: 1;
}

.process-section .process-section__description {
    font-weight: 400;
    color: #000000;
    line-height: 32px;
}

.process-section .process-section__description strong {
    width: 30px;
    display: inline-block;
}

.process-section .process-section__list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 10px;
}

.process-section .process-section__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.process-section .process-section__item::before {
    content: '';
    position: absolute;
    top: 15px;
    right: -10px;
    width: 2px;
    height: 50px;
    background: #666666;
}

.process-section .process-section__item:last-child::before {
    display: none;
}

.process-section .process-section__item-title {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    text-align: center;
}

.process-section .process-section__item-value {
    font-weight: bold;
    font-size: 48px;
    color: #4E4AD9;
    text-align: center;
}

.process-section .process-section__right {
    width: 48%;
    max-width: 575px;
}

.process-section .process-section__right img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.home-advantages-section {
    width: 100%;
    padding: 60px 0 0;
    box-sizing: border-box
}

.home-advantages-section .advantages-section__title {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    font-weight: bold;
    color: #333333;
    text-align: left;
    position: relative;
    padding-left: 25px;
    box-sizing: border-box;
}

.home-advantages-section .advantages-section__title::before {
    content: '';
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 40px;
    background: #4E4AD9;
}

.home-advantages-section .advantages-section__content {
    width: 90%;
    max-width: 1350px;
    margin: 55px auto 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
}


.home-advantages-section .advantages-section__item {
    width: calc(100% / 3 - 15px);
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F5F5F5;
    padding-top: 20px;
    box-sizing: border-box;
}

.home-advantages-section .advantages-section__item-image {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
}

.home-advantages-section .advantages-section__item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-advantages-section .advantages-section__item-title {
    font-weight: bold;
    color: #070707;
    text-align: center;
}

.home-advantages-section .advantages-section__item-description {
    font-weight: 400;
    font-size: 18px;
    color: #FDFCFC;
    line-height: 32px;
    text-align: left;
    padding: 30px 25px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.7);
    flex: 1;
}

.certifications-section {
    width: 90%;
    max-width: 1350px;
    margin: 60px auto 0;
    padding: 50px 0 40px;
    box-sizing: border-box;
    background: #F5F5F5;
}

.certifications-section .certifications-section__title {
    width: 100%;
    font-weight: bold;
    color: #333333;
    text-align: left;
    position: relative;
    padding-left: 25px;
    box-sizing: border-box;
}

.certifications-section .certifications-section__title::before {
    content: '';
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 40px;
    background: #4E4AD9;
}

.certifications-section .certifications-section__content {
    width: 90%;
    margin: 55px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.certifications-section .certifications-section__item {
    width: calc(100% / 5 - 2px);
    max-width: 260px;
}

.certifications-section .certifications-section__item-image {
    width: 100%;
    height: auto
}

.certifications-section .certifications-section__item-image img {
    width: 100%;
    height: auto
}

.factory-section {
    width: 100%;
    padding: 60px 0px 0px;
    box-sizing: border-box
}

.factory-section .factory-section__title {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto 40px;
    font-weight: bold;
    color: #333333;
    text-align: left;
    position: relative;
    padding-left: 25px;
    box-sizing: border-box;
}

.factory-section .factory-section__title::before {
    content: '';
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 40px;
    background: #4E4AD9;
}

.factory-section .factory-section__content {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.factory-section .factory-section__content1 .factory-section__item {
    width: calc(100% / 4);
}

.factory-section .factory-section__content1 .factory-section__item:first-child {
    flex: 1;
}

.factory-section .factory-section__content1 .factory-section__item:last-child {
    max-width: 337px;
}

.factory-section .factory-section__content2 {
    margin-top: 16px;
}

.factory-section .factory-section__content2 .factory-section__item {
    width: calc(100% / 4);
}

.factory-section .factory-section__item-image {
    width: 100%;
    height: 100%
}

.factory-section .factory-section__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.home-materials-section {
    width: 90%;
    max-width: 1350px;
    margin: 60px auto 0px;
    box-sizing: border-box;
}

.home-materials-section .materials-section__title {
    width: 100%;
    font-weight: bold;
    color: #333333;
    text-align: left;
    position: relative;
    padding-left: 25px;
    box-sizing: border-box;
}

.home-materials-section .materials-section__title::before {
    content: '';
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 40px;
    background: #4E4AD9;
}

.home-materials-section .materials-section__description {
    font-weight: 300;
    color: #000000;
    line-height: 32px;
    box-sizing: border-box;
    margin-top: 15px;
}

.home-materials-section .materials-section__title-btns {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.home-materials-section .materials-section__title-btns .materials-section__title-btn {
    padding: 5px 15px;
    background: #F5F5F5;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    text-align: center;
    cursor: pointer;
    flex-shrink: 0;
}

.home-materials-section .materials-section__title-btns .materials-section__title-btn.active,
.home-materials-section .materials-section__title-btns .materials-section__title-btn:hover {
    background: #4E4AD9;
    color: #FFFFFF;
}

.home-materials-section .materials-section__content {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.home-materials-section .materials-section__content-left {
    width: 519px;
    box-sizing: border-box;
    border: 1px dashed #4E4AD9;
    padding: 22px 20px 30px;
}

.home-materials-section .materials-section__content-info {
    font-weight: 300;
    color: #000000;
    line-height: 32px;
}

.home-materials-section .materials-section__content-info .materials-section__content-info-title {
    font-weight: bold;
    color: #4E4AD9;
    margin-bottom: 20px;
}

.home-materials-section .materials-section__content-line {
    width: 100%;
    border-top: 1px dashed #BFBFBF;
    margin: 25px 0;
}

.home-materials-section .materials-section__content-left .materials-section__content-button-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.home-materials-section .materials-section__content-button-list .materials-section__content-button {
    padding: 5px 15px;
    background: #F5F5F5;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    text-align: center;
    cursor: pointer;
    flex-shrink: 0;
}

.home-materials-section .materials-section__content-button-list .materials-section__content-button.active,
.home-materials-section .materials-section__content-button-list .materials-section__content-button:hover {
    background: #4E4AD9;
    color: #FFFFFF;
}

.home-materials-section .materials-section__content-description-list {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.home-materials-section .materials-section__content-description-item {
    display: flex;
    align-items: flex-start;
}


.home-materials-section .materials-section__content-right {
    flex: 1;
    box-sizing: border-box;
}

.home-materials-section .materials-section__content-right .materials-section__content-image {
    width: 100%;
    max-width: 670px;
    height: 100%;
}

.home-materials-section .materials-section__content-right .materials-section__content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.machining-process-section {
    width: 100%;
    padding: 60px 0 60px;
    box-sizing: border-box;
    position: relative;
    margin-top: 60px;
}

.machining-process-section .machining-process-section__background {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.machining-process-section .machining-process-section__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.machining-process-section .machining-process-section__content {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.machining-process-section .machining-process-section__title {
    width: 100%;
    font-weight: bold;
    color: #333333;
    text-align: left;
    position: relative;
    padding-left: 25px;
    box-sizing: border-box;
}

.machining-process-section .machining-process-section__title::before {
    content: '';
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 40px;
    background: #4E4AD9;
}

.machining-process-section .machining-process-section__description {
    width: 100%;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
    box-sizing: border-box;
}

.machining-process-section .machining-process-section__info {
    width: 100%;
    display: flex;
    gap: 20px;
}

.machining-process-section .machining-process-section__left {
    flex: 1;
    min-width: 300px;
}

.machining-process-section .machining-process-section__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-left: 1px solid #000000;
    box-sizing: border-box;
}

.machining-process-section .machining-process-section__list .machining-process-section__item {
    position: relative;
    padding-left: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.machining-process-section .machining-process-section__list .machining-process-section__item::before {
    content: '';
    position: absolute;
    left: -12px;
    top: 50%;
    width: 20px;
    height: 20px;
    background: #4E4AD9;
    border-radius: 50%;
}

.machining-process-section .machining-process-section__list .machining-process-section__item:after {
    content: '';
    position: absolute;
    left: 8px;
    bottom: 0px;
    width: 80%;
    border-bottom: 1px dashed #AAAAAA;
}

.machining-process-section .machining-process-section__right {
    width: 500px;
    flex-shrink: 0;
}

.machining-process-section .machining-process-section__right img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.blog-home-section {
    width: 100%;
    padding: 75px 0 60px;
    box-sizing: border-box;
    background: #ffffff
}

.blog-home-section .blog__content {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto
}

.blog-home-section .blog-section__title {
    width: 100%;
    margin: 0 auto 40px;
    font-weight: bold;
    color: #333333;
    text-align: left;
    position: relative;
    padding-left: 25px;
    box-sizing: border-box;
}

.blog-home-section .blog-section__title::before {
    content: '';
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 40px;
    background: #4E4AD9;
}

.blog-home-section .blog__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.blog-home-section .blog__item {
    width: 100%;
    box-sizing: border-box;
    min-height: 290px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    background: #F5F5F5;
    gap: 25px;
}

.blog-home-section .blog__item-img {
    width: 400px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
}

.blog-home-section .blog__item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-home-section .blog__item-text {
    flex: 1;
    padding: 30px 25px;
    box-sizing: border-box;
    padding-left: 0px;
}

.blog-home-section .blog__item-title {
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    margin-bottom: 25px
}

.blog-home-section .blog__item-description {
    font-weight: 300;
    font-size: 16px;
    color: #333333;
    line-height: 28px
}

.blog-home-section .pagination_container {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

.blog-home-section .el-pager li:hover {
    color: #E0191E !important
}

.blog-home-section .el-pager li.is-active {
    background-color: #E0191E !important
}

.blog-home-section .blog-home-buttons {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.blog-home-section .blog-home-button {
    margin-top: 40px;
    width: 150px;
    height: 46px;
    line-height: 46px;
    background: #4E4AD9;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}


@media screen and (max-width:760px) {
    .home-banner {
        height: auto;
        margin-bottom: 0px;
    }

    .home-banner .swiper-slide {
        height: auto;
        padding: 20px 0 60px;
        flex-direction: column;
        align-items: center
    }

    .home-banner .banner__content {
        flex-direction: column;
        align-items: center;
    }

    .home-banner .banner__text {
        width: 100%;
        margin-bottom: 40px
    }

    .home-info-section .banner__list {
        position: relative;
        bottom: initial;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 40px;
    }

    .client-section .client-section__description {
        margin-bottom: 20px
    }

    .client-section .client-section__content {
        flex-wrap: wrap;
        justify-content: center;
    }

    .client-section .client-section__item {
        width: 100%;
    }

    .client-section .client-section__item-title {
        font-size: 20px
    }

    .process-section .process-section__content {
        flex-direction: column;
        align-items: center;
    }

    .process-section .process-section__left,
    .process-section .process-section__right {
        width: 100%;
    }

    .process-section .process-section__list {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 20px;
    }

    .process-section .process-section__item::before {
        display: none;
    }

    .home-advantages-section .advantages-section__content {
        flex-direction: column;
        align-items: center;
    }

    .home-advantages-section .advantages-section__item {
        width: 100%;
        max-width: 446px;
    }

    .certifications-section .certifications-section__item {
        width: calc(50% - 10px)
    }

    .factory-section .factory-section__content {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }

    .factory-section .factory-section__content1 .factory-section__item {
        width: 100%;
    }

    .factory-section .factory-section__content1 .factory-section__item:last-child {
        max-width: initial;
    }

    .factory-section .factory-section__content2 .factory-section__item {
        width: 100%;
    }

    .home-materials-section .materials-section__content {
        flex-direction: column;
    }

    .home-materials-section .materials-section__content-left,
    .home-materials-section .materials-section__content-right {
        width: 100%;
        max-width: 100%;
    }

    .home-materials-section .materials-section__content-right .materials-section__content-image {
        height: auto;
    }

    .machining-process-section .machining-process-section__info {
        flex-direction: column;
        gap: 30px;
    }

    .machining-process-section .machining-process-section__right {
        width: 100%;
    }

    .blog-home-section .blog__item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0px;
    }

    .blog-home-section .blog__item-img {
        width: 100%;
        height: auto;
    }

    .blog-home-section .blog__item-img img {
        position: relative;
        width: 100%;
        height: auto;
        top: initial;
        left: initial;
        object-fit: contain;
    }

    .blog-home-section .blog__item-text {
        width: 100%;
        padding: 20px;
    }

    .blog-home-section .blog__item-title {
        margin-bottom: 15px
    }
}

@media screen and (min-width:760px) and (max-width:1020px) {
    .home-banner {
        height: auto;
        margin-bottom: 0px;
    }

    .home-banner .swiper-slide {
        padding: 60px 0;
        height: auto;
    }

    .home-banner .banner__content {
        flex-direction: column;
        align-items: center
    }

    .home-banner .banner__text {
        width: 100%;
        margin-bottom: 40px
    }

    .home-info-section .banner__list {
        position: relative;
        bottom: initial;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 40px;
    }

    .client-section .client-section__description {
        margin-bottom: 70px
    }

    .client-section .client-section__content {
        flex-wrap: wrap;
        justify-content: center;
    }

    .client-section .client-section__item {
        width: 100%;
    }

    .client-section .client-section__item-title {
        font-size: 20px
    }

    .process-section .process-section__content {
        flex-direction: column;
        align-items: center;
    }

    .process-section .process-section__left,
    .process-section .process-section__right {
        width: 100%;
    }

    .process-section .process-section__list {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 20px;
    }

    .process-section .process-section__item::before {
        display: none;
    }

    .home-advantages-section .advantages-section__item {
        width: calc(50% - 10px);
        max-width: 446px;
    }

    .certifications-section .certifications-section__item {
        width: calc(50% - 10px)
    }

    .home-materials-section .materials-section__content {
        flex-direction: column;
    }

    .home-materials-section .materials-section__content-left,
    .home-materials-section .materials-section__content-right {
        width: 100%;
        max-width: 100%;
    }

    .home-materials-section .materials-section__content-right .materials-section__content-image {
        height: auto;
    }

    .machining-process-section .machining-process-section__info {
        flex-direction: column;
        gap: 30px;
    }

    .blog-home-section .blog__item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0px;
    }

    .blog-home-section .blog__item-img img {
        position: relative;
        width: 100%;
        height: auto;
        top: initial;
        left: initial;
        object-fit: contain;
    }

    .blog-home-section .blog__item-text {
        width: 100%;
        padding: 20px;
    }

    .blog-home-section .blog__item-title {
        margin-bottom: 15px
    }
}

@media screen and (min-width:1020px) and (max-width:1380px) {
    .home-banner {
        height: auto;
        margin-bottom: 0px;
    }

    .home-banner .swiper-slide {
        height: auto;
        padding: 100px 0;
    }

    .home-info-section .banner__list {
        position: relative;
        bottom: initial;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 40px;
    }

    .client-section .client-section__content {
        flex-wrap: wrap;
        justify-content: center;
    }

    .client-section .client-section__item {
        width: calc(50% - 20px)
    }

    .client-section .client-section__item-title {
        font-size: 20px
    }

    .home-advantages-section .advantages-section__item {
        width: calc(50% - 15px);
        max-width: 446px;
    }
}

@media screen and (min-width:1380px) and (max-width:1460px) {}