.without-icon .first-screen__bottom .row .col .facts2-wrap .txt {
    text-align: center;
}

.without-icon .facts2-wrap img {
display: none
}

@media(max-width: 480px) {
    .without-icon .first-screen__bottom .row {
      display: grid;
    }
  }

  .without-icon .first-screen__bottom .row .col .facts2-wrap {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flex;
  }

  .without-icon .first-screen__bottom .row .col .facts2-wrap .txt {
    padding: 0 10px 0;
}'
