.ova-our-team { display: flex; flex-direction: column; justify-content: center; align-items: center; color: #fff; background-color: #111111; padding-bottom: 75px; transition: all linear 0.3s; .image { width: 125px; height: 125px; border-radius: 50%; overflow: hidden; border: 5px solid #fff; margin-top: -67px; background-color: #fff; } .image img { display: block; width: 100%; height: 100%; object-fit: cover; -webkit-filter: grayscale(100%); filter: grayscale(100%); } .info { text-align: center; } .info .title { font-size: 24px; font-weight: 600; margin-top: 34px; margin-bottom: 0; } .info .job { display: inline-block; font-size: 18px; font-weight: normal; padding: 0px 12px; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 15.5px; margin-top: 8px; margin-bottom: 55px; } .socials { display: flex; align-items: center; column-gap: 32px; height: 19px; } .socials a { display: flex; align-items: center; justify-content: center; transition: 0.3s; } .socials a:hover i { color: #FF5348; } .socials a i { color: #fff; } } .ova-our-team:hover { box-shadow: 5px 5px #FF5348; .image img { -webkit-filter: grayscale(0%); filter: grayscale(0%); } }