.careersabout {
  background-color: #35393b;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.careersabout .row {
  align-items: center;
}
.careersabout__image {
  max-width: 80%;
}
.careersabout__text {
  color: #fff;
}
.careersabout__text h2 {
  font-family: "OpenSans";
  font-size: 2.7rem;
  line-height: 130%;
  margin-bottom: 2rem;
}
.careersabout__text p {
  font-family: "OpenSans-light";
  font-size: 1rem;
  line-height: 150%;
  margin-bottom: 2rem;
  color: #bebebe;
}
.careersabout__text-footer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  margin-top: 1.5rem;
}
.careersabout__text-footer a {
  display: block;
  padding: 0.7rem 2rem;
  border: 1px solid #d9cdcd;
  color: #d9cdcd;
  text-decoration: none;
  margin-right: 2rem;
  transition: 0.2s all linear;
}
.careersabout__text-footer a:hover {
  background-color: #d9cdcd;
  transition: 0.2s all linear;
  color: #35393b;
}
.careersabout__text-footer a:last-child {
  margin-right: 0;
}

.spacemodel {
  background-color: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.spacemodel h2 {
  font-family: "OpenSans-semibold";
  font-size: 2.7rem;
  line-height: 130%;
  margin-bottom: 0rem;
  color: #000;
  text-align: center;
}
.spacemodel__title {
  margin-bottom: 2rem;
}
.spacemodel ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
}
.spacemodel ul li {
  width: 20%;
  padding: 2rem 1rem;
  min-height: 26rem;
  color: #fff;
  text-align: center;
  color: #fff;
}
.spacemodel ul li:nth-child(odd) {
  background-color: #707070;
}
.spacemodel ul li:nth-child(even) {
  background-color: #000;
}
.spacemodel ul li .icon {
  margin-bottom: 1rem;
}
.spacemodel ul li .icon img {
  max-height: 6rem;
}
.spacemodel ul li span.letter {
  font-family: "OpenSans-semibold";
  display: block;
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
}
.spacemodel ul li span.word {
  font-family: "OpenSans-semibold";
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
.spacemodel ul li p {
  font-family: "OpenSans-light";
  font-size: 0.8rem;
}
.careersblocks {
  margin-bottom: 5rem;
}
.careersblocks .row {
  justify-content: space-between;
  align-items: flex-start;
}
.careersblocks__inner {
  border: 1px solid #35393b;
  padding: 3rem;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  width: 48%;
}
.careersblocks h4 {
  font-family: "OpenSans";
  font-size: 2.3rem;
  color: #35393b;
  line-height: 1.4;
  min-height: 8rem;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.careersblocks p {
  font-family: "OpenSans-bold";
  color: #707070;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 3rem;
  font-size: 1rem;
  letter-spacing: 0;
}
.careersblocks ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.careersblocks ul li {
  list-style: none;
  display: block;
  margin: 0;
}
.careersblocks ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "OpenSans-medium";
  text-decoration: none;
  color: #35393b;
  font-size: 1rem;
  letter-spacing: 1px;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
.careersblocks ul li a span {
  display: block;
  margin-right: 1rem;
  max-width: 1.2rem;
}

.mastbanner__inner__caption h1 {
  font-family: "OpenSans";
  font-size: 3.5rem;
}
@media only screen and (max-width: 1024px) {
  .spacemodel ul li .icon img {
    max-height: 5rem;
  }
  .spacemodel ul li {
    padding: 2rem 0.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .spacemodel ul li {
    width: 33.333%;
  }
  .careersblocks__inner {
    padding: 1rem;
  }
  .careersblocks h4 {
    font-size: 1.8rem;
  }
  .careersabout__text-footer a {
    padding: 0.7rem 1rem;
  }
  .mastbanner__inner__caption h1 {
    font-size: 2.5rem;
    margin-top: 12rem;
    padding-left: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .careersblocks__inner {
    width: 100%;
    margin-bottom: 2rem;
  }
  .spacemodel ul li {
    width: 100%;
  }
  .spacemodel h2 {
    font-size: 2.5rem;
  }
  .spacemodel ul li .icon img {
    max-height: 7rem;
  }
  .spacemodel ul li span.letter {
    font-size: 3.5rem;
  }
  .spacemodel ul li span.word {
    font-size: 1.8rem;
  }
  .spacemodel ul li p {
    font-size: 1.2rem;
  }
  .careersblocks p {
    font-size: 1.5rem;
  }
  .careersblocks h4 {
    font-size: 2.2rem;
  }
  .careersblocks ul li a {
    font-size: 1.3rem;
  }
  .careersblocks__inner {
    padding: 2rem;
  }
  .mastbanner__inner__caption h1 {
    font-size: 1.2rem;
    margin-top: 9rem;
  }
  .careersabout__image {
    margin: auto;
    margin-bottom: 2rem;
  }
  .careersabout__text p,
  .careersabout__text h2 {
    text-align: center;
  }
  .careersabout__text-footer {
    justify-content: center;
  }
}
