.four-column-text .dflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.four-column-text .dflex .col-left {
  max-width: 25%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
}

.four-column-text .dflex .col-right {
  max-width: 75%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 75%;
          flex: 1 1 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.four-column-text .dflex .col-three-one {
  max-width: 33.3333%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.3333%;
          flex: 1 1 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 35px;
}

.four-column-text .dflex .col-three-one:nth-child(1), .four-column-text .dflex .col-three-one:nth-child(2), .four-column-text .dflex .col-three-one:nth-child(3) {
  padding-top: 0;
}

.four-column-text .dflex .col-three-one .h5 {
  margin-bottom: 27px;
}

.four-column-text .dflex .col-three-one .h5 a {
  color: #000;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .four-column-text .dflex .col-left {
    max-width: 30%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
  }
  .four-column-text .dflex .col-right {
    max-width: 70%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 70%;
            flex: 1 1 70%;
  }
  .four-column-text .dflex .col-three-one {
    max-width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  .four-column-text .dflex .col-three-one:nth-child(3) {
    padding-top: 35px;
  }
  .four-column-text .dflex .col-three-one .h5 {
    margin-bottom: 27px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .four-column-text .dflex .col-left {
    max-width: 30%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
  }
  .four-column-text .dflex .col-right {
    max-width: 70%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 70%;
            flex: 1 1 70%;
  }
  .four-column-text .dflex .col-three-one {
    max-width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  .four-column-text .dflex .col-three-one:nth-child(3) {
    padding-top: 35px;
  }
  .four-column-text .dflex .col-three-one .h5 {
    margin-bottom: 27px;
  }
}

@media (max-width: 767px) {
  .four-column-text .dflex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .four-column-text .dflex .col-left {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-bottom: 30px;
  }
  .four-column-text .dflex .col-right {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .four-column-text .dflex .col-three-one {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
  }
  .four-column-text .dflex .col-three-one:nth-child(2), .four-column-text .dflex .col-three-one:nth-child(3) {
    padding-top: 20px;
  }
  .four-column-text .dflex .col-three-one .h5 {
    margin-bottom: 15px;
  }
}
/*# sourceMappingURL=four-column-text.css.map */