.h1-black {
    background-color: #fff;
    color: #000;
}

.old-comase-wrapper {
    max-width: 1280px;
    text-align: center;
}

.old-comase-wrapper img {
    margin: 1em;
}

.old-comase-wrapper .p-overview {
    margin: 1em;
    text-align: left;
}

@media (min-width:768px) {
    .old-comase-wrapper {
    margin: 2em auto;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}
    
.old-comase-wrapper img {
    width: 90%;
}

.old-comase-wrapper .p-overview {
    width: 90%;
}
}