@media only screen and (min-width: 600px) {
    .image_ITF_logo {
        display: flex;
        max-height: 30px;
        max-width: 30px;
        height: 30px;
        align-items: center;
    }
}