.center_footer {
    background: rgba(38,83,124,1);
    background: linear-gradient(126deg, rgba(38,83,124,1) 0%, rgba(38,98,155,1) 45%, rgba(38,106,168,1) 100%);
	padding: 23px 20% 23px;
    text-align: right;
}
.text_footer {
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.text_normal {
    color: white;
    font-weight: bold;
    font-size: 16px;
}

.text_normal_normal {
    color: white;
    font-weight: normal;
    font-size: 16px;
}

@media only screen and (max-width: 1020px) {
    .center_footer {
        display: none;
    }
    .text_footer_menu {
        margin-left: 0;
        width: 100%;
        font-size: 17px;
        font-weight: bold;
        color: #00284d;
        text-align: center;
    }
}