.terms-res-item {
    margin-bottom: 30px;
}
.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(--website-blue);
}
.terms-res-item:nth-child(5n+2) a:hover {
    color: var(--website-green);
}
.terms-res-item:nth-child(5n+3) a:hover {
    color: var(--website-yellow);
}
.terms-res-item:nth-child(5n+4) a:hover {
    color: var(--website-red);
}
.terms-res-item:nth-child(5n+5) a:hover {
    color: var(--website-orange);
}
.pages-top-box .content:before {
    top: 9px !important;
    bottom: 9px !important;
}

@media(max-width: 1499.98px) {
    .arrow-animated {
        margin-top: 90px;
    }
}

@media(max-width: 991.98px) {
    .pages-top-box .content:before {
        left: var(--min-grid);
        width: 5px;
        top: 2px !important;
        bottom: 2px !important;
    }
    .terms-res-item {
        margin-bottom: 20px;
    }
}