.ct-contact-info-widget { ul { font-size: 15px; margin-top: 30px; li { display: flex; align-items: center; margin-bottom: 20px; } } i { margin-right: 18px; svg { opacity: 0.9; } } .contact-info { display: flex; flex-direction: column; } .contact-title { font-weight: 600; } // fill type [data-icons*="solid"] { i { background: rgba(218, 222, 228, 0.3); transition: color 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955); } li:hover i { color: #fff; background: var(--paletteColor1); } } }