.desc-screen {
    position: relative;
    width: 100%;
    height: 643px;
}

.desc-screen .inner-container {
    display: flex;
    align-items: center;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.desc-screen .inner-container .left {
    margin-right: 122px;
}

.desc-screen .inner-container .left .desc-title {
    font-weight: 500;
    font-size: 34px;
    color: #1F1F1F;
    line-height: 40px;
    margin-bottom: 30px;
}
.desc-screen .inner-container .left .desc-label {
    font-weight: 400;
    font-size: 16px;
    color: #82878F;
    line-height: 34px;
    text-indent: 2em;
}
.desc-screen .inner-container .left .desc-label.mb {
    margin-bottom: 20px;
}
.desc-screen .inner-container .left .desc-label.no-indent {
    text-indent: 0;
}
.desc-screen .inner-container .right img {
    width: 536px;
    height: 384px;
}