.container-wrap {
    padding: 0 80px;
}
.back-black {
    background-color: #000;
    color: #fff;
}
.container-wrap .contain {
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 0;
}
.d-f {
    display: flex;
}
.f-c {
    flex-direction: column;
}
.f-cen {
    justify-content: center;
    align-items: center;
}
.g-100 {
    gap: 100px;
}
.g-40 {
    gap: 40px;
}
.p-l-80 {
    padding-left: 80px;
}
.wrap_50-50-desc > div {
    width: 50%;
}

h2 {
    font-size: 48px;
    font-weight: 400;
    line-height: 54px;
}
h2.blue {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(87deg, #fff, #53beee 40.9423828125%, #2374f9 89.0869140625%);
    -webkit-background-clip: text;
}
.text_20 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1px;
}
.text_gray {
    color: #c8c8c8;
}

.block-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



@media (max-width: 1439px) {
    .g-100 {
        gap: 50px;
    }
    h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .text_20 {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 1023px) {
    .f-c-pad {
        flex-direction: column;
    }
    .wrap_50-50-desc > div {
        width: 100%;
    }
    .lazer-10w-11 .content {
        order: 1;
    }
    .lazer-10w-11 .block-img {
        order: 2;
    }
    .p-l-80 {
        padding-left: 0px;
    }
    h2 {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .container-wrap {
        padding: 0 10px;
    }
    h2 {
        font-size: 20px;
        line-height: 24px;
    }
}