.swop25-facts-row {
  margin-bottom: 66px;
}

.swop25 .swop25-facts-row:last-child {
  margin-bottom: 0;
}

.swop25-facts-img {
  margin-bottom: 56px;
}

.swop25-facts p {
  margin: 0;
  font-size: 24px;
  line-height: 36px;
}

.swop25-facts-txt p span {
  display: block;
}

.swop25-facts .swop25-facts-txt-value {
  font-size: 48px;
  line-height: 58px;
}

@media all and (min-width: 768px) {
  .swop25-facts-row {
    display: flex;
    align-items: center;
    margin: 0 0 56px -77px;
  }

  .swop25-facts-row:nth-child(even) {
    flex-direction: row-reverse;
  }

  .swop25-facts-img,
  .swop25-facts-txt {
    width: 50%;
    padding-left: 77px;
  }

  .swop25-facts-img {
    margin-bottom: 0;
  }

  .swop25-facts-txt-inner,
  .swop25-facts-img-inner {
    width: 100%;
    max-width: 420px;
  }

  .swop25-facts-row:nth-child(even) .swop25-facts-txt-inner,
  .swop25-facts-row:nth-child(even) .swop25-facts-img-inner {
    float: right;
  }

  .swop25-facts-txt p span:not(:last-child) {
    margin-bottom: 6px;
  }

  .swop25-facts .swop25-facts-txt-value {
    font-size: 68px;
    line-height: 78px;
  }
}

@media all and (min-width: 1200px) {
  .swop25-facts-row {
    margin-bottom: 172px;
  }
}
