/* 
    Created on : 27.10.2023, 17:36:54
    Author     : cathexis
*/

.facts__col {
  text-align: center;
  margin: 17px 0;
  padding: 30px 20px;
}

@media (min-width: 1080px) {
  .facts__col {
    padding: 0;
  }
}

.facts strong {
  font-weight: 600;
  line-height: normal;
  display: inline-block;
  padding-bottom: 17px;
  margin-bottom: 17px;
  border-bottom: 1px solid rgba(0,0,0,.12);
  letter-spacing: 3px;
  font-size: 42px;
}

.facts p {
  font-size: 1.125rem;
  margin: 0;
  line-height: 1.5em;
}