footer{
    /* margin-top: 40px; */
    background-color: #4F4F4F;
    color: #FFF;
    padding: 30px;
    text-align: left;
}
.footer-item{
    margin-bottom: 40px;
}
.footers + .footer-item{
    border-bottom: 2px solid;
}
.footer-item a, .footer-txt a{
    text-decoration: none;
    color: #FFF;
}
.footer-item a:hover, .footer-txt a:hover{
    color: rgb(237, 193, 122);
}
.icon-fb , .icon-yt, .icon-line,.icon-shop, .icon-mail{
    margin-bottom: 8px;
}
.icon-fb a:hover svg, .icon-yt a:hover svg, .icon-line a:hover svg, .icon-shop a:hover svg, .icon-mail a:hover svg{
    transform: scale(1.2);
    color: rgb(237, 193, 122);

}
.icon-fb svg, .icon-yt svg, .icon-line svg,.icon-shop svg, .icon-mail svg{
    margin-right: 12px;
}
/* .footer-item svg{
    width: 100%;
    height: 100%;
} */
.footer-item span{
    font-size: 13px;
}
.footer-txt a{
    /* width: 102px; */
    display:block;
    margin-bottom: 4px;
}
.footer-logo p{
    margin-top: 12px;
    text-align: left;
    font-size: 12px;
}
@media screen and (min-width:768px){
    .footers{
        width: 70%;
        margin: auto;
    }
    .footer-item{
        display: flex;
        justify-content: space-between;
    }
     .icon-fb , .icon-yt, .icon-line,.icon-shop, .icon-mail{

        text-align: center;
    }

    .footer-logo{
        align-self: end;
    }
    .footer-logo p{
        text-align: right;
        font-size: 14px;
        display: inline;

    }
    .icon-fb svg, .icon-yt svg, .icon-line svg,.icon-shop svg, .icon-mail svg{
        width: 30px;
        height: 30px;
    }
    .footer-txt span{
        font-size: 16px;
    }

}
@media screen and (min-width:1024px){
    .footers{
        width: 70%;
        margin: auto;
    }
    .footer-item{
        display: flex;
        justify-content: space-between;
    }
    .footer-item h4{
        font-size: 32px;
    }
    .icon-fb , .icon-yt, .icon-line,.icon-shop, .icon-mail{

        text-align: center;
    }
    .icon-fb svg, .icon-yt svg, .icon-line svg,.icon-shop svg, .icon-mail svg{
        width: 40px;
        height: 40px;
    }
    .icon-fb span, .icon-yt span, .icon-line span,.icon-shop span, .icon-mail span{
        font-size: 19px;
    }

    .footer-logo{
        align-self: end;
    }
    .footer-logo p{
        text-align: right;

    }
    .footer-txt span{
        font-size: 24px;
    }
}
