/* ihxx */

@media screen and (max-width:1199px) {
    .dokan-single-store .profile-frame .profile-info-head {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media screen and (min-width:1200px) {
    .dokan-single-store .profile-frame .profile-info-box {
        aspect-ratio: 625/300;
    }
}