.opening-card {
  background: #f4f4f4;
  padding: 20px;
  margin-bottom: 30px;
  height: 100%;
}

.opening-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 15px;
}

.opening-location {
  font-size: 15px;
  color: #333;
  margin-bottom: 20px;
}

.opening-readmore {
  font-weight: 600;
  color: #333;
  text-decoration: none;
}

.opening-readmore .icon {
  font-size: 16px;
  margin-left: 5px;
}
.career-section {
  background-color: #f1f1f1;
  padding: 60px 0;
}
.career-section h2 {
  margin-bottom: 32px;
}

.career-form-section #gform_wrapper_5 input.large {
  min-height: 60px;
  background-color: white;
  color: #1c1c1c;
  border: 1px solid #dcdcdc;
  margin-bottom: 0;
  padding: 15px 20px 18px 30px;
  font-family: "Lato";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.career-form-section #gform_wrapper_5 label {
  color: #292930;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  display: block;
}
.opening-card .read-more-btn:hover, .product-card .read-more-btn:hover i::before{
    color: var(--bs-primary);
}
.opening-card .read-more-btn:hover i, .product-card .read-more-btn:hover i{
    color: var(--bs-primary) !important;
}

.career-read-more-icon {
    width: 18px;
    fill: #c9c9c9;
}
.opening-card .read-more-btn:hover:hover .career-read-more-icon {
    fill: var(--bs-primary);
}


@media (max-width: 768px) {
  .current-opening-details p br {
    display: none;
  }
  .current-opening-details p{
    margin-bottom: 12px;
  }
  .current-opening-details .row.mb-2{
    margin-bottom: 32px !important;
  }
}
