.content_style_2 {
  position: relative;
  min-height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content_style_2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.content_style_2::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../../../img/pic1680/3.jpg);
  background-position: center center;
  background-size: cover;
  z-index: -2;
}
.content_style_2 .content-info {
  width: 90%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.content_style_2 .content-info__title {
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 2px 1px 10px rgba(0, 0, 0, 0.1);
}
.content_style_2 .content-info__subtitle {
  font-size: 1.3rem;
  line-height: 1.6em;
  font-weight: 400;
  letter-spacing: 0.1rem;
  margin-bottom: 15px;
  color: #fff;
  text-shadow: 2px 1px 8px rgba(0, 0, 0, 0.1);
}
.content_style_2 .content-info__desc {
  text-align: center;
  font-size: 1rem;
  line-height: 1.6em;
  font-weight: 300;
  color: #fff;
  text-shadow: 2px 1px 4px rgba(0, 0, 0, 0.2);
}