.footer-col__title{
    display: flex;
    justify-content: space-between;
}
.footer-col__title a{
    display: none;
}
@media screen and (max-width: 425px) {
    .footer-col__title{
        height: 50px;
        align-items: center;
        margin-bottom: 0;
        font-size: 16px;
        color: #000;
    }
    .footer-col__title a{
        display: block;
        transition: 0.3s;
    }
    .footer-col__title.open a {
        transform: rotate(180deg);
    }
    .footer-col .footer-col__list{
        height: 0;
        overflow: hidden;
        width: 100%;
    }
}
