main .color_side{
    height: 150px;
    background-color: #2D4356;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
main section:first-child{
    margin: 0;
}
.color_side h1{
    font-size: 1.8em;
    color: white;
}
.term h2{
    text-align: left;
    color: black;
}
.clause{
    margin-top: 50px;
}

@media (max-width: 768px){
    .term h2, .term{
        text-align: center;
    }

}