.cpahub-logo {
    display: flex;
    align-items: center;
    justify-content: start;
    height: 100%;
}

.cpahub-logo img {
    display: block;
    width: 100%;
    height: 40px;
    object-fit: contain;
    object-position: center;
}

@media screen and (min-width: 768px) {
    .cpahub-logo img {
        height: 80px;
    }    
}