.line05px {
    height: 0.5px!important;
}

.text-reveal .tn-atom {
    line-height: 0.9!important;
}

.lineheight08 .tn-atom {
    line-height: 0.8!important;
}

.btn_animation {
    transition: tranform 0.2s;
}

.btn_animation:hover {
    transform: translateY(2px) translateX(2px);
}

.uc-distance div {
    height: 160px!important;
}

@media only screen and (max-width: 1199px) {
.uc-distance div {
    height: 120px!important;
}
}

@media only screen and (max-width: 959px) {
.uc-distance div {
    height: 100px!important;
}
}

@media only screen and (max-width: 639px) {
.uc-distance div {
    height: 100px!important;
}
}