@charset "UTF-8";

.composite_box01 .inner_item_img {
    text-align: center;
    margin: 0 auto 10px;
    width: 95%;
}
@media screen and (max-width: 768px) {
.composite_box01 .inner_item_img {
    text-align: center;
    width: 95%;
    margin-top: 5px;
}
}

.composite_box01 .heading .h {
    text-transform: none !important;
    color: #fff;
}

.composite_box01 .inner_item_img img {
    width: 100%;
    object-fit: none;
    font-family: 'object-fit: cover;';
}