.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);
}

@media (max-width: 991px) {
    .terms-res-item a {
        color: inherit;
        display: flex;
        font-size: 16px;
        line-height: 1;
    }
    .terms-res-item {
        margin-bottom: 15px;
    }
}