/* Enter Your Custom CSS Here */

.page-template-page_landing .border-img
.page-template-page_landing .entry-title {
  display: none !important;
}

.landing-page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}