.\--section-careers .INF-section__copy__text {
  width: 60%;
  //text-shadow: 0 0 4px rgba(0, 0, 0, 0.5); }

.\--section-careers .section-careers-hero_desc p {
  font-size: calc(7px + 1.33vw);
  line-height: calc(10.4px + 1.77vw); }

.\--section-careers .section-careers-hero_employee {
  margin-bottom: 40px;
  font-size: calc(9.6px + .66vw);
  line-height: calc(9.7px + .88vw); }

.\--section-careers .INF-btnOneCorner {
  margin: calc(8.9px + 1.65vw) 0;
  background-color: #c62b7f !important;
  padding-right: 2.5em;
  padding-left: 2.5em; }

@media screen and (max-width: 767px) {
  .\--section-careers .INF-section__copy__text {
    width: 75%; }
  .\--section-careers .section-careers-hero_employee,
  .\--section-careers .section-careers-hero_desc {
    display: none; } }

.INF-careers-mountains,
.INF-careers-consultant {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.INF-careers-section__image {
  background-attachment: fixed; }

.INF-careers-mountains {
  background-image: url("https://cdn2.hubspot.net/hubfs/2574769/assets/mountain.png?t=1506612720412");
  background-position: right bottom; }

.INF-careers-consultant {
  background-image: url("https://cdn2.hubspot.net/hubfs/2574769/assets/consultant.png?t=1506612720412");
  background-position: center bottom; }

.INF-careers-cloud-one {
  background-image: url("https://cdn2.hubspot.net/hubfs/2574769/assets/cloud1.png?t=1506612720412");
  animation: cloud-anim 250s linear infinite;
  background-position: top !important; }

.INF-careers-cloud-two {
  background-image: url("https://cdn2.hubspot.net/hubfs/2574769/assets/cloud2.png?t=1506612720412");
  animation: cloud-anim 170s linear infinite; }

.INF-careers-cloud-one,
.INF-careers-cloud-two {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  background-repeat: repeat;
  background-attachment: fixed;
  position: absolute;
  background-position: 0 center;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  will-change: transform; }