.img-fit {
  object-fit: cover;
}

.is-text-space-3 {
  letter-spacing: 3px;
}

.sub-project-card {
  margin: 0 2rem;
}


.has-text-dark-green {
  color: #47472d;
}

.is-dark-green {
  background-color: #47472d;
}

.section {
  padding: 1.875rem 2.5rem;
}

@media only screen and (max-width: 1024px) {

  .image-content {
    border-radius: 0px;
  }

  .video-content,
  .cover-icon img,
  .balance-section {
    display: none;
  }
}
