/* SCSS */
.footer-career-strip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}
@media (max-width: 1199.98px) {
  .footer-career-strip {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 2px;
  }
}
.footer-career-strip > * {
  border-bottom: 1px solid #636b7d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1199.99px) {
  .footer-career-strip > * {
    padding-bottom: 0.9375rem;
  }
}
.footer-career-strip-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1199.98px) {
  .footer-career-strip-content {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.footer-career-strip-mail {
  font-weight: 900;
}
@media screen and (min-width: 1200px) {
  .footer-career-strip-mail {
    font-size: 1.625rem;
  }
  .footer-career-strip-mail .career-link-text-strip {
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
  }
  .footer-career-strip-mail .career-link-text-strip:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@media (max-width: 1199.98px) {
  .footer-career-strip-mail {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.footer-career-strip-icon a {
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.footer-career-strip-icon a img {
  max-width: 32px;
}
.footer-career-strip-icon a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.footer-career-strip-content .career-strip-title {
  line-height: 1;
}
@media screen and (min-width: 1200px) {
  .footer-career-strip-content .career-strip-title {
    margin-bottom: 0;
  }
}
.footer-career-strip-content .carrer-content-strip {
  margin-bottom: 3px;
}
@media screen and (min-width: 1200px) {
  .footer-career-strip-content .carrer-content-strip {
    margin-bottom: 1.25rem;
  }
}