OwlCyberSecurity - MANAGER
Edit File: _box-mail.scss
.ova-box-mail{ text-align: center; .item { padding: 32px 24px 24px 24px; background: #fff; border-radius: 20px; border: 1px solid #E7EAEE; @include transaction( all, 0.3s, linear); .text { display: inline-block; margin: 0 4px; font-family: General Sans; font-size: 12px; line-height: 1.3; font-weight: 600; color: #B3B3B3; letter-spacing: 0.24px; text-transform: uppercase; } .title { margin: 4px 0 16px 0; font-size: 32px; font-weight: 500; line-height: 1.3; a { @include transaction( all, 0.3s, linear); color: var(--heading); &:hover { color: var(--primary); } } } .short_desc { display: inline-block; font-size: 16px; line-height: 1.6; color: #939393; } .shortcode { margin-top: 20px; } } .ova-subscribe-form-wrapper { .ova-subscribe-form { flex-direction: column; gap: 14px; max-width: 100%; background-color: transparent; input[type=email] { border: 1px solid #e7eaea; } button[type=submit] { padding: 18px 36px; } } } }