/*
 * .-----------------------------------------------------.
 * |                  SMALL TEXT CHUNKS                  |
 * '-----------------------------------------------------'
 */

h2.swop22-text-circle,
h2.swop22-text-underline,
p.swop22-text-tiny,
p.swop22-text-normal,
p.swop22-text-small,
p.swop22-text-large {
  margin: 36px 0 0 0;
}

/* Modifier: Text closer to the text appearing before it. */
p.swop22-text-closer {
  margin-top: 12px;
}

/* Modifier: Text that is centered. */
.swop22-text-center {
  text-align: center;
}

/* Modifier: Text that is uppercase. */
.swop22-text-uppercase {
  text-transform: uppercase;
}

/* Text in circle. */
h2.swop22-text-circle {
  font-size: 22px;
  line-height: 77px;
  letter-spacing: 1px;
  text-align: center;
}

.swop22-text-circle-inner {
  display: inline-block;
  min-width: 206px;
  padding: 0 52px 0 48px;
  background: url(images/circle.png) center center no-repeat;
  background-size: 100% 100%;
}

/* Text underlined. */
h2.swop22-text-underline {
  font-size: 30px;
  line-height: 48px;
  letter-spacing: 1px;
  text-align: center;
  white-space: break-spaces;
}

.swop22-text-underline-inner {
  display: inline-block;
  min-width: 290px;
  padding: 0 40px 0 40px;
  background: center bottom no-repeat;
  background-size: 100% auto;
}

.swop22-text-underline-inner-1 {
  padding-bottom: 40px;
  background-image: url(images/underline-1.png);
}

.swop22-text-underline-inner-2 {
  padding-bottom: 15px;
  background-image: url(images/underline-2.png);
}

/* Paragraphs in 4 sizes. */
p.swop22-text-tiny {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8px;
}

p.swop22-text-small {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1.9px;
}

p.swop22-text-normal {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 1px;
}

p.swop22-text-large {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 1px;
}

/* Bullet list text. */
ul.swop22-text-list {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1px;
}

ul.swop22-text-list li {
  margin: 17px 0 0 0;
  padding: 0 0 0 20px;
  list-style: none;
  position: relative;
}

ul.swop22-text-list li:after {
  content: '-';
  position: absolute;
  left: 0;
  top: 0;
}

@media all and (min-width: 440px) {
  h2.swop22-text-circle {
    font-size: 30px;
    line-height: 77px;
  }
}

@media all and (min-width: 768px) {
  h2.swop22-text-circle {
    font-size: 36px;
    line-height: 93px;
  }

  h2.swop22-text-underline {
    font-size: 36px;
    line-height: 48px;
  }

  .swop22-text-underline-inner-1 {
    padding-bottom: 50px;
  }

  .swop22-text-underline-inner-2 {
    padding-bottom: 25px;
  }

  p.swop22-text-small {
    font-size: 24px;
    line-height: 36px;
  }

  p.swop22-text-normal {
    font-size: 28px;
    line-height: 36px;
  }

  p.swop22-text-large {
    font-size: 36px;
    line-height: 42px;
  }

  ul.swop22-text-list {
    font-size: 24px;
    line-height: 36px;
  }
}

/*
 * .-----------------------------------------------------.
 * |                 TEXTS IN 2 COLUMNS                  |
 * '-----------------------------------------------------'
 */

.swop22-text-split .animated-text-highlight-2 {
  white-space: nowrap;
}

.swop22-text-split-right {
  padding-top: 36px;
}

@media all and (min-width: 768px) {
  .swop22-text-split {
    display: flex;
    min-height: 400px;
    background: url(images/split.png) center center no-repeat;
    background-size: auto 400px;
  }

  .swop22-text-split-left,
  .swop22-text-split-right {
    width: 50%;
    display: flex;
    align-items: center;
  }

  .swop22-text-split-left {
    justify-content: left;
  }

  .swop22-text-split-right {
    justify-content: right;
  }

  .swop22-text-split-content {
    width: 100%;
    max-width: 500px;
  }

  .swop22-text-split-left .swop22-text-split-content {
    padding-right: 36px;
  }

  .swop22-text-split-right .swop22-text-split-content {
    padding-left: 36px;
  }
}

@media all and (min-width: 1000px) {
  .swop22-text-split-left .swop22-text-split-content {
    padding-right: 60px;
  }

  .swop22-text-split-right .swop22-text-split-content {
    padding-left: 60px;
  }
}
