<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.img-zoom {
    border-radius: px;
    overflow: hidden;
}
.img-zoom .tn-atom {
    border-radius: px;
    transition: transform 200ms ease-in-out;
}
.img-zoom:hover .tn-atom {
    transform: scale(110%);
}
.t-section__title {
margin-bottom: 30px !important;
}
.t795__title {
    margin-bottom: 0px;
}
</pre></body></html>