@media screen and (min-width: 960px) {
    .t908__flex-wrapper {
        display: flex;
    }
    
    .t908__box-img {
        margin-top: 0;
    }
}

.t908__box-img {
    height: -webkit-fill-available;
    margin-bottom: 8px;
}
.t908__img {
    height: 100%;
    object-fit: cover;
}
.t908__item {
    background: #ffffff;
    border: none;
    border-radius: 30px;
}
