@charset "UTF-8";

@media screen and (min-width: 751px) {
    .img-area {
        padding: 66px 0;
        width: 100%;
        min-width: 1170px;
        height: 240px;
        background: url('https://cms.cscapital.com/cdn/big/ejshtml/5f0bd927bc330e23a41106bc/assets/images/sustainability_bg.png');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .img-area>div>h5 {
        display: block;
        margin: 0 auto;
        width: 1170px;
        height: 65px;
        line-height: 65px;
        font-size: 48px;
        color: #fff;
        font-weight: 500;
    }

    .img-area>div>p {
        display: block;
        margin: 0 auto;
        width: 1170px;
        height: 30px;
        line-height: 30px;
        font-size: 24px;
        color: #fff;
    }

    .main-area {
        margin: 0 auto;
        width: 1170px;
        padding: 50px 0 75px 0;
    }

    .title {
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-weight: bold;
        font-size: 36px;
        color: #212B36;
        font-family: 'Manrope-Bold';
        text-align: center;
    }

    .not-first-title {
        margin-top: 80px;
    }

    .article {
        margin-top: 32px;
        width: 100%;
        line-height: 30px;
        color: #212B36;
        font-size: 20px;
    }

    .pic-text {
        margin-top: 50px;
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .pic {
        width: 500px;
        height: 400px;
    }

    .pic>img {
        width: 500px;
        height: 400px;
        object-fit: cover;
    }

    .text {
        width: 570px;
    }

    .sub-title {
        width: 100%;
        line-height: 50px;
        font-weight: bold;
        font-size: 36px;
        color: #D29F61;
        font-family: 'Manrope-Bold';
    }

    .sub-article {
        margin-top: 26px;
        width: 100%;
        line-height: 30px;
        color: #212B36;
        font-size: 20px;
    }
}

@media screen and (max-width: 750px) {
    .img-area {
        padding: 3rem 0;
        width: 100%;
        height: 10rem;
        background: url('https://cms.cscapital.com/cdn/big/ejshtml/5f0bd927bc330e23a41106bc/assets/images/sustainability_bg.png');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .img-area>div>h5 {
        display: block;
        margin: 0 auto;
        width: calc(100% - 3.34rem);
        height: 2rem;
        line-height: 2rem;
        font-size: 2rem;
        color: #fff;
    }

    .img-area>div>p {
        display: block;
        margin: 0 auto;
        width: calc(100% - 3.34rem);
        height: 2rem;
        line-height: 2rem;
        font-size: 1.2rem;
        color: #fff;
    }

    .main-area {
        margin: 0 auto;
        width: calc(100% - 3.34rem);
        padding: 1.67rem 0 5rem 0;
    }

    .title {
        width: 100%;
        height: 3rem;
        line-height: 3rem;
        font-weight: bold;
        font-size: 2rem;
        color: #212B36;
        font-family: 'Manrope-Bold';
        text-align: center;
    }

    .not-first-title {
        margin-top: 2rem;
    }

    .article {
        width: 100%;
        line-height: 2rem;
        color: #212B36;
        font-size: 1.2rem;
    }

    .pic-text {
        margin-top: 1.5rem;
        width: 100%;
    }

    .pic {
        width: 100%;
        height: 16rem;
    }

    .pic>img {
        width: 100%;
        height: 16rem;
        object-fit: cover;
    }

    .text {
        width: 100%;
    }

    .sub-title {
        width: 100%;
        line-height: 2rem;
        font-weight: bold;
        font-size: 1.5rem;
        color: #D29F61;
        font-family: 'Manrope-Bold';
    }

    .sub-article {
        margin-top: 26px;
        width: 100%;
        line-height: 2rem;
        color: #212B36;
        font-size: 1.2rem;
    }

    .pic-text-mt {
        margin-top: 1rem;
    }
}