/*Legal Results*/
#legal-items {
    margin: 5em 0;
}
.legal-item {
    margin-bottom: 30px;
}
.legal-item:last-child {
    margin-bottom: 0;
}
.legal-item a {
    display: flex;
    align-items: flex-end;
    line-height: 1;
    color: #09728e;
    font-size: 25px;
}
.legal-item a::after {
    content: "";
    border-top: 2px dotted;
    flex: 1;
    margin-left: 5px;
    opacity: 0.6;
}
.legal-item a:hover {
    color: #000;
}
.page-title {
    margin-bottom: 1.5em;
    font-weight: bold;
}
/*Legal Publish*/
.term-publish h2 {
    color: #09728e;
    font-size: 25px;
}
.term-text img {
    vertical-align: middle;
    position: relative;
}
/*Responsive*/
@media only screen and (max-width:769px) {
    /*Legal Results*/
    #legal-items {
        margin: 2em 0;
    }
    .legal-item {
        margin-bottom: 2em;
    }
    .legal-item:last-child {
        margin-bottom: 0;
    }
    .legal-item a {
        font-size: 15px;
    }
    /*Legal Publish*/
    .term-publish h2 {
        font-size: 20px;
        margin-bottom: 1em;
    }
}