body {
  background: url(../img/linkPage_bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.logo {
  display: block;
  padding: 15px 0px;
  margin: 0 auto;
  text-align: center;
}
.logo img {
  max-height: 75px;
}

.link-wrapper {
  margin-top: 200px;
}

.container.wa {
  margin-top: 100px;
}

.link_container {
  width: 100%;
  height: auto;
  color: #ffffff;
  position: relative;
  padding: 14px 20px 18px 0;
}
.link_container .linkIcon {
  position: absolute;
  top: -8px;
}
.link_container h4 {
  font-weight: bold;
  font-size: 1rem;
  margin-left: 90px;
}

.link_container:before {
  content: "";
  position: absolute;
  background: #ffffff;
  border-radius: 40px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.link_container.green01:before {
  background: #1b614b;
}

.link_container.green02:before {
  background: #97cc54;
}

@media (max-width: 575.98px) {
  .link-wrapper {
    margin-top: 150px;
  }

  .linkTitle {
    margin-bottom: 2rem !important;
  }

  .col-md-4 {
    text-align: center;
  }
  .col-md-4 a {
    width: 180px;
    margin: 0 auto 5px;
    text-align: left;
    display: block;
  }

  .link_container {
    padding: 5px 20px 8px 0;
    width: 180px;
  }
  .link_container .linkIcon {
    width: 60px;
  }
  .link_container h4 {
    font-size: 0.8125rem;
    margin-left: 75px;
  }

  .container.wa {
    margin-top: 50px;
  }
}

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