#html-body .our-team-banner .pagebuilder-overlay.pagebuilder-poster-overlay{
    min-height: 100vw;
    max-height: 500px;
}
#html-body .our-team-row,
#html-body .our-team-text{
    margin-right: auto;
    margin-left: auto;
}
#html-body .our-team-row .pagebuilder-column-group{
    flex-wrap: wrap;
}
#html-body .our-team-row .pagebuilder-column{
    width: 100%;
}
#html-body .our-team-row .pagebuilder-column :is(figure, div) {
    width: 90%;
    max-width: 525px;
    margin: 0 auto;
}
#html-body .our-team-row .our-team-logo{
    display: none;
}
#html-body .our-team-row p {
    font-weight: 700;
}

@media(max-width: 767px){
    #html-body .our-team-text{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media(min-width: 768px){
    #html-body .our-team-banner .pagebuilder-overlay.pagebuilder-poster-overlay{
        min-height: 664px;
        max-height: auto;
    }
    #html-body .our-team-text,
    #html-body.our-team-row{
        width: 90%;
    }
    #html-body .our-team-row .pagebuilder-column{
        width: 50%;
    }
    #html-body .our-team-row .our-team-logo{
        display: flex;
    }
    #html-body .our-team-row .pagebuilder-mobile-only{
        display: none !important;
    }
}
@media(min-width: 1440px){
    #html-body .our-team-text, 
    #html-body .our-team-row{
        width: 85%;
    }
    #html-body .our-team-row .pagebuilder-column{
        width: 33.3333%;
    }
}
.main-home-slider_section .main-home-slider-info-button:hover {
    background: #e2e2e2;
    border-color: #e2e2e2;
    color: #555;
}
