.terms-res-item {
    margin-bottom: 35px;
}
.terms-res-item:last-child {
    margin-bottom: 0;
}
.terms-res-item a {
    color: inherit;
    display: flex;
    font-size: 20px;
    line-height: 1;
}
.terms-res-item a::after {
    content: "";
    flex: 1;
    border-bottom: 2px dotted;
}
.terms-res-item a:hover {
    color: var(--default-blue);
}
.terms-mt {
    margin-top: 187px;
}

@media(max-width:  1499.98px) {
    .terms-mt {
        margin-top: 130px;
    }
}
@media(max-width:  1199.98px) {
    .terms-mt {
        margin-top: 92px;
    }
}
@media (max-width: 991.98px) {
    .terms-mt {
        margin-top: 59px;
    }
    .terms-res-item a {
        color: inherit;
        display: flex;
        font-size: 16px;
        line-height: 1;
    }
    .terms-res-item {
        margin-bottom: 15px;
    }
}
@media(max-width: 767.98px) {
    .terms-mt {
        margin-top: 28px;
    }
}
@media (max-width: 575.98px) {
    .pages-title-lines {
        width: 100%;
    }
}