@font-face { font-family: 'Rammetto One'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/rammettoone/v18/LhWiMV3HOfMbMetJG3lQDpp9Mg.ttf) format('truetype'); } h2 { font-family: 'Rammetto One'; font-weight: normal; } section.Who { display: flex; flex-wrap: wrap; } article { min-width: 500px; max-width: 1200px; flex-shrink: 1; flex-grow: 1; flex-basis: 600px; background-color: #F8f8f8; box-shadow: 2px 2px 2px #CCC; margin: 1em; padding: 0.5em 1em 0.5em 1em; text-align: justify; } article figure { float: right; max-width: 25vw; width: auto; max-width: none; min-width: none; height: auto; max-height: none; min-height: none; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; background-color: #f8f8f8; padding: 1px; } article figure > img { width: auto; max-width: 25vw; max-height: 7em; } article p { margin: 16px 0; padding: 0; }