.apropos {
  position: relative;
}
.apropos .apropos-cta {
  position: absolute;
  left: 50%;
  bottom: 0;
}
.apropos .apropos-cta a {
  display: inline-block;
  background: #24a8df;
  border: 1px solid #24a8df;
  padding: 0 30px;
  border-radius: 25px;
  color: #fff;
  height: 40px;
  line-height: 37px;
}
.apropos .apropos-cta a:hover {
  background: #fff;
  color: #24a8df;
}
.apropos .apropos-desc {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  font-weight: 400;
  text-left: left;
  margin-top: 40px;
}
.apropos .apropos-desc p {
  text-align: left;
}
.apropos .apropos-image {
  width: 470px;
}
.apropos .section-title .title {
  line-height: 50px;
  margin-top: -13px;
}
@media (max-width: 1200px) {
  .apropos .apropos-image-wrapper {
    margin: 30px 0 90px;
  }
  .apropos .apropos-cta {
    position: relative;
    left: 0;
  }
}
