/*!********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/index.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/app_custom_basicfit/cartridge/client/default/scss/pages/jobarticle.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************/
/** font family **/
@media only screen and (max-width: 767px) {
  .jobarticle-header {
    margin: 40px 0;
  }
}

.jobarticle-bottom-wrapper {
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 38%;
}
@media only screen and (min-width: 414px) and (max-width: 1024px) {
  .jobarticle-bottom-wrapper {
    width: 55%;
  }
}
.jobarticle-bottom-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 60px;
  max-height: 60px;
}

.jobarticle-title {
  display: flex;
  justify-content: center;
  font-family: "HeadingProTreble-ExtraBold", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.jobarticle-wrapper {
  max-width: 1440px;
  margin: 120px auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 1279px) {
  .jobarticle-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .jobarticle-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .jobarticle-wrapper {
    margin: 60px auto;
  }
}

.jobarticle-tiles {
  display: flex;
  flex-direction: row;
}
@media only screen and (min-width: 768px) {
  .jobarticle-tiles {
    margin: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .jobarticle-tiles {
    flex-direction: column;
  }
}

.jobarticle-tiles__tile {
  display: flex;
  position: relative;
  margin: 20px 0;
}
@media only screen and (min-width: 768px) {
  .jobarticle-tiles__tile {
    width: calc((100% / 3) - (32px / 2));
    margin: 0;
    margin-right: 32px;
  }
  .jobarticle-tiles__tile:last-child {
    margin-right: 0;
  }
}

.jobarticle-tiles__tile-img {
  display: flex;
  width: 100%;
  height: 458px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.jobarticle-tiles__tile-link {
  width: 100%;
}

/*# sourceMappingURL=jobarticle.css.map*/