.search1 .hero__content-container {
  margin-left: -23%;
}

/* .section2.content-block{
  margin-top: 3.5rem !important;
} */
/* .section2 .mt-md-auto {
  margin-top: 80px !important;
}
.section2 {
  margin-top: 200px;
}
.section2 .wrap {
  width: 1400px;
  margin: 0 auto;
}
.section2 .wrap .item {
  display: flex;
  align-items: center;
  height: 500px;
  margin-bottom: 40px;
}
.section2 .wrap .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.section2 .wrap .item:nth-child(2n) .content {
  border-left: 1px solid #ffffff50;
  border-right: none;
}
.section2 .wrap .item .img {
  width: 50%;
  height: 100%;
}
.section2 .wrap .item .img img {
  height: 100%;
  width: 100%;
}
.section2 .wrap .item .content {
  height: 100%;
  flex: 1;
  border: 1px solid #ffffff50;
  border-left: none;
  padding: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.section2 .wrap .item .content .title {
  margin-bottom: 30px;
} */
.section2 .decor-border:before {
  display: none;
}

.section2 .decor-border {
  margin-left: 0;
}

.section2 .text {
  margin: 30px 0;
}

/* .section2.container-narrow{
  max-width: 104.375rem;
} */
.section2 .decor-border .wysiwyg p:before {
  background-color: #797979;
  content: "";
  height: .0625rem;
  left: 0;
  position: absolute;
  top: .925rem;
  width: 5rem;
}

.section2 .decor-border .wysiwyg p {
  padding-left: calc(5rem + 50px);
  position: relative;
}

.section3 .video__play {
  padding: 0.675rem 1.25rem;
}

.section3 .video__play span {
  font-size: 24px;
}

@media screen and (max-width: 1024px) {
  .search1 .hero__content-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }

  .section2 .decor-border .wysiwyg p:before {
    width: 2rem;
  }

  .section2 .decor-border .wysiwyg p {
    padding-left: calc(2rem + 20px);
  }

  .hero__text {
    margin-left: 0;
    padding-left: 0;
    min-height: auto;
  }
  .hero__content .h5,
  .section2 .decor-border .wysiwyg p,
  .section2 .text p,
  .hero__text p{
    font-size: 14px;
    line-height: 2;
  }

  .search1 .row>div {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .hero__content-container {
    margin-top: 2.8125rem;
  }


  .container.container--move-left {
    padding-right: 0;
  }

  .hero__pattern-img {
    right: 2.1875rem;
  }

  .search1 .row {
    margin: 0;
  }

  .hero__content-container {
    margin-left: 0;
  }
  .wysiwyg p strong{
    font-size: 16px;
  }
  .section2 .decor-border .wysiwyg p:before {
        top: 1.025rem;
    }
    .search1 .row{
      display: block;
    }
    .content-block+.content-block{
      margin-top: 3.5rem;
    }
    .hero__content-title {
    font-size: 2.2125rem;
    }
}

@media screen and (max-width: 767px) {
  .section2 .decor-border .wysiwyg p:before {
    width: 1rem;
  }

  .section2 .decor-border .wysiwyg p {
    padding-left: calc(1rem + 10px);
  }
/* 
  .section2 .decor-border .wysiwyg p:before {
    top: 0.625rem;
  } */

  .search1 .hero__content-container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero__pattern-img {
    right: 0;
  }

  .container.container--move-left {
    padding-right: 1.5625rem;
  }
  
}