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

.bg-full-img {
  height: 600px;
}

@media (min-width: 1400px) {
  .bg-full-img {
    height: 600px;
  }
}

@media (min-width: 768px) {
  .bg-full-img {
    height: 400px;
  }
}

@media (min-width: 300px) {
  .bg-full-img {
    height: 300px;
  }
}

.card-body.equipament-card {
  height: 110px;
}

