﻿.career-center-section-wrapper {
  background: #F1F1F1;
  position: relative;
  padding-top: 107px;
  padding-bottom: 64px;
}
@media (max-width: 1200px) {
  .career-center-section-wrapper {
    margin-top: -25px;
    padding-top: 50px;
  }
}
.career-center-section-wrapper .career-center-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 900px) {
  .career-center-section-wrapper .career-center-section {
    margin: 60px auto 15px auto;
    flex-direction: column;
  }
}
@media (max-width: 900px) {
  .career-center-section-wrapper .career-center-description-wrapper {
    padding-bottom: 40px;
  }
}
.career-center-section-wrapper .career-center-title {
  display: block;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
  color: #565656;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 24px;
  color: #383838;
}
.career-center-section-wrapper .career-center-description {
  max-width: 630px;
  font-family: 'Lato', sans-serif;
  color: #565656;
}
.career-center-section-wrapper .career-center-image-wrapper {
  flex: 0 0 415px;
  max-height: 255px;
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  .career-center-section-wrapper .career-center-image-wrapper {
    flex: 1 0 auto;
    text-align: center;
    order: 2;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .career-center-section-wrapper .career-center-image-wrapper {
    margin: 0 47px;
  }
}
.career-center-section-wrapper .career-center-image-wrapper:before,
.career-center-section-wrapper .career-center-image-wrapper:after {
  content: '';
  z-index: -1;
  position: absolute;
  width: 145px;
  height: 145px;
  border-radius: 16px;
  transform: rotate(-45deg);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 599px) {
  .career-center-section-wrapper .career-center-image-wrapper:before,
  .career-center-section-wrapper .career-center-image-wrapper:after {
    width: 115px;
    height: 115px;
    transform: rotate(-45deg) translateY(-50%);
  }
}
.career-center-section-wrapper .career-center-image-wrapper:before {
  right: -10px;
  top: 30px;
  background-color: #F1F1F1;
}
@media (max-width: 599px) {
  .career-center-section-wrapper .career-center-image-wrapper:before {
    right: -40px;
    top: 30%;
  }
}
@media only screen and (max-width: 380px) {
  .career-center-section-wrapper .career-center-image-wrapper:before {
    top: 35%;
  }
}
.career-center-section-wrapper .career-center-image-wrapper:after {
  left: -10px;
  top: 80px;
  background-color: #F8F8F8;
}
@media (max-width: 599px) {
  .career-center-section-wrapper .career-center-image-wrapper:after {
    left: 40px;
    top: 55%;
  }
}
@media only screen and (max-width: 380px) {
  .career-center-section-wrapper .career-center-image-wrapper:after {
    top: 45%;
  }
}
.career-center-image {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}