@charset "UTF-8";

.inner_item_img img {
    object-position: 50% 50%;
    font-family: 'object-position: 50% 50%;';
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
.inner_item_txt p {
    display: flex;
    flex-direction: column;
}
}