.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
  text-align: center;
}

.title_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -300px;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.box {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 80px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 3px 15px 5px rgba(0, 0, 0, .15);
  font-weight: 400;
}

.banner {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 431px;
  background-color: transparent;
  background-image: url('../images/back.png');
  background-position: 0px 0px;
  background-size: cover;
}

.content_post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-31 {
  color: #fff;
  font-size: 32px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 1.43px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .7);
}

.heading-32 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 1.43px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .7);
}

.paragraph-5 {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  text-align: left;
  letter-spacing: 1.05px;
}


@media (max-width: 1024px) {
  .box {
    width: 880px;
    padding: 80px;
  }
}

@media (max-width: 768px) {
  .title_content {
    padding-right: 20px;
    padding-left: 30px;
  }
  .box {
    width: 680px;
    padding: 60px;
  }
}

@media (max-width: 479px) {
  .box {
    width: 100%;
    padding: 30px;
  }
  .banner {
  }
}

