.container{margin-top:3rem}.box{margin-top:2rem}.image{margin-left:2rem;margin-bottom:1rem;width:300px;height:300px;border-radius:50%;overflow:hidden;box-sizing:border-box;flex-shrink:0;float:right}.image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.image img:hover{transform:scale(1.05)}@media (max-width:768px){.image{float:unset;display:flex;align-items:center;justify-content:center}}