.multiple-callout {
  background: #f8f8f8;
}
.multiple-callout.pad-top {
  padding-top: 60px;
}
@media only screen and (min-width: 768px) {
  .multiple-callout.pad-top {
    padding-top: 80px;
  }
}
.multiple-callout.pad-bottom {
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .multiple-callout.pad-bottom {
    padding-bottom: 80px;
  }
}
.multiple-callout h2 {
  color: #0b317a;
  font-family: 'Lora', serif;
  font-size: 32px;
  font-weight: normal;
  line-height: 1em;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .multiple-callout h2 {
    font-size: 50px;
  }
}
.multiple-callout h2 span {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 1.5em;
  margin: 0 auto 0.5em;
  width: 1.5em;
}
@media only screen and (min-width: 768px) {
  .multiple-callout h2 span {
    display: inline-block;
    height: 1em;
    margin: 0;
    position: relative;
    top: 0.1em;
    width: 1em;
  }
}
.multiple-callout h3 {
  color: #17356e;
  font-size: 24px;
  font-weight: 900;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .multiple-callout h3 {
    font-size: 32px;
  }
}
.multiple-callout p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.36em;
}
@media only screen and (min-width: 768px) {
  .multiple-callout p {
    margin: 20px 30px;
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .multiple-callout .btn {
    font-size: 20px;
  }
}
.multiple-callout .callout-inner {
  margin: auto;
  max-width: 1140px;
  padding: 0 15px;
}
.multiple-callout .callout {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
}
.multiple-callout .callout .content {
  flex-direction: column;
  display: flex;
  height: 100%;
}
.multiple-callout .callout .content p {
  flex-grow: 1;
}
@media only screen and (min-width: 768px) {
  .multiple-callout .callout .icon-wrap {
    margin-bottom: 20px;
  }
}
.multiple-callout .callout .icon-wrap img {
  height: 75px;
  width: auto;
}
@media only screen and (min-width: 980px) {
  .multiple-callout .callout + .callout::before {
    content: '';
    border-left: 3px solid #e7e7e7;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.multiple-callout.col-2 .callout + .callout {
  position: relative;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .multiple-callout.col-2 .callout + .callout {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .multiple-callout.col-2 .callout + .callout::before {
    content: '';
    border-left: 3px solid #e7e7e7;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.multiple-callout.col-3 p {
  font-size: 18px;
}
.multiple-callout.col-3 .callout + .callout {
  position: relative;
  margin-top: 50px;
}
@media only screen and (min-width: 980px) {
  .multiple-callout.col-3 .callout + .callout {
    margin-top: 0px;
  }
}
.multiple-callout .color-stats h3 {
  font-size: 64px;
}
