.powered-by-img img {
    width: 900px;
}

.logo-title img {
    width: auto;
    height: 75px;
}

@media (max-width: 989px) {
    .powered-by img {
        width: auto;
        height: auto;
        max-height: 400px;
    }
}