.apropos {
  position: relative;
}
.apropos .apropos-cta {
  position: absolute;
  bottom: 0;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 24px;
  font-weight: 600;
  background: #3746ff;
  border-radius: 25px;
  display: block;
  padding: 0 30px;
  line-height: 48px;
  height: 48px;
  border: 2px solid #3746ff;
}
.apropos .apropos-cta:hover {
  color: #3746ff;
  background: #fff;
}
.apropos .apropos-desc {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #5a5a5a;
  font-weight: 400;
  text-left: left;
  padding-bottom: 80px;
}
.apropos .apropos-desc p {
  text-align: left;
}
.apropos .apropos-image {
  width: 470px;
}
