.footerza {
    text-align: center;
    color: #797470;
    font-family: OpenSans;
    width: 222px;
    display: flex;
    word-break: break-all;
    margin-top: 10px;
}
/*mobile*/
@media screen and (max-width: 767px){
.footerza {
    width: auto;
}
footer.global-footer .directory-footer .slogan-col {
    bottom: -25rem;
}
}
/* pad */
@media screen and (max-width: 1199px)and (min-width: 768px){
.footerza {
    width: auto;
}
}
