.contentd {
    width: 940px;
}

/* .con-img {
    padding-left: 44px;
} */

.con-img img {
    width: 768px;
    margin: 0 auto;
    display: block;
}


.font-coenten>div div:first-child {
    font-family: DM Serif Display;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
}

.font-coenten>div div:first-child+div {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding-top: 32px;
    letter-spacing: -0.2px;
}

@media screen and (max-width:1200px) {
    .contentd,
    .con-img img {
        width: 100%;
    }
    .con-img {
        padding: 0.24rem;
        background-color: white;
        box-shadow: 2px 4px 16px 0px rgba(0,0,0,0.04);
        border-radius: 8px;
        margin-top: 0.24rem;
    }

    .font-coenten>div div:first-child {
        color: #111111;
        font-family: Roboto;
        font-weight: bold;
        font-size: 0.32rem;
        letter-spacing: 0px;
        line-height: 0.86rem;
    }
    .font-coenten>div div:first-child+div {
        color: #111111;
        font-family: Roboto;
        font-weight: 500;
        font-size: 0.24rem;
        line-height: 0.4rem;
        letter-spacing: 0px;
        text-align: left;
        padding-top: 0;
        /* padding-bottom: 0.8rem; */
    }

    .mobile-position {
        margin-top: 0.88rem;
    }

    .mobile-mock {
        margin-top: 0.88rem;
    }
}