body {
  background-color:#fff;
}

#header, .mobile-menu {
  animation-delay:0s;
  animation-delay: .25s;
} 

#home .title h1.imiTitle:before {
  top:4.5rem;
}

#home {
  z-index:1;
  animation-delay: 1s;
  padding-bottom:3rem;
  overflow: visible;
  overflow-x: clip;
  padding-bottom:0;
}

#home:before {
  content: ' ';
  display: block;
  position: absolute;
  bottom:0;
  left:0;
  height:50%;
  width:50%;
  background-image:url(../img/events.png);
  background-position: bottom right;
  background-size:contain;
  background-repeat: no-repeat;
  opacity: .02;
}

#details {
  z-index: 2;
  position: relative;
  padding-bottom:0;
}

#details .row {
  --bs-gutter-x:0;
  margin-bottom:0;
}

.paging {
  margin-bottom:5rem;
}

#business .row .col-md-4 .content .content_img div {
  font-size:14px;
  display: flex;
  justify-content: flex-end;
}

#business .row .col-md-4 .content .content_img div span {
  width: 80%;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
#business .row .col-md-4 .content .content_desc, .tags span {
  cursor:auto;
}
#business .row .col-md-4 .content .content_desc p {
  font-size:15px;
}

#details {
  width:1400px;
  margin:0 auto;
  max-width:100%;
}

.item:hover {
  transform:translateY(-2px);
}

.event_tag {
  position: absolute;
  width: 60% !important;
  top: 1rem;
  left: -.594rem;
}
@media only screen and (min-width: 912px) {

  #home:before {
    left:34%;
    width:50%;
    max-width:1000px;
  }
  #details {
    padding:2.5rem 1rem;
    padding-bottom:0;
  }

  .content ul li p {
    font-size: 18px !important;
  }
}


@media only screen and (min-width: 1240px) {
  #home:before {
    bottom:-7rem;
  }

}