.call-to-action-block {
  padding: 96px 0;
}

.call-to-action__title {
  flex: 1;
  color: #2A2C31;
  font-size: 17px;
  line-height: 28px;
}

.call-to-action__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
}

.call-to-action__inner {
  display: flex;
  align-items: center;
}



@media only screen and (max-width: 767px) {
  .call-to-action-block {
    padding: 64px 0;
  }

  .call-to-action__title {
    text-align: center;
  }

  .call-to-action__buttons {
    margin-bottom: 24px;
  }

  .call-to-action__inner {
    display: block;
  }
}


@media only screen and (max-width: 560px) {
  .call-to-action__buttons .btn {
    display: block;
    text-align: center;
    margin: 0;
    width: 100%;
  }

  .call-to-action__buttons .btn + .btn {
    margin-top: 16px;
  }
}
