.btn-paragraph{
  padding: 28px 0 46px 0;
  display: flex;
  flex-direction: column;
}
.btn-paragraph .container > div{
  display: flex;
  justify-content: center;
}

.btn-paragraph .CTAButton{
  cursor: pointer;
  font-size: 12px;
  /* padding: 26px 50px 26px; */
}

.btn-paragraph .container {
  order:2;
}

.btn-paragraph div:nth-child(2){
  text-align: center;
  font-size: 20px;
  color: black;
  font-family: 'lato';
  line-height: 24px;
  font-weight: 800;
  padding-bottom: 18px;
}

@media(min-width:992px){

  .btn-paragraph{
    padding: 40px 0 70px 0;
    display: flex;
    flex-direction: column;
  }

  .btn-paragraph .CTAButton{
    cursor: pointer;
    font-size: 18px;
    padding: 26px 50px 26px;
  }

  .btn-paragraph div:nth-child(2){
    line-height: 30px;
    padding-bottom: 30px;
    font-size: 26px;
  }

}




