.customImage {
    width: 150px !important;
    height: auto;
}

@media (min-width: 768px) {
    .customImage {
        width: 170px !important;
    }
}

@media (min-width: 1536px) {
    .customImage {
        width: 190px !important;
    }
}