/*
 * .-----------------------------------------------------.
 * |                       SUB G                         |
 * '-----------------------------------------------------'
 */

.swop21-subg-content {
  display: flex;
  flex-direction: column;
}

.swop21-subg-row-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swop21-subg-text-1 {
  padding: 0 5%;
  margin: 35px 0;
  text-align: center;
}

.swop21-subg-img-1 {
  padding: 100px 12% 0 12%;
}

.swop21-subg-share {
  margin-top: 28px;
}

.swop21-subg-bottom-line {
  height: 72px;
}

.swop21-subg-img-2 img {
  max-width: 100%;
  height: auto;
}

.swop21-subg-content-line-vert {
  position: absolute;
  top: 0;
  right: 50%;
  height: 36px;
}

.swop21-subg-row-1-top-lines {
  width: 80%;
  height: 50px;
  position: relative;
}
.swop21-subg-row-1-top-lines .swop21-line-vertic {
  left: 50%;
}

@media all and (max-width: 767px) {
  .swop21-subg-img-1 {
    background-image: none !important;
  }
}

@media all and (min-width: 768px) {
  .swop21-subg-content {
    flex-direction: row;
  }

  .swop21-subg-img-1 {
    padding: 0;
    margin-top: 100px;
    width: 40%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  .swop21-subg-img-1 img {
    display: none;
  }

  .swop21-subg-row-1 {
    width: 60%;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    padding-top: 60px;
  }

  .swop21-subg-text-1 {
    padding: 0;
    margin-right: 5%;
    text-align: left;
  }

  .swop21-subg-share {
    padding-bottom: 72px;
    margin-left: -30px;
    margin-right: 30px;
  }

  .swop21-subg-row-1-top-lines {
    display: none;
  }

  .swop21-subg-content-line-vert {
    height: 70px;
  }
}

@media all and (min-width: 1000px) {
  .swop21-subg-text-1 {
    margin-right: 15%;
    margin-left: 15%;
    margin-bottom: 60px;
  }

  .swop21-subg-img-2 {
    margin-right: 10%;
  }
}
