.careers-container,
.search-careers-container {
  background-color: #f9f9f9;
}

.careers-text-container {
  padding-right: 20px;
  width: 55%;
}

.careers-text-container h2,
.join-team-text {
  color: var(--primary-color);
  font-size: 26.27px;
  text-transform: uppercase;
}

.careers-text-container p {
  color: #4d4d4d;
}

.careers-image {
  width: 456px;
  height: 281px;
}
.search-careers-container {
  height: 90vh;
  margin-bottom: 90px;
}

.search-careers-sub-container {
  width: 35%;
}

.search-careers-sub-container p {
  font-weight: 600;
  font-size: 20px;
  color: #232323;
}

.no-careers-image {
  width: 210px;
  height: 210px;
}

@media (max-width: 600px) {
  .container.d-flex.justify-content-between {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .careers-image {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
  .careers-text-container {
    width: 100%;
    padding: 10px;
    margin: auto;
  }
  .search-careers-sub-container {
    width: 90%;
  }
}
