.section-callout {
  padding: 36px 0 60px;
  text-align: center;
  background-color: #68a500;
}

.section-callout .section__title {
  margin-bottom: 22px;
}

.section-callout .section__actions {
  margin-top: 26px;
}

.section-callout .section__subtitle {
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  max-width: 740px;
  margin: 0 auto;
}

.section-callout .section__foot p {
  font-size: 22px;
  color: #fff;
}

@media(max-width: 767px) {
  .section-callout .section__subtitle {
    font-size: 18px;
  }

  .section-callout .btn-primary span {
    display: none;
  }

  .section-callout {
    padding: 40px 0 20px;
  }
}