.motorbike {
  max-width: 1100px;
  margin: 0 auto;
}

.gallery {
  background: #eee;
}
.gallery-cell {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
}
.gallery-cell .title {
  font-size: 17px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.gallery-cell .price {
  color: #242424;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.gallery-cell .description {
  color: #df6726;
  font-style: italic;
  font-weight: 600;
  font-size: 14px;
  padding: 20px 0;
  margin-top: 0;
  border-bottom: 1px solid #ddd;
}

.gallery-cell .btn {
  margin-top: 30px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 550;
  padding: 10px 40px;
  border: 2px solid #b4b4b4;
  border-radius: 50px;
  background-color: #fff;
  color: #b4b4b4;
  position: relative;
}

.gallery-cell .note {
  text-align: center;
  font-weight: 650;
  color: #242424;
  font-size: 13px;
  display: inline;
}

.gallery-cell img {
  height: 400px !important;
}

.gallery-cell .tick {
  color: #3a9923;
}
.gallery-cell {
  padding: 24px;
  width: 50%;
  height: 850px;
  margin-right: 10px;
  background: #f6f6f6;
  counter-increment: gallery-cell;
}

@media screen and (max-width: 768px) {
  .gallery-cell img {
    height: 200px !important;
  }
  .gallery-cell {
    height: 650px;
    width: 100%;
  }
}

/* cell number */
/* .gallery-cell:before {
  display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
} */
