/*
    .ple-module-justify-center {
        justify-content: flex-start !important;
    }

    #ple_column-5 {
    justify-content: center !important;
}
*/
@media only screen and (max-width: 768px) {
    img.ezimage {
        float: none !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .abtme-img {
    text-align: center;
    }    
}


@media (min-width: 768px) {
    .logo.text-alignment--left .logo__title, .logo.text-alignment--left .logo__caption {
        min-width: 225px;
    }
}

@media (min-width: 992px) {
    .banner-a .banner__title {
        font-weight: bold;
    }}

    @media (min-width: 992px) {
    .banner-a .banner__subtitle {
        font-weight: bold;
    }
}

.section--light .editable a {
    text-decoration: underline;
}

b, strong {
    font-weight: 700;
}
