.factons {
    width: 100%;
    max-width: 1500px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px auto; }
    .factons__facton {
      width: 30%;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .factons__facton img {
        width: 90%;
        height: auto; }
      .factons__facton__txt {
        font-size: 1.5em;
        display: inline-block;
        width: 100%;
        text-align: center; }
  
  .spacer {
    height: 109px;
    width: 100%;
    content: ''; }
  
  @media only screen and (max-width: 1500px) {
    .factons {
      width: 90%; } }
  
  @media only screen and (max-width: 1000px) {
    .factons {
      flex-direction: column; }
      .factons__facton {
        width: 50%;
        height: 400px;
        margin-top: 30px; } }
  
  @media only screen and (max-width: 700px) {
    .factons {
      flex-direction: column; }
      .factons__facton {
        width: 80%; } }