.v-team-profile .banner {
    min-height: 0 !important;
    position: relative;
}
.v-team-profile .profileSidebar {
    order: 1;
}
.v-team-profile .profileBio {
    order: 2;
}
.v-team-profile .profileImageBox {
    background: white;
    box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.2);
    padding: 0.75rem;
    margin-bottom: 1rem;
    width: 100%;
}
.v-team-profile .profileImg {
    display: block;
    width: 100%;
    object-fit: cover;
}

.v-team-profile .profileContact {
    width: 100%;
    background: #00adef;
    padding: 1rem;
    margin-bottom: 1rem;
}

.v-team-profile .profileContact p {
    margin: 0;
    color: white;
}

.v-team-profile .profileContact a {
    color: #fff !important;
    font-weight: 400;;
}

.v-team-profile .profileSocials {
    display: block;
    background: white;
    box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.2);
    padding: 1rem;
}

.v-team-profile .profileSocials .col-8 {
    padding-top: 0;
    padding-bottom: 0;
}

.v-team-profile .profileSocials .col-4 {
    padding: 0;
}

.v-team-profile .profileSocials h2{
    margin: 0;
    color: black;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 1rem;
}

.v-team-profile .profileSocials img{
    margin: 0;
}

.v-team-profile .profileSocials .linkedin{
    max-height: 2.125em;
}
.v-team-profile .profileSocials #qrcode {
    width: 100%;
}

.v-team-profile .profileBio blockquote {
    position: relative;
    margin: 0;
    padding: 2rem 2rem 2rem 5.5rem;
    background: #f2f2f2;
    border-left: 6px solid #1e90c8;
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
}

.v-team-profile .profileBio blockquote p {
    margin: 0;
    color: #1e90c8;
    font-size: 1.286em;
    line-height: 1.6;
}

.v-team-profile .profileBio blockquote::before {
    content: "“";
    position: absolute;
    top: 0;
    left: 0.5rem;
    font-size: 9rem;
    color: #1e90c8;
    font-weight: bold;
    line-height: 1;
}
.v-team-profile .paddingNone {
    padding: 0;
}   

@media (min-width: 48em) {
    .v-team-profile .profileSidebar {
        display: flex;
    }
    .v-team-profile .profileImageBox {
        flex: 0 0 17rem;
        max-width: 17rem;
        margin-right: 1rem;
    }
    .v-team-profile .profileContent {
        flex: 1 0 auto;
    }
    .v-team-profile .profileSocials #qrcode {
        width: auto;
        margin-left: auto;
        max-width: 6rem;
    }
    .v-team-profile .profileSocials .linkedin {
        max-height: unset;
        max-width: 10em;
    }
}

@media (min-width: 62em) {
    .v-team-profile .profileSidebar {
        order: 2;
        flex-direction: column;
        margin-top: -11rem;
    }
    .v-team-profile .profileBio {
        order: 1;
    }
    .v-team-profile .profileImageBox {
        flex: 0 0 auto;
        max-width: none;
        margin-right: 0rem;
        transform: rotate(7deg)
    }
}