.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.cta-blocks-section {
  padding: 20px 0; }
  .cta-blocks-section .title {
    color: #005640;
    text-align: center;
    letter-spacing: 2px;
    font: 400 34px/1 "HelloHeadline", "Times New Roman", "Times", "Baskerville", "Georgia", serif; }
    @media (min-width: 768px) {
      .cta-blocks-section .title {
        font-size: 38px; } }
  .cta-blocks-section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -20px; }
    .cta-blocks-section .row .col {
      width: 100%;
      padding: 0 20px;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .cta-blocks-section .row .col {
          width: 50%; } }
  .cta-blocks-section .cta-block {
    background: #000;
    position: relative;
    overflow: hidden; }
    .cta-blocks-section .cta-block:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      opacity: .8; }
    .cta-blocks-section .cta-block .info-holder {
      padding: 10px;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
    .cta-blocks-section .cta-block .btn {
      display: inline-block;
      background: url(../../images/more-bg-light.svg) no-repeat center center;
      background-size: 100% 100%;
      padding: 18px 30px 15px;
      text-transform: uppercase;
      font: 400 20px/1 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      max-width: none; }
    .cta-blocks-section .cta-block .label {
      margin: 0 0 0 10px;
      color: #005640;
      background: #fff;
      display: inline-block;
      padding: 5px 10px;
      text-transform: uppercase;
      font: 400 20px/1 "HelloHeadline", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
      position: relative;
      bottom: -10px; }
    .cta-blocks-section .cta-block img {
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      width: 100%; }
/*# sourceMappingURL=cta-blocks.css.map */