@media screen and (max-width: 767px) {
  .main-container .container {
    /* body.path-frontpage .quicktabs-wrapper .item-list { */
    margin-bottom: 12px;
  }
  .path-frontpage .activity-stream-post-block {
    margin-bottom: 24px;
  }
  body .main-container .container {
    margin-top: 12px;
  }
  /* .path-frontpage .quicktabs-wrapper .item-list {
    margin-bottom: 12px !important;
  } */
  body div .quicktab-info {
    right: 29px;
  }
  .path-frontpage .full-width-banner .block--intro-text__content {
    padding: 0;
  }
  .path-frontpage .quicktabs-wrapper .item-list li a {
    width: 105px;
    height: 24px;
  }
  body .main-container .banner-block {
    margin-top: 12px;
  }
  body .full-width-banner .trending-img-wrap .img-wrap {
    height: 366px;
    border-radius: 12px;
  }
  .full-width-banner   .region--fullwidth-banner   .trendingblocks   .trending-item-wrap {
    gap: 12px;
  }
  .view-personal-stream .small {
    width: 100% !important;
    font-size: 15px;
    height: 120px !important;
    margin-bottom: 12px !important;
  }
  .trending-item .img-wrap.card {
    max-width: 100%;
  }
  body .left-side-sections.card:last-child {
    margin-bottom: 0;
  }
  body.path-frontpage .stream > nav {
    margin-bottom: 24px !important;
    margin-top: 24px;
  }
  /* body.path-frontpage .quicktabs-wrapper .item-list ul {
    flex-wrap: wrap;
  } */
  body.path-frontpage .quicktabs-wrapper .item-list .quicktabs-tabs li {
    width: calc(100% / 4);
  }
}
@media (max-width: 600px) {
  .full-width-banner {
    /* max-width: 430px; */
    margin: 0 auto;
  }
  body.path-frontpage .quicktabs-wrapper .item-list .quicktabs-tabs li {
    width: 100% !important;
  }
  body.path-frontpage .quicktabs-wrapper .item-list ul {
    gap: 10px;
  }
}
