@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap');

.hiring-section {
  background: #252a71;
  color: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
}
.hiring-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}

.hiring-description {
  font-size: 18px;
  color: white;

}
.flashing-text {
    color: #E7752D;
    font-size: 2rem;
    font-weight: bold;
}
.positions{
  color: #E7752D;
    font-size: 1.5rem;
    font-weight: bold;
}
/* Position link styling */
.position-link {
    color: white;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    position: relative;
}
.position-link:hover{
  color: white;
}
.positions-list li a:hover {
  text-decoration: none;
}

.view-specs {
    font-size: 18px;
    margin-left: 10px;
    color: white;

}
.view-specs:hover {
  color: #E7752D;
  font-weight: bold


}
.hiring-link-text {
  margin-top: 2rem;
  font-size: 18px;
  color: white;

}

.hiring-link {
  color: #E7752D;
  text-decoration: none;
  font-weight: bold;
}

.hiring-link:hover {
  color: white;
  text-decoration: none;
}

.image-wrapper {
  height: 100%;
  width: 100%;
  clip-path: polygon(0, 0, 0, 0);
  filter: hue-rotate(20deg);
  clip-path: polygon(0 100%, 50% 0, 100% 0, 100% 100%);

  img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
