.gallery-box-img {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

/* .gallery-box-5.active #park-img {
	display: none !important;
} */

.table-datails-3 .c-slicer-img {
  width: 50%;
  float: right;
}
.table-datails-3 .technical {
  font-size: 20px;
}

.table-datails-2 .c-slicer-img {
  width: 50%;
  float: right;
}
.table-datails-2 .technical {
  font-size: 20px;
}
.name-details {
  font-size: 20px;
}

.gallery-box-big {
  width: 60%;
  /* margin-right: 10px; */
}
.gallery-box-small {
  width: 37%;
}

@media only screen and (max-width: 768px) {
  .gallery-box-img {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .gallery-box-img a {
    width: 90%;
    margin-bottom: 10px;
  }
  .gallery-box-small {
    width: 90%;
  }
}
