.wrp_footer_1 {
    margin-top: 22px;
    text-align: center;
    padding: 22px 0 22px 0;
    background: #1C5739;
    color: white;
}
.wrp_footer_1 a {
    color: white;
    text-decoration: none;
}
.wrp_footer_1 a:hover {
    color: #12BDEF;
}
@media only screen and (min-width: 300px) and (max-width: 620px) {
    .wrp_footer_1 {
        font-size: 10px;
    }
}