#infomationContents {
  padding-top: 72px;
  padding-bottom: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #infomationContents {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 768px) {
  #infomationContents {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 32px;
  }
}

#infoNode {
  width: 380px;
  height: 240px;
  margin-bottom: 20px;
  background: #fff;
  font-size: 18px;
  text-align: right;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #infoNode {
    width: 360px;
  }
}

@media (max-width: 768px) {
  #infoNode {
    width: 330px;
  }
}

a {
  text-decoration: none;
}

#infoImage {
  height: 192px;
}

#infoImage div img {
  width: 100%;
  position: relative;
  z-index: 0;
}

#infoBackground:hover {
  opacity: 0.7;
}

#infoNode {
  border: 1px solid #aaa;
}

#infoTitle {
  position: relative;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 9px;
  background: repeating-linear-gradient(45deg, #3291dd, #3291dd 180px, #6DB7F2 0, #6DB7F2 1360px);
  z-index: 3;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

#infoTextBox {
  padding-left: 12px;
}
/*# sourceMappingURL=info.css.map */