/* @media screen and (max-width: 1200px) { */
/* body .bottom-right-section.section-three {
justify-content: flex-start;
}*/
/* body .quicktabs-wrapper .item-list ul {
flex-wrap: wrap;
justify-content: center;
} */
/* .path-frontpage .splash-message-block .profile-splash-message{
padding: 0px 30px;
width: 100%;
} */
/* } */
@media (max-width: 991px) {
  /* .main-container .container .col-lg-3 {
    margin-right: 0;
    order: 2;
    width: 100%;
  }
  .main-container .container .col-lg-9 {
    width: 100%;
    order: 1;
  } */
  body .quicktab-info {
    display: none !important;
  }
  /* .quicktab-activity-stream .stream-list-item .card {
    max-width: 100%;
  } */
  .views-infinite-scroll-content-wrapper ~ nav ul:has(li a.btn-flat) {
    /* margin-bottom: 24px; */
    margin-bottom: 12px;
  }
  /* .left-side-sections {
    max-width: 100%;
  } */
  /* body .quicktabs-wrapper .item-list ul {
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
  } */
  /* .path-frontpage .quicktabs-wrapper .item-list {
    max-width: 100%;
  } */
  .view-personal-stream .small {
    width: 100% !important;
    height: 120px !important;
    margin-bottom: 24px !important;
  }
  body.path-frontpage .quicktabs-wrapper .item-list .quicktabs-tabs li {
    width: calc(100% / 4);
  }
}
