.powered-by-9h {
    display: flex;
    align-items: center;
    gap:10px;
}
.powered-by-9h p {
    padding-bottom: 0;
}
.powered-by-9h div a img {
    margin-bottom: 0 !important;
}
.powered-by-9h div {
    margin-top: 2px
}
@media screen and (max-width: 1199px){
    .powered-by-9h {
        flex-direction: column !important;
        width: 100%;
    }
}
