.facts__content {
  height: 100%;
  display: flex;
  flex-direction: column; }
  .facts__title {
    position: relative;
    margin-bottom: 127px;
    align-self: flex-start; }
    @media screen and (max-width: 750px) {
  .facts__title {
    margin-bottom: 50px; } }
  .facts__list:before {
    display: none; }
    .facts__list:after {
      display: none; }
  .facts__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center; }
    @media screen and (max-width: 750px) {
  .facts__item {
    margin-bottom: 60px !important; } }
    .facts__item-title {
      font-family: AvantiBold;
      font-size: 56px;
      margin-bottom: 20px; }
      @media screen and (max-width: 750px) {
  .facts__item-title {
    font-size: 46px; } }
    .facts__item-text {
      font-family: Acrom-Regular;
      font-size: 18px;
      line-height: 22px; }
      @media screen and (max-width: 750px) {
  .facts__item-text {
    font-size: 14px; } }

.mb90 {
  margin-bottom: 40px; }
  @media screen and (max-width: 750px) {
  .mb90 {
    margin-bottom: 0px; } }

.m0 {
  margin: 0; }
