/* ================
   TEAM - BIOGRAPHY
   =================  */

/* Team Single */
.f h2.job-title  {
   margin-top: 1em;
   text-transform: uppercase;
   font-weight: 400;
   font-size: 1.4rem; }


/* Avatar */
.team-avatar {
   width: 100%;
   max-width: 300px;
   margin: 0 auto;
   aspect-ratio: 1 / 1;
   border-radius: 50%;
   overflow: hidden;
   display: block;
   background: var(--color__gray__05); }

.team-avatar img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center;
   display: block; }
   
   
   

@media (max-width: 800px) {
      
   .team__biography.columns {
     display: flex;
     flex-wrap: wrap;
  flex-direction: column-reverse; }
   
}
