.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: #1e87c6;
}
.terms-breadcrumb {
    background:  -webkit-linear-gradient(0deg, #193245 0%, #1e87c6 23%);
    -webkit-background-clip:   text;
    -webkit-text-fill-color: transparent;
}
.terms-breadcrumb:hover {
    color: #1e86c5;
    -webkit-text-fill-color: #1e86c5;
}
.hov-text-website-blue:hover {
    color: #1e86c5;
}
@media only screen and (max-width: 768px) {
    .terms-res-item {
        margin-bottom: 25px;
    }
    .terms-res-item a {
        font-size: 18px;
    }
}
@media only screen and (max-width: 576px) {
    .terms-res-item a {
        font-size: 17px;
    }
}