.sec-content img{
    display: block;
    margin:0 auto;
}

.term{
    font-size: 16px;
    line-height: 1.5em;
}
.term h2{
    display: block;
    color:var(--primary-color);
    font-weight:500;
}

@media (max-width:1100px){
    .term{
        font-size: 14px;
    }
}
@media (max-width:768px){
    .term{
        font-size: calc((20 / 700) * 100vw);
    }
}