@charset 'UTF-8';
/*  Add Custom CSS here.  */
.footer-logo01 img{
    width: 210px;
}
.button{
    display: flex;
}
.button img{
    width: 100%;
    max-width: 120px;
}
.button-left{
    margin-right: 20px;
}
.txt{
    font-size: 12px;
    line-height: 18px;
    margin: 5px 0 10px 0;
}
@media (max-width: 767px){
footer{
    padding: 35px 0 15px;
}
.leftside{
    width: 261px;
    margin: 0 auto;
}
}
