.f-container .f-row {
    display: flex;
    flex-flow: row nowrap;
    margin: auto;
    margin-bottom: 30px;
}

.f-container .f-row .f-col .bio-title {
    display: flex;
    flex-flow: row wrap;
    align-items: baseline;
    text-decoration: none;
    gap: 10px;
}

.f-container .f-row .f-col .bio-title .bio-name {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
    /* Remove after transfer */
    color: #213d63;
    font-family: din-2014,sans-serif!important;
    font-weight: 700;
}

.f-container .f-row .f-col .bio-title .bio-position {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    /* Remove after transfer */
    color: #b28a4f;
    font-family: din-2014,sans-serif!important;
  text-transform: uppercase;
}

/* REMOVE AFTER TRANSFER */
.f-container .f-row .f-col p {
    color: #666;
    font-family: din-2014,sans-serif!important;
    font-weight: 400;  
    font-style: normal;
}

.f-container .f-row .f-col a.bio-read-more {
    clear: none!important;
    display: block;
    font-weight: bold!important;
    margin-top: 30px;
    padding-bottom: 10px;
    text-transform: uppercase;
    /* Remove after transfer */
    text-decoration: none; 
    font-family: din-2014,sans-serif!important;
    color: #213d63;
}

.f-container .f-row .f-col a.bio-read-more::after {
    color: #b28a4f;
    content: "\39";
    font-family: ETmodules!important;
    font-weight: 400!important;
    margin-top: 1px;
    position: absolute;
}

@media only screen and (max-width: 1080px) {
    .f-container .f-row {
        flex-flow: column nowrap;
    }

    .f-container .f-row .f-col .bio-photo img {
        margin-bottom: 20px;
        width: 100%;
        height: auto;
    }
}

@media only screen and (min-width: 1080px) {
    .f-container .f-row .f-col .bio-photo img {
        padding-right: 20px;
    }        
}

.f-container .f-row .f-col .bio-photo img {
    max-width: revert;
}

.f-container .f-row .f-col {
    flex-grow: 1;
}

.f-container .f-row .f-col:last-child {
    align-self: center;
    flex-grow: 2;
}
.f-col img {max-width: 400px!important;}