.single-opp-image {
  object-fit: cover;
  min-height: 210px;
  max-height: 210px;
  width: 280px;
}
@media (min-width: 576px) {
  .single-opp-image {
    min-height: 240px;
    max-height: 240px;
    width: 320px;
  }
}
@media (min-width: 768px) {
  .single-opp-image {
    width: 100%;
    max-height: 280px;
  }
}
@media (min-width: 992px) {
  .single-opp-image {
    max-height: 320px;
  }
}

.object-position-top {
  object-position: top;
}

.opp-details-btn {
  cursor: pointer;
  border: 1px solid #1C768F !important;
  transition: all 0.3s;
  width: 240px;
}
@media (min-width: 768px) {
  .opp-details-btn {
    width: 100%;
  }
}
.opp-details-btn:hover {
  background-color: white !important;
  color: #1C768F !important;
  border: 1px solid #1C768F !important;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 640px;
  }
}
@media (min-width: 992px) {
  .modal-dialog {
    max-width: 720px;
  }
}

/*# sourceMappingURL=opportunities-styles.css.map */
