.container_banner {
  width: 100%;
  max-width: 1400px;
  margin: 0px auto;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .container_banner {
    margin-bottom: 20px;
  }
}

.main_page_banner_desktop {
  width: 100%;
  display: flex;
  align-items: center;
  height: 350px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 992px) {
  .main_page_banner_desktop {
    display: none;
  }
}
.main_page_banner_desktop_content {
  display: flex;
  flex-direction: column;
  width: 400px;
  margin-left: calc(100% - 570px);
}
@media (max-width: 1200px) {
  .main_page_banner_desktop_content {
    margin-left: calc(100% - 430px);
  }
}
.main_page_banner_desktop_content strong {
  font-size: 37px;
  font-weight: 400;
  line-height: 42px;
}
.main_page_banner_desktop_content p {
  font-size: 17px;
  margin: 0;
  padding: 10px 0px 0px 0px;
}

.main_page_banner_mobile {
  display: none;
}
@media (max-width: 992px) {
  .main_page_banner_mobile {
    display: flex;
    flex-direction: column;
  }
}
.main_page_banner_mobile_img {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main_page_banner_mobile_content {
  padding: 20px 15px 0px 15px;
  width: 100%;
}
.main_page_banner_mobile_content strong {
  display: block;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  text-align: center;
}
.main_page_banner_mobile_content p {
  font-size: 14px;
  text-align: center;
  margin: 0;
  padding: 3px 0px 0px 0px;
  color: #666666;
}

.main_page_banner_button {
  display: flex;
  justify-content: center;
  margin: 30px 0px;
}

/*# sourceMappingURL=style.css.map */
