@media only screen and (max-width: 575px) {
.logo_content {
    padding-left: 20px;
    height: auto;
    background: #fff;
    width: auto;
}
.logo_text>img {
    width: 100px;
    /* display: block; */
    /* margin: auto; */
}
.logo_text {
    font-size: 30px;
    font-weight: 500;
    color: #283290;
    line-height: 0.75;
    height: 118px;
}
}