.section1 {
    padding-top: .875rem;
}
.section1 .flex {
    gap: .7125rem;
}
.section1 .title {
    font-size: .4rem;
    margin-bottom: .4rem;
}
.section1 .content p {
    text-align: justify;
    color: #666;
    line-height: .4rem;
}
.section1 .content img {
    cursor: pointer;
    width: 100%;
}
.section1 .left {
    width: 6.3625rem;
    object-fit: contain;
}
@media screen and (max-width: 768px) {
    .section1 .content p {
        line-height: normal;
    }
}