.career-outcomes {
  background-color: #003057;
  width: 100%;
  max-width: 100% !important;
  min-height: 518px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.career-outcomes .internal-container {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 50px;
}

.career-outcomes .column-1 {
  flex: 1;
  padding-top: 100px;
  padding-bottom: 100px;
}

.career-outcomes .column-2 {
  flex: 1;
  padding-top: 100px;
  padding-bottom: 100px;
}

.career-outcomes h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 30px;
}

.career-outcomes .column-2 ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

.career-outcomes .column-2 li {
  margin: 0;
  padding: 0;

  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;

  margin-bottom: 20px;
}

.career-outcomes .column-1 div,
.career-outcomes .column-2 div {
  margin: 0;
  padding: 0;

  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;

  margin-bottom: 20px;
}


.career-outcomes .column-1 li::before,
.career-outcomes .column-2 li::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: -10px;
}

/* MOBILE */
@media only screen and (max-width: 999px) {
  .career-outcomes {
    width: 100%;
    /* height: 1075px; */
    /* min-height: 1075px !important; */
    height: auto !important;
    padding-top: 0;
    padding-bottom: 0;
    padding: 20px;

    /* background-image: url("/wp-content/uploads/2023/09/Group-1403@2x.webp") !important; */
    background-size: contain;
    /* position: absolute; */

    margin: 0 !important;
  }

  .career-outcomes .internal-container {
    width: 100%;
    height: 100%;
    /* min-height: 1075px !important; */
  }

  .career-outcomes .column-1,
  .career-outcomes .column-2 {
    flex: 1 1 50% !important; /* flex-grow: 1, flex-shrink: 1, flex-basis: 50% */
  }

  .career-outcomes .column-1 {
    /* min-height: 537px; */
    height: 0;
  }

  .career-outcomes .column-2 {
    margin: 0 !important;
    padding: 0 !important;

    /* display: flex;    
    align-items: flex-end;
    flex-direction: column; */
  }

  .career-outcomes .internal-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .career-outcomes {
    width: 100%;

    /* background-image: url("/wp-content/uploads/2023/09/Group-1403@2x.webp") !important; */
    background-size: contain;
    /* position: absolute; */
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  .career-outcomes {
    width: 100%;

    /* background-image: url("/wp-content/uploads/2023/09/Group-1396-copia.png") !important; */
    background-size: contain;
    /* position: absolute; */
  }
}
