.featured-job-opportunities-main-wrapper .title h3{
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 13px;
}
.featured-job-opportunities-main-wrapper .job-items{
  margin-top: 20px;
}
.featured-job-opportunities-main-wrapper .job-items h4{
  margin-bottom: 5px;
  margin-top: 0;
}
.featured-job-opportunities-main-wrapper .job-items h4 a{
  text-decoration: none;
  font-family: var(--font-roboto-bold);
  font-size: 1.8rem;
  color: var(--color-cb0024);
  font-weight: 400;
  line-height: 1.4;
  word-wrap: break-word;
  font-style:normal;
}
.featured-job-opportunities-main-wrapper .job-items h4{
  text-decoration: none;
  font-family: var(--font-roboto-bold);
  font-size: 1.8rem;
  color: var(--color-000000);
  font-weight: 400;
  line-height: 1.4;
  word-wrap: break-word;
  font-style:normal;
}
.featured-job-opportunities-main-wrapper .job-items .location{
  margin-top: 5px;
  font-family: var(--font-roboto);
  font-size: 1.2rem;
  color: var(--color-676767);
  font-weight: 200;
  word-wrap: break-word;
}
.featured-job-opportunities-main-wrapper .more-jobs-links{
  margin-top: 65px;
  padding: 25px;
  background: var(--color-f4f4f4);
  text-align: center;
}
.featured-job-opportunities-main-wrapper .learn-more-link{
  margin-top: 15px;
}
.featured-job-opportunities-main-wrapper .more-jobs-links label, 
.featured-job-opportunities-main-wrapper .more-links .label{
  font-family: var(--font-roboto-bold);
  font-size: 1.8rem;
  color: var(--color-0e0e0e);
  font-weight: 400;
  line-height: 1.4;
  word-wrap: break-word;
}
.featured-job-opportunities-main-wrapper .more-jobs-links .select-default{
  margin-left: 15px;
  margin-right: 40px;
  position: relative;
  max-width: 330px;
  width: 100%;
  display: inline-block;
}
.featured-job-opportunities-main-wrapper .more-jobs-links .select-default select{
  display: block;
  width: 100%;
  background-color: transparent;
  color: var(--color-2e2e2e);
  font-family: var(--font-roboto-regular);
  font-size: 1.6rem;
  font-weight: normal;
  padding: 0 50px 0 15px;
  height: 52px;
  border: none;
  border-bottom: 2px solid var(--color-b6b6b6);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  text-overflow: ellipsis;
}
.featured-job-opportunities-main-wrapper .more-jobs-links .select-default:after{
  color: var(--color-000000);
  font-family: 'FontAwesome';
  content: "\f0d7";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: -0.5em;
  padding-right: 1.5em;
  padding-left: 1.5em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  font-size: 2.1rem;
}
.featured-job-opportunities-main-wrapper .more-jobs-links .js-see-jobs , 
.featured-job-opportunities-main-wrapper .more-links .more-link-text .btn-download{
  max-width: 180px;
  width: 100%;
  font-size: 14px;
  border: 2px solid var(--color-cb0024);
  line-height: 1.4;
  letter-spacing: 2px;
  font-family: var(--font-poppins);
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  color: var(--color-cb0024);
  transition: all 200ms ease-in-out;
  padding: 16px 22px;
  background: transparent;
}
.featured-job-opportunities-main-wrapper .more-jobs-links .js-see-jobs:hover, 
.featured-job-opportunities-main-wrapper .more-links .more-link-text .btn-download:hover {
  color: var(--color-ffffff);
  background: var(--color-cb0024);
}
.featured-job-opportunities-main-wrapper .more-link-text{
  margin-top:45px;
}
@media screen and (max-width: 1080px){
  .featured-job-opportunities-main-wrapper .more-jobs-links .select-default ,
  .featured-job-opportunities-main-wrapper .more-jobs-links .js-see-jobs{
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 15px;
  } 
}
/*** Variation ***/
.featured-job-opportunities-main-wrapper .more-links{
  margin-top: 65px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.featured-job-opportunities-main-wrapper .more-links .more-link-text {
  margin-top: 0;
}
.featured-job-opportunities-main-wrapper .more-links .label{
  margin-right: 22px;
  margin-left: 22px;
}
@media screen and (max-width: 767px){
  .featured-job-opportunities-main-wrapper .more-links{
    margin-top: 65px;
    display:block;
    text-align:center;
  }
  .featured-job-opportunities-main-wrapper .title h3{
    text-align: left;
  }
}
@media screen and (min-width: 768px){
  .more-links.more-jobs-links .label {
    margin-bottom: 0;
  }
}