.profile-content {
  text-align: center;
  max-width: 1000px;
  margin: auto;
  color: #000;
  line-height: 2;
}

.container {
  padding-bottom: 80px;
}
.container-content {
  position: relative;
  width: 80%;
  margin: 0 10%;
}

.step1 {
  position: relative;
  display: flex;
  width: 100%;
  padding: 10% 0;
  -webkit-align-items: center;
  align-items: center;
}
.step1-img {
  position: relative;
  width: 35%;
  min-width: 350px;
}
.step1-img-mask {
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.step1-img-inner {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
}
.step1-img-bg {
  position: absolute;
  overflow: hidden;
  top: 15%;
  left: 10%;
  width: 100%;
  height: 140%;
  background: #eee;
}
.step1-img-bg.show {
  height: 100%;
}
.step1-content {
  margin: 0 0 0 30%;
}

.step2 {
  position: relative;
  display: flex;
  padding: 10% 0;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: center;
  align-items: center;
}
.step2-content {
  position: absolute;
  left: 0;
  margin: 0 15% 0 5%;
}
.step2-img {
  width: 35%;
  min-width: 350px;
  margin-right: 5%;
}
.step2-img-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110%;
  height: 40%;
  background: #eee;
}
.step2-img-bg.show {
  left: 70%;
  width: 100%;
}
.step2-img-mask {
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.step2-img-inner {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.text {
  line-height: 2;
  font-size: 0.875em;
  padding-left: 20px;
}
.text li {
  display: list-item;
  list-style: disc;
  margin-bottom: 5px;
}

.title {
  margin-bottom: 35px;
}
.title-text1 {
  font-size: 18px;
}
.title-img {
  width: 40px;
  padding: 20px 0;
}
.title-img img {
  width: 100%;
}

.large-image {
  opacity: 0;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.large-image.show {
  opacity: 1;
}

.step1-img, .step1-img-bg, .step1-content, .step2-img, .step2-img-bg, .step2-content {
  opacity: 0;
}
.step1-img.show, .step1-img-bg.show, .step1-content.show, .step2-img.show, .step2-img-bg.show, .step2-content.show {
  opacity: 1;
  -moz-transition: all 1.2s;
  -o-transition: all 1.2s;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}

.title-img {
  opacity: 0;
}
.title-img.show {
  opacity: 1;
  -moz-transition: all 1.2s;
  -o-transition: all 1.2s;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}

@media screen and (max-width: 1200px) {
  .container-content {
    width: 90%;
    margin: 0 5%;
  }
  .container-content .step1-img-bg {
    width: 110%;
  }
  .container-content .step1-content {
    margin: 0 0 0 25%;
  }
  .container-content .step2-content {
    margin: 0 10% 0 10%;
  }
  .container-content .step2-img {
    margin-right: 5%;
  }
  .container-content .step2-img-bg {
    width: 40%;
    left: 90%;
  }
  .container-content .step2-img-bg.show {
    width: 30%;
    left: 70%;
  }
}
@media screen and (max-width: 960px) {
  .container-content {
    width: 90%;
    margin: 0 5%;
    overflow: hidden;
  }
  .container-content .step1 {
    position: relative;
    display: inline-block;
    padding: 0;
    margin-bottom: 50px;
  }
  .container-content .step1-content {
    position: relative;
    width: 100%;
    margin: 30px 0;
  }
  .container-content .step1-img {
    position: relative;
    width: 100%;
  }
  .container-content .step1-img-bg.show {
    opacity: 0;
    -moz-transition: opacity(0s);
    -o-transition: opacity(0s);
    -webkit-transition: opacity(0s);
    transition: opacity(0s);
  }
  .container-content .step1-img .step1-img-mask {
    width: 100%;
    height: 35vh;
    padding-bottom: 0;
  }
  .container-content .step1-img .step1-img-bg {
    height: 100%;
  }
  .container-content .step2 {
    position: relative;
    display: flex;
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
    flex-direction: column-reverse;
  }
  .container-content .step2-content {
    position: relative;
    width: 100%;
    margin: 30px 0;
  }
  .container-content .step2-img {
    position: relative;
    width: 100%;
  }
  .container-content .step2-img-bg.show {
    opacity: 0;
    -moz-transition: opacity 0s;
    -o-transition: opacity 0s;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
  }
  .container-content .step2-img .step2-img-mask {
    width: 100%;
    height: 35vh;
    padding-bottom: 0;
  }
  .container-content .step2-img .step2-img-bg {
    height: 100%;
  }
}
