@charset "UTF-8";

a#line+section img {
    width: 60px !important;
    height: 60px !important;
    margin: 30px;
    object-fit: contain;
}

a#line+section a {
    transition: 0.4s ease-in-out;
}

a#line+section a:hover {
    opacity: 0.8;
}