.terms_main {
    color: #828282;
}

.terms_lst > li {
    margin-bottom: 50px;
}

.terms_lst > li:last-child {
    margin-bottom: 0;
}

.terms_lst > li dt {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 15px;
}

.terms_lst > li dd {
    font-size: 13px;
    line-height: 24px;
}

.terms_main .btn_top {
    display: none;
    text-align: right
}

.terms_main .btn_top a {
    display: inline-block;
    overflow: hidden;
    width: 42px;
    height: 24px;
    font-weight: 500;
    font-size: 11px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
}

.terms_main .btn_top a:hover {
    color: #fff;
}

/***** media_queries start *****/
@media screen and (max-width: 1199px) and (min-width: 992px) {}

@media screen and (max-width: 991px) and (min-width: 768px) {}

@media screen and (max-width: 767px) {}
/***** media_queries end *****/
