.individual-listing .il-wrapper .il-container {
  max-width: 1240px;
  margin: 80px auto !important;
  padding: 20px;
}

.il-grid,
.il-icons,
.il-stats > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.il-grid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex=start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.il-left {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  margin-right: 30px;
}

.il-right {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.il-left img {
  display: block;
  max-width: 100%;
  height: auto;
}

.il-slider .splide__list > li {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.il-slider .splide__list > li > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.il-icons > div {
  font-size: 22px;
  font-weight: 700;
  margin-right: 12px;
  margin-bottom: 30px;
  margin-top: 10px;
}

.il-icons svg {
  width: 30px;
  height: 24px;
}

.individual-listing h1 {
  margin-bottom: 10px;
}
.individual-listing h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.individual-listing h3 {
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}
.individual-listing h3 span {
  font-size: 24px;
}
.individual-listing h1,
.individual-listing h4 {
  font-size: 30px;
  margin-bottom: 10px;
}

.il-stats > div {
  max-width: 350px;
}

.il-stats > div > div {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}


.il-stats > div > div:nth-child(1)
.il-stats > div > div:nth-child(2) {
  font-size: 20px;
}

.il-stats > div > div:nth-child(2) a {
  margin-left: 12px;
  font-size: 12px;
}

.il-stats > div > div:nth-child(1) {
  font-weight: 700;
  margin-right: 20px;
}

.il-wrapper .splide__pagination {
  bottom: -54px; !important;
}

@media only screen and (max-width: 768px) {
  .il-grid {
    -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
    display: block;
  }
  
  .il-wrapper .splide__pagination {
  bottom: -18px; !important;
}
  
  .il-left {
    margin-right: 0;
    margin-bottom: 40px;
  }
}