@media only screen and (max-width: 950px) {
  .footer .p-wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .activityInfo {
    margin-top: 15px;
  }
  .bannerSection .title {
    font-size: 40px;
    line-height: 42px;
  }
  .mobile-show {
    display: block;
  }
  .mobile-hide {
    display: none !important;
  }
  .sagarInfoWrap {
    top: 0;
    right: 0;
  }
  .mobileView {
    max-width: 400px;
  }
  .profileImg img {
    height: -webkit-fill-available;
  }
  .reviewSection .reviewList {
    margin-top: 2rem;
  }
}
