#swecet-featured-img2:before {
  padding-top: 25%;
}

#swecet-featured-img2 h1 {
    color: #fff;
    font-size: 72px;
    position: absolute;
    margin: 0 auto;
    top: 50%;
    left: 0;
    right: 0;
    font-weight: 900;
    letter-spacing: 2px;
    text-shadow: 1px 1px #404040;
}

#swecet-featured-img2 {
  text-align: center;
}

#corner2 {
  width: 300px;
  height: 300px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.tl-graphic {
  float: left;
  margin-top: 20px;
}

.tl-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tl-graphic-right {
  float: right;
  margin-top: -100px;
}

.tl-heading {
  color: #E20714;
  font-size: 32px;
  font-weight: 700;
}

.tl-heading-1 {
  padding-top: 50px;
}

.tl-text {
  padding-bottom: 50px;
}

.tl-graphic-3 {
  margin-top: -130px;
}

.tl-graphic-5 {
  margin-top: -100px;
}

.tl-graphic-4 {
  margin-top: 0;
  width: 40%;
}

#t-white {
  width: 2px;
  background-color: #fff;
  height: 100px;
  margin: 0 auto;
}

#t-circle {
  width: 20px;
  background-color: #fff;
  height: 20px;
  border-radius: 100%;
  margin: 0 auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #t-white {
    height: 50px;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
    #swecet-featured-img2 h1 {
      font-size: 52px;
    }
    #t-white {
      height: 50px;
    }
    .tl-icon {
      position: static;
      display: block;
    }
    .tl-graphic {
      float: none;
      display: block;
      margin-top: 20px;
      margin: 0 auto;
    }
    .tl-heading {
      padding-top: 20px;
    }
}

@media (max-width: 767px) {
  .tl-icon {
    position: static;
    display: block;
  }
  .tl-graphic-4 {
    width: auto;
  }
  .tl-graphic {
    float: none;
    display: block;
    margin-top: 20px;
    margin: 0 auto;
  }
  .tl-heading {
    padding-top: 20px;
  }
  #swecet-featured-img2 {
    height: auto;
  }
  #t-white, #t-circle {
    display: none;
  }
  #swecet-featured-img2 h1 {
    font-size: 32px;
  }
  #corner2 {
    display: none;
  }
}
