footer {
    height: 80px;
    margin: 40px 10% 0px;
    border-top: 1px solid rgba(151,151,151, 0.3);
    padding-top: 4px;
}

footer .footer_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

footer .footer_wrapper .item_text {
    display: inline-block;
    padding-right: 10px;
    height: 16px;
    line-height: 16px;
    color: #363636;
    letter-spacing: 1.02px;
    color: black;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}
footer .footer_wrapper .item_text.soft {
    opacity: 0.5;
}
footer .footer_wrapper .item_text.soft:hover {
    opacity: 1;
}

footer .footer_wrapper .item_img {
    display: inline-block;
    padding-left: 2px;
    height: 21px;
}
footer .footer_wrapper .item_img a img {
    height: 21px;
}

footer .footer_wrapper a {
    text-decoration: none;
    color: black;
}

