.hero-section{display:flex;justify-content:space-between;width:100%}.profile-picture{width:20%;object-fit:cover;display:block;border-radius:20px}@media only screen and (max-width:768px){.hero-section{flex-direction:column}.profile-picture{height:300px;width:100%;border-radius:10px;object-fit:cover;object-position:top}}@media only screen and (min-width:992px){...}@media only screen and (min-width:1200px){...}