.b2c_buttons {
    gap: 12px;
    flex-wrap: wrap;
}

.py128 {
    padding-top: 64px;
    padding-bottom: 64px;
}

.black {
    color: var(--black);
    font-weight: 500;
}

.suncms-cover {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    z-index: 1;
    margin-bottom: 78px;
}

.suncms-cover::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.56);
    z-index: 0;
}

.suncms-cover__content {
    position: absolute;
    max-width: 1240px;
    width: 1240px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: var(--white);
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
}

.suncms-cover__content svg {
    margin-bottom: 28px;
}

.suncms-cover__content p:first-of-type {
    font-weight: 700;
}

.suncms .row {
    gap: 64px 0;
    justify-content: center;
}

.suncms-item {
    display: flex;
    gap: 32px;

}

.suncms-item__body {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 32px;
}

.suncms-item .function-desc {
    max-width: unset;
}

.suncms .heading-wrap {
    max-width: unset;
}

.suncms .function-title {
    padding-top: 12px;
    color: var(--black);
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
}

.suncms .values-items {
    max-width: 1019px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 88px;
}

.hr {
    margin: 105px auto 54px;
}

.suncms__header-left {
    flex: 0 0 595px;
}

.suncms__header-right {
    display: flex;
    align-items: center;
    justify-content: end;
    flex: 1 0 0;
}

.industry__header .oneside-container {
    max-width: 1920px !important;
    margin: 0 auto !important;
}

@media (min-width:1921px) {
    .suncms__header-right {
        flex: none;
        margin-left: 100px;
    }
}

@media (max-width:1500px) {
    .suncms-cover__content {
        max-width: 1240px;
        transform: translate(0, -50%);
        left: 64px;
        right: 64px;
        width: unset;
    }
}

@media (max-width:1400px) {
    .suncms__header-left {
        flex: 0 0 500px;
    }
}

@media (max-width:1200px) {
    .suncms-cover__content {
        font-size: 18px;
        line-height: 28px;
    }

    .suncms-cover__content svg {
        margin-bottom: 8px;
    }

    .suncms-cover__image {
        height: 600px;
        object-fit: cover;
    }
}


@media (min-width: 992px) {
    .py128 {
        padding-top: 128px;
        padding-bottom: 128px;
    }

    .section2 {
        padding-top: 100px !important;
        padding-bottom: 48px;
    }
}

.box-gray {
    padding: 88px 24px;
    font-size: 28px;
    line-height: 40px;
}

.maxw904 {
    max-width: 904px;
    margin-left: auto;
    margin-right: auto;
}

.box-gray b,
.box-gray strong {
    font-weight: 600;
}

.mit {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.lp-lr-row-r.smigger .lp-lr-restrict,
.lp-lr-restrict.shopinfo {
    max-width: 626px;
}

@media (min-width: 556px) {
    .lp-lr-img {
        flex: 0 0 626px;
        max-width: 626px;
    }
}


.hr-gray {
    height: 1px;
    width: 100%;
    background: var(--grayscale100);
}

.sg-box-right {
    position: absolute;
    bottom: -43px;
    right: 40px;
}

.sg-box-left {
    position: absolute;
    top: -45px;
    left: 40px;
    transform: rotate(180deg);
}

.sg-box-right svg,
.sg-box-left svg {
    width: 88px;
    height: 88px;
}

.sg-box-right2 {
    bottom: unset;
    top: -22px;
    right: 70px;
}

.sg-box-left2 {
    top: unset;
    bottom: -33px;
    left: 60px;
}

.font18 {
    font-size: 18px;
    line-height: 30px;
}

.industry__testimonials {
    padding-bottom: 128px
}

.industry__testimonials-heading {
    max-width: 672px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 88px
}

.industry__testimonials-small {
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px
}

.industry__testimonials-opinion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 36px;
    max-width: 903px;
    margin: 0 auto
}

.industry__testimonials-text {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 32px;
    padding-top: 12px
}

.industry__testimonials-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.industry__testimonials-bottom img {
    border-radius: 50%
}

.industry__testimonials-name {
    color: #0f0f0f;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px
}

.industry__testimonials-position {
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.industry__testimonials .splide__slide {
    opacity: .2;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.industry__testimonials .splide__slide.is-active {
    opacity: 1
}

.industry__carousel {
    max-width: 1920px;
    margin: 0 auto;
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out
}

@media (max-width: 991px) {

    .sg-box-left,
    .sg-box-right {
        display: none;
    }

    .b2c_buttons {
        gap: 20px;
    }

    .sun_cms-img {
        display: block;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .hr {
        margin: 105px auto 24px;
    }

    .suncms .values-items {
        max-width: 640px;
        margin: 0 auto;
        gap: 48px;
    }

    .suncms-cover__content {
        left: 24px;
        right: 24px;
    }

    .industry__testimonials {
        padding-bottom: 64px
    }

    .suncms__header-right {
        padding-top: 48px;
    }

}

@media (max-width: 767px) {
    .box-desc {
        font-size: 18px;
        line-height: 30px;
    }

    .box-gray {
        padding: 24px;
    }
}

@media(max-width: 768px) {
    .suncms-cover__image {
        height: 800px;
        object-position: 70% 0%;
    }

    .industry__testimonials-opinion {

        flex-direction: column;
        align-items: center;
        gap: 32px
    }

    .industry__testimonials-bottom {
        flex-direction: column;
        align-items: center
    }

    .industry__testimonials-details {
        text-align: center
    }

    .industry__testimonials-text {
        text-align: center;
        padding: 0
    }

    .industry__testimonials-heading {
        padding-bottom: 32px
    }

    .industry__testimonials-small {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 16px
    }

    .industry__carousel {
        margin: 0 24px
    }

    .suncms-cover {
        margin-bottom: 32px;
    }
}

@media (max-width:576px) {
    .suncms-item {
        flex-direction: column;
        gap: 0px;
    }

    .suncms-item__body {
        gap: 16px;
    }

    .suncms-cover__content {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width:375px) {
    .suncms-cover__image {
        height: 920px;
    }
}