.content-font {
    padding-bottom: 64px;
}

.content-font div:first-child {
    font-family: DM Serif Display;
    padding-bottom: 32px;
    font-size: 32px;
    line-height: 26px;
    font-weight: bolds;
}

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

.content-img {
    padding-left: 71px;
}

.content-img img {
    height: 176px;
}

@media screen and (max-width: 1200px){
    .content-font{
        margin-top: 0.24rem;
        border-radius: 8px;
        background: #FFFFFF;
        box-shadow: 2px 4px 16px 0px rgba(0,0,0,0.04);
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 0.32rem 0.24rem
    }
    .content-font div:first-child+div{
        font-size: 0.2rem;
    }
    .content-img{
        margin-top: 0.24rem;
        border-radius: 8px;
        background: #FFFFFF;
        box-shadow: 2px 4px 16px 0px rgba(0,0,0,0.04);
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 0.32rem 0.24rem
    }
    .content-img img{
        width: 100%;
        height: auto;
    }
    .mobile-EFP {
        margin-top: 0.66rem;
    }
}
