@keyframes flyIn_personal{from{opacity:0;transform:translateY(-100px)}to{opacity:1;transform:translateY(0)}}body{animation:2s forwards flyIn_personal}.items_expertise{background-color:#f5fffa;border-radius:.5rem;border:2px solid #48c199;margin-top:1rem;padding:1.8rem 1rem;align-items:center}.items_expertise:hover{opacity:60%;transition:none}.doctor-logo{width:80px;height:80px;object-fit:cover}.items_expertise h2{color:#4c4e4d;font-size:1.3rem;margin-top:2rem}@media only screen and (max-width:992px){.items_expertise{margin-top:1.2rem;padding:1.2rem .6rem;align-items:center}.doctor-logo{width:60px;height:60px;object-fit:cover}.items_expertise h2{color:#4c4e4d;font-size:1rem;margin-top:1rem}}@media only screen and (max-width:500px){.items_expertise h2{font-size:.9rem}}