
.equipment-title {
  font-size: 20px;
  color: #00805C;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.bordgreen {
  border: 2px solid #00805C;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
