OwlCyberSecurity - MANAGER
Edit File: _heading.scss
.ova-heading{ .sub-title-wrapper { margin: 0 0 15px 0; display: inline-flex; align-items: center; gap: 7px; } .icon { display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; i { display: inline-flex; font-size: 15px; color: var(--primary); } } .sub-title{ margin: 0; display: inline-block; font-family: var(--primary-font); font-size: 16px; font-weight: 500; color: var(--heading); line-height: 1.2; } .title{ margin: 0 0 25px 0; font-size: 55px; font-weight: 400; line-height: 1.25; white-space: pre-line; @media (max-width: 767px) { font-size: 42px; white-space: normal; } a{ @include transaction( transform, 0.3s, ease); color: var(--heading); &:hover{ @include transaction( transform, 0.3s, ease); color: var(--primary); } } } .description{ margin: 0; white-space: pre-line; @media (max-width: 1024px) { white-space: normal; } } }