/* CSS Document */
.other_grid-item_box {
    height: 100%;
    background-color: #ffffff1a;
    padding: 20px 20px 20px 40px;
    border-radius: 10px;
    display: flex;
}
.other_grid-item_text::before{
    position: absolute;
    display: block;
    content: '';
    width: 8px;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
}
.other_grid-item_img {
    height: auto;
}
.other_grid-item_img img {
    min-width: unset;
    min-height: unset;
}
.other_grid-item_text{
	position: static;
    background-color: unset;
	justify-content: flex-start;
    align-items: flex-start;
}
.other_grid-item_tit {
    font-size: 20px;
}