.f_logo {
    margin-bottom: 40px;
}

.f_logo a {
    transition: opacity .3s ease;
}

.f_logo a:hover {
    opacity: .7;
}