
#v2-block-2-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #1a6aff;
}

.block-2-level-1 {
    display: grid;
    min-height: 155px;
    column-gap: 30px;
    grid-template-columns: 1fr 1fr;
    height: 100%;
    width: 80%;
    padding: 25px 0 25px 0;

}


#endorsement-placeholder img {
    max-width: 100%;
    height: auto;
    object-fit: contain;

}

#endorsement-placeholder {
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    max-width: 300px;
    height: 100%;


}


.v2-bio {

    font-size: 14px;
    line-height: 1.8;
    /*text-align: justify;*/
    color: white;

}


.v2-gallery-wrapper {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 2rem;

}

@media (max-width: 768px) {
    .block-2-level-1 {
        display: flex;
        flex-direction: column;
        width: 90%;
    }

    #endorsement-placeholder {
        display: flex;
        justify-content: center;
        max-width: 100%;
        padding-bottom: 20px;
    }


    /*#endorsement-placeholder img {*/
    /*    max-width: 500px;*/
    /*}*/
}

@media (max-width: 420px) {

}
