@media only screen and (max-width: 992px) {
    :root{
        --f1:100%;
    }
    .flex-item.last {
        width: 100%;
    }
  }
  