  span.required {
    color: red;
  }

.avatar-lg.rounded-circle {
  object-fit: contain !important;
}

.job-grid-img {
    width: 100%;
    height: 180px; /* Adjust height as needed for your design */
    overflow: hidden;
    border-radius: 12px; /* Optional */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9; /* fallback background */
}

.job-grid-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px; /* Optional */
}

li.page-item {
    margin: 0 5px;
}