.editor-styles-wrapper .CareersListing__container {
  padding-top: 180px;
  padding-bottom: 141px;
  position: relative;
}
.editor-styles-wrapper .CareersListing__title {
  font-size: 60px;
  line-height: 60px;
}
.editor-styles-wrapper .CareersListing__sub_title {
  font-size: 22px;
  line-height: 28px;
  margin-top: 24px;
}
.editor-styles-wrapper .CareersListing__item {
  padding-right: 609px;
  position: relative;
}
.editor-styles-wrapper .CareersListing__item__title {
  font-size: 60px;
  line-height: 60px;
}
.editor-styles-wrapper .CareersListing__item:hover .CareersListing__item__featured_image {
  display: block;
}
.editor-styles-wrapper .CareersListing__pagination {
  margin-top: 60px;
}
.editor-styles-wrapper .CareersListing__featured_image {
  display: block;
}
.editor-styles-wrapper .CareersListing__featured_image,
.editor-styles-wrapper .CareersListing__item__featured_image {
  width: 500px;
  height: 375px;
  object-fit: contain;
  position: absolute;
  right: 75px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 6px;
}
/*# sourceMappingURL=style.lg.css.map */