.section {
    margin-top: 100px;
}
.section-title {
    text-align: center;
    font-size: 60px;
    color: rgba(34, 34, 34, 100);
    line-height: 90px;
}
.paragraphy-title {
    font-size: 40px;
    margin-top: 30px;
    margin-bottom: 22px;
    color: #222222;
}
.paragraphy-content {
    font-size: 18px;
    color: #666666;
    line-height: 32px;
}

.section-sub-title {
    color: rgba(102, 102, 102, 100);
    font-size: 24px;
    line-height: 44px;
}

.section-content {
    margin-top: 30px;
}
.about-us .about-left {
    padding: 0 !important;
}

.about-us .about-right {
    padding-left: 70px;
    padding-right: 100px;
}
.about-us .section-content {
    display: flex;
    align-items: center;
}

.section-work {
    overflow: hidden;
}

.figure {
    display: flex;
    align-items: center;
}
.figure>img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.figcaption {
   padding-left: 25px;
}
.figcaption-title {
    line-height: 30px;
    color: #101010;
    font-size: 22px;
}
.figcaption-time {
    line-height: 25px;
    color: #8a8a8a;
    font-size: 18px;
    margin-top: 10px;
}

.poster-item-inner {
    color: #121212;
    padding: 30px 40px;
    background-color: rgba(255, 255, 255, 1);
box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.04);
border: 1px solid rgba(222, 222, 222, 1);
}
.poster-item {
    margin-bottom: 60px;
}
.poster-item .desc {
    margin-top: 20px;
    color: #121212;
    font-size: 20px;
    line-height: 25px;
}

@media (max-width: 1400px) {
    .section-title {
        font-size: 50px;
        line-height: 70px;
    }
    .section-sub-title {
        font-size: 20px;
        line-height: 30px;
    }
    .paragraphy-title {
        margin-top: 20px;
    margin-bottom: 15px;
    font-size: 30px;
    }
    .paragraphy-content {
        line-height: 25px;
    font-size: 16px;
    }
}

@media (max-width: 768px) {
    .section-content {
        display: block !important;
        margin-top: 15px !important;
    }
    .section-title {
        font-size: 24px !important;
        line-height: 30px !important;
    }
    .section-sub-title {
        font-size: 18px !important;
        line-height: 25px !important;
    }
    .section {
        margin-top: 15px !important;
    }
    .paragraphy-title {
        font-size: 20px !important;
        text-align: center;
        font-weight: bold;
    }
    .paragraphy-content {
        font-size: 16px !important;
        line-height: 25px !important;
    }
    .about-us .about-right{
        padding-left: 20px !important;
        padding-right: 20px !important;
        text-align: left !important;
        float: inherit;
    }
    .about-us .about-left {
        float: inherit;
    }
    .figcaption-title {
        font-size: 16px;
        line-height: 22px;
    }
    .figcaption-time {
        font-size: 14px;
    line-height: 20px;
    }
    .poster-item .desc {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 10px;
    }
    .figure>img {
        width: 90px;
        height: 90px;
    }
    .poster-item {
        margin-bottom: 20px;
    }
    .poster-item-inner {
        
    padding: 15px;

    }
}