.our-space {
  margin-top: 60px;
  font-family: "Montserrat", sans-serif;
  color: #001c0e;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
}

.our-space h3 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 48px;
}

.our-space p {
  margin-bottom: 24px;
  padding: 0 1em;
}

.our-space .owl-carousel-space .space-item {
  cursor: pointer;
  position: relative;
}

.our-space .owl-carousel-space .space-item .space-item-image {
  width: 100%;
  transition: 0.5s;
  border-radius: 4px;
}

.our-space .owl-carousel-space .space-item .space-item-image:hover {
  filter: brightness(0.6);
}

.our-space .owl-carousel-space .space-item .space-item-text {
  position: absolute;
  background-color: #2ad768;
  background-image: linear-gradient(to left, #2ad768, #1f823e);
  color: #fff;
  width: 100%;
  height: 20%;
  bottom: -100%;
  box-sizing: border-box;
  padding: 12px;
  transition: 0.1s;
}

.our-space .owl-carousel-space .space-item .space-item-text:hover,
.our-space
  .owl-carousel-space
  .space-item
  .space-item-image:hover
  ~ .space-item-text {
  bottom: 0 !important;
}

.our-space
  .owl-carousel-space
  .space-item
  .space-item-text:hover
  ~ .space-item-image {
  filter: brightness(0.6);
}

.our-space video {
  width: 100%;
}

@media (max-width: 768px) {
  .our-space h3 {
    font-size: 30px;
  }
}

.hidden {
  display: none;
}
