.ova-contact-info{ display: flex; align-items: center; .icon{ color: var(--primary); font-size: 25px; margin: 0 18px 0 0; svg{ width: 16px; height: auto; fill: var(--text); path { fill: var(--text); } } i{ display:inline-flex; } } .contact{ .label{ font-size: 24px; margin: 0 0px 10px 0px; padding: 0; font-weight: 600; line-height: 1.2em; } .info{ list-style-type: none; padding: 0; margin: 0; .item{ color: var(--text); a{ @include transaction( all, 0.3s, ease); font-size: 18px; color: var(--text); position: relative; &:before{ @include transaction( all, 0.3s, ease); position: absolute; content: ''; width: 0%; height: 1px; left: 0px; bottom: 0px; background-color: var(--primary); } &:hover{ color: var(--primary); &:before{ width: 100%; } } } } } } }