@charset "UTF-8";

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

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

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

    .item-area {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .item {
        margin-bottom: 40px;
        width: 50%;
    }

    .item>.title {
        width: 100%;
        height: 50px;
        line-height: 55px;
        color: #212B36;
        font-size: 32px;
        font-weight: 500;
        font-family: 'Manrope-Medium';
    }

    .item>.line {
        margin: 16px 0;
        width: 503px;
        height: 4px;
        background: #D29F61;
    }

    .item>.address {
        width: 400px;
        line-height: 28px;
        font-size: 15px;
        color: #637381;
    }

    .item>.phone {
        width: 400px;
        line-height: 28px;
        font-size: 15px;
        color: #637381;
    }

    .enquiry {
        width: 100%;
        line-height: 28px;
        text-align: center;
        font-size: 15px;
        color: #637381;
    }
}

@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/contact_us.png');
        background-size: cover;
        background-repeat: no-repeat;
    }

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

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

    .item-area {
        width: 100%;
    }

    .item {
        margin-bottom: 2rem;
        width: 100%;
    }

    .item>.title {
        width: 100%;
        height: 3rem;
        line-height: 3rem;
        color: #212B36;
        font-size: 2rem;
        font-weight: 500;
        font-family: 'Manrope-Medium';
    }

    .item>.line {
        margin: 1rem 0;
        width: 100%;
        height: 4px;
        background: #D29F61;
    }

    .item>.address {
        width: 100%;
        line-height: 1.5rem;
        font-size: 1.1rem;
        color: #637381;
    }

    .item>.phone {
        width: 100%;
        line-height: 1.5rem;
        font-size: 1.1rem;
        color: #637381;
    }

    .enquiry {
        width: 100%;
        line-height: 1.5rem;
        text-align: center;
        font-size: 1rem;
        color: #637381;
    }
}