.careers-banner {
  background-image: url(/img/created/compressed_img/careersbanner2.jpg);
  background-size: cover; /* Adjust to your liking */
  background-position: bottom; /* Adjust to your liking */
  margin-top: 10px;
  height: calc(75vh - 100px); /* Adjust to your liking */
  display: flex;
  justify-content: center;
  align-items: center;
}

.careers-banner h1 {
  color: #fff; /* Set the color of your title */
  font-size: 5.5rem; /* Adjust to your liking */
  text-align: center;
  text-shadow: 2px 2px #000; /* Add a shadow to your title */
}

.careers-intro {
  width: 100%;
  padding: 85px 0;
  background-color: #242424;
}

.careers-intro-text {
  flex-basis: 100%;
}

.careers-banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: 2px 2px 5px #000000;
}

.careers-cdl {
  width: 100%;
  padding: 85px 0;
  background-color: #4d4d4d;
}

.careers-about-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 60px;
}

.careers-about-img {
  width: 30vw;
}

.careers-about-img img {
  width: 100%;
  border-radius: 10px;
}

.careers-about-text {
  flex-basis: 455px;
}

.careers-about-text h2 {
  font-size: 5.2rem;
  align-items: center;
  justify-content: left;
}

.careers-about-text h2 {
  align-items: left;
  text-align: left;
}

.careers-about-text p {
  padding: 20px 0;
}

.careers-about-text a {
  font-size: 1.8rem;
  display: block;
  background-color: var(--site-color-01);
  padding: 10px 20px;
  width: fit-content;
  border-radius: 10px;
}

.careers-about-text a:hover {
  background-color: var(--site-color-01-hover);
  transition: ease-in-out 15ms;
}

.careers-flagger {
  width: 100%;
  padding: 85px 0;
  background-color: #242424;
}

/* Mobile Version */

@media only screen and (max-width: 600px) {
  .careers-banner {
    height: 30vh;
    background-position: bottom;
  }

  .pci-details-flex {
    flex-direction: column;
    align-items: center;
  }

  .careers-about-img {
    width: 100%;
  }
}
