
.intro-career-campus {
  height: calc(100svh - 180px);
  position: relative;
  background-color: #b50e24;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.w-control {
  width: 50%;
}

.flex-config {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex-bottom-config {
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}

.my-career-btn {
  text-decoration: none;
  color: rgb(21, 21, 21);
  font-weight: bold;
  padding: 0.2rem 1rem;
  font-size: 1.3rem;
  border-radius: 0.3rem;
  background-color: var(--cucii-gray);
}

.my-career-btn:hover {
  text-decoration: none;
}

.strip-careers {
  padding: 0.8rem 0;
  background-color: var(--cucii-gray);
}

.strip-careers span {
  display: flex;
  padding-left: 0.2rem;
}

.strip-careers span span {
  color: red;
  margin-right: 0.2rem;
}

.left-side-container {
  width: 500px;
}

.left-side-container p:first-child {
  font-size: 18px;
}

.w-control img {
  width: 460px;
  bottom: 0px;
}

#careers-load a {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media only screen and (max-height: 794px) {
  .intro-career-campus {
    height: calc(100svh - 160px);
  }
}

@media only screen and (max-height: 758px) {
  .intro-career-campus {
    height: calc(100svh - 150px);
  }
}

@media only screen and (max-width: 1135px) {
  .flex-config {
    align-items: flex-end;
  }
}

@media only screen and (max-width: 1032px) {
  .w-control {
    width: 100%;
  }
  .flex-config {
    align-items: center;
  }
  .flex-bottom-config {
    height: 606px;
    position: static;
  }
  .intro-career-campus {
    min-height: calc(100svh - 180px);
    height: auto;
  }
  .left-side-container {
    margin-top: 2rem;
  }
}

@media only screen and (max-height: 786px) {
  .w-control img {
    width: 440px;
  }
}

/* @media only screen and (max-width: 785px) {
  .intro-career-campus {
    height: calc(100svh - 134px);
  }
} */

@media only screen and (max-height: 760px) {
  .w-control img {
    width: 420px;
  }
}

@media only screen and (max-height: 734px) {
  .w-control img {
    width: 400px;
  }
}

@media only screen and (max-width: 535px) {
  .left-side-container {
    width: 90%;
  }
}

@media only screen and (max-width: 485px) {
  .w-control img {
    width: 440px;
  }
  .flex-bottom-config {
    height: 580px;
  }
}

@media only screen and (max-width: 457px) {
  .w-control img {
    width: 400px;
  }
  .flex-bottom-config {
    height: 527px;
  }
}

@media only screen and (max-width: 455px) {
  .w-control img {
    width: 400px;
  }
  .flex-bottom-config {
    height: 527px;
  }
}

@media only screen and (max-width: 422px) {
  .w-control img {
    width: 370px;
  }
  .flex-bottom-config {
    height: 488px;
  }
}

@media only screen and (max-width: 395px) {
  .w-control img {
    width: 340px;
  }
  .flex-bottom-config {
    height: 448px;
  }
}

@media only screen and (max-width: 360px) {
  .w-control img {
    width: 315px;
  }
  .flex-bottom-config {
    height: 415px;
  }
}

@media only screen and (max-width: 332px) {
  .w-control img {
    width: 300px;
  }
  .flex-bottom-config {
    height: 408px;
  }
}