<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.all-wrap { padding: 0px !important; position: relative; max-width: 1260px !important; overflow: hidden; max-height: 900px; }

.finspo-hub-slider { padding: 0px !important; }

.finspo-hub-slider .slick-track { display: flex !important; }
.finspo-hub-slider .slick-slide { height: inherit !important; }
.finspo-hub-slider .slick-slide &gt; div { height: 100%; }

.finspo-wrap { position: relative; height: 100%; display: flex !important; flex-direction: column; }
.finspo-item { display: flex !important; gap: 24px; flex-direction: row; max-width: 89%; margin: 0 auto; align-items: center;  padding: 40px 48px 20px; height: 100%; }
.finspo-item &gt; div { flex: 1 0 50%; }
.finspo-content h2 { margin-bottom: 32px !important; }
.finspo-content p { font-size: 16px !important; }

.finspo-item img { cursor: pointer; }

.finspo-tip {  bottom: 0px; left: 0px; width: 100%; padding: 16px 36px; border-top: 1px solid #CED4F5; display: flex; flex-direction: row; gap: 8px; align-items: center; }
.finspo-tip &gt; svg { flex-shrink: 0; }
.finspo-tip span { font-size: 14px;  }
.finspo-tip p { font-size: 14px !important; }

.finspo-arrow { cursor: pointer; transition: all .3s; }
.finspo-arrow:hover { opacity: .7; }

.finspo-arrow.prev { position: absolute; top: calc(50% - 16px); left: 48px; }
.finspo-arrow.next { position: absolute; top: calc(50% - 16px); right: 48px; }

@media (max-width: 767px) {
    .all-wrap { border-radius: 0px !important; margin-bottom: 64px; }
    .finspo-item { flex-direction: column; max-width: 95%; padding: 40px 18px 20px; }
    .finspo-item &gt; div { flex: 1 1 50%; }
    .finspo-arrow.prev { left: 8px; top: 60%; }
    .finspo-arrow.next { right: 8px; top: 60%; }
    .finspo-tip { padding-left: 18px; padding-right: 18px; align-items: flex-start; }
}</pre></body></html>