#footerpad {
  padding-top: 70px;
  padding-bottom: 20px;
  background-color: #000000;
}

a:focus, a:hover {
  color: #0085A1;
}

@media (min-width: 992px) and (min-height: 500px) {
  .youtube-row {
  }
}

.card:hover .hire-card-img {
  transform: scale(1.10);
  transition: all ease 0.3s;
}

.card {
  overflow: hidden;
}

.card:hover .price-btn {
  transform: translate(9px);
  transition: all ease 0.3s;
}

.price-btn:hover {
  color: var(--bs-gray-400);
}

.hire-card-img {
}

