.solution-security .smallbox .four-boxes.no-border { padding: 15px; }
.smallbox .four-boxes { max-width: 240px; margin: 0 33px 50px; display: flex; align-items: center; justify-content: center; }
.smallbox .four-boxes ul li { padding-left: 0; font-size: 18px; font-weight: 500; text-align: center; }
.biometrics-icon, .solution-security .smallbox .four-boxes ul li.icon.with-bg {padding: 20px; background: #f07f21; border-radius: 50%; width: 95px; height: 95px; display: flex; justify-content: center; align-items: center; margin: 0 auto 20px; color: #fff;font-size: 30px !important}
.solution-security .learnmore-btn.orange-button { font-size: 18px; padding: 7px 15px; }

.odd-even__image { max-width: 45%; width: 100%; text-align: right }
.odd-even__content { max-width: 55%; width: 100%; padding-right: 40px }
.odd-even__content h2 { margin-bottom: 20px; background: -webkit-linear-gradient(45deg, #ef7e21, #efa541 80%); -webkit-background-clip: text; -webkit-text-fill-color: transparent }
.odd-even__item:nth-child(2n) { flex-direction: row-reverse }
.odd-even__item:nth-child(2n) .odd-even__image { text-align: left }
.odd-even__item:nth-child(2n) .odd-even__content { padding-left: 40px }

.solution-security .fancy li ul li {padding-left: 0 !important;}
.no-bullets .biometrics-icon i { font-size: 40px !important; color: #fff }

@media (max-width:767px) {
    .odd-even__content, .odd-even__image { max-width: 100%; text-align: center; padding: 0 }
}