@media screen and (max-width: 767px) {
    .fixed__item {
        width: 50% !important;
        height: 102px !important;
        white-space: nowrap !important;
    }
}