.get-started-cta{
padding:100px 0;
background: #014E4B;
  position:relative;
}
.top-left{
  position:absolute;
  top:0;
  left:0;
}
.bottom-right{
  position:absolute;
  bottom:0;
  right:0;
}
.get-started-cta .content-wrapper{
display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  max-width:800px;
}
.get-started-cta_content{
color:#fff;
text-align:center;}
.get-started-cta_content >*:last-child{
margin-bottom:50px;}
.get-started-cta h2{
color: #FFF!important;

text-align: center;
font-size: 60px!important;
font-style: normal;
font-weight: 430;
line-height: 110%; /* 66px */
letter-spacing: -1.2px;
}

.btn--white{
  background: #fff !important;
    border-radius: 51.911px!important;
    color: #7b2981!important;
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 10px 25px;
    text-decoration: none !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 600;
}
.btn--white *{
margin:0 !important;
}
.btn--white:hover{
  background: #7b2981!important;
    color: #fff!important;
}

@media only screen and (max-width: 767px) {
.top-left{
  width: 71px;
    height: 76px;v
}
.bottom-right{
width: 160px;
    height: 91px;
}
  .get-started-cta h2{
  font-size:40px!important;
  }
}