@media screen and (min-width: 480px) {
    #header .logo img {
        width: 127px;
        margin-bottom: 8px;
    }
}

#sub_content .veiw_con img {
    text-align: center;
    width: 75% !important;
    height: auto !important;
    margin: 0 auto !important;

    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: row;
}