.apropos {
  position: relative;
}
.apropos .apropos-cta {
  position: absolute;
  bottom: 0;
}
.apropos .apropos-cta a {
  display: inline-block;
  background: #53bdea;
  border: 1px solid #53bdea;
  padding: 0 30px;
  border-radius: 25px;
  color: #fff;
  height: 40px;
  line-height: 37px;
}
.apropos .apropos-cta a:hover {
  background: #fff;
  color: #53bdea;
}
.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 auto 90px;
    float: none !important;
    text-align: center;
  }
  .apropos .apropos-cta {
    width: 100%;
    margin-bottom: 30px;
  }
  .apropos .apropos-cta a {
    width: 100%;
  }
}
