#pff-produce-meimei .profile-media-text { 
  flex-wrap: wrap;
  gap: 1rem 1.6rem;
}

#pff-produce-meimei .profile-media-text .profile-img {
  width: 190px;
}

#pff-produce-meimei .profile-media-text .profile-content {
  width: calc(100% - 220px);
}

#pff-produce-meimei .profile-content .aw-dir-info {
  flex-direction: column;
  align-items: flex-start;
}


@media screen and (max-width: 767px) {
    #pff-produce-meimei .profile-media-text {
        gap: 1rem;
    }

    #pff-produce-meimei .profile-media-text .profile-img {
        width: 50.4%;
    }

    #pff-produce-meimei .profile-media-text .profile-content {
        width: 44.6%;
    }
}