@charset "UTF-8";

a#line+section .heading.block_header_6.align-center {
    margin-bottom: 35px;
}

a#line+section .inner_item_img {
    margin-bottom: 35px;
}

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

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

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

@media screen and (max-width: 480px) {
a#line+section .heading.block_header_6.align-center {
    margin-bottom: 30px;
}

a#line+section .inner_item_img {
    margin-bottom: 30px;
}
a#line+section img {
    width: 60px !important;
    height: 60px !important;
}
}