/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 19 2019 | 09:26:33 */
.quickfact-column-wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 30px;
}

.quickfact-number{
  font-size: 100px;
  font-weight: 200;
  line-height: 1;
}

.quickfact-title {
    border-top: 1px solid #d4d4d4;
    width: 125px;
    padding-top: 10px;
    margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .quickfact-repeater-query .quickfact-column-wrap {
    margin: 10px 5px;
  }
  
  .quickfact-column-wrap .quickfact-title {
    width: 105px;
    padding-top: 5px;
    margin-top: 5px;
    font-size: 14px;
}

  .quickfact-column-wrap .quickfact-number {
      font-size: 64px;
  }
}

@media only screen and (max-width: 768px) {
  .quickfact-repeater-query .quickfact-column-wrap {
    margin: 30px 5px;
  }
}

@media only screen and (max-width: 480px) {
  .quickfact-repeater-query .quickfact-column-wrap {
    margin: 5px 5px;
    background-color: #fafafa;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
  }
  
  .quickfact-column-wrap .quickfact-title {
    width: 95px;
    padding: 0;
    margin-top: 5px;
    font-size: 12px;
    border-top: none;
  }
  
  .quickfact-column-wrap .quickfact-number {
    font-size: 30px;
    font-weight: 400;
  }

}
