.banner {
  background-image: url('../images/main/img3.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 140px;
}

.main-logo {
   width: 167px;
   height: 50px;
   padding-top: 10px;
}

.footer-logo {
   width: 119px;
   height: 35px;
   margin-bottom: 10px;
}

.main-page-container {
  max-width: 1200px;
  margin: 30px auto;
  padding: 0px 30px;
}

.main-page-container ul, .article-column ul, .normal-list ul {
  list-style-type: initial;
  list-style-position: outside;
}

.center-title {
  text-align: center;
  margin-bottom: 30px;
}

.center-title-2 {
  text-align: center;
  margin-bottom: 20px;
}

.normal-link {
  color: inherit;
  text-decoration: none;
}

.normal-link:hover {
  color: inherit;
  opacity: 0.7;
}

.reverse-link {
  color: inherit;
}

.reverse-link:hover {
  color: inherit;
  opacity: 0.7;
  text-decoration: none;
}

.reverse-link:visited {
  color: inherit;
}

article {
  display: flex;
  flex-wrap: nowrap;
}

.article-header {
  font-weight: bold;
  margin-bottom: 20px;
}

.article-column {
  padding: 10px;
  width: 50%;
}

.image {
  max-height: 100%;
	width: auto;
	max-width: 100%;
}

.img-container {
  text-align: center;
  margin-bottom: 20px;
}

.faq-container {
  margin-bottom: 30px;
}

.faq-container ol, .article-column ol {
  list-style-type: decimal;
}

.main-container {
  padding: 60px 0px;
}

#accreditations {
  max-width: 1660px;
  margin: auto;
  padding: 0px 30px;
  display: flex;
  flex-wrap: nowrap;
}

.acc-container {
  width: 320px;
  box-sizing: border-box;
  padding: 30px;
}

.text-container {
  padding-top: 10px;
}

hr {
  margin: 50px 0px 40px 0px;
}

@media only screen and (max-width: 1315px) {
  #accreditations {
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px 20px;
    justify-content: space-around;
  }

  .acc-container {
    width: 350px;
  }
}

@media only screen and (max-width: 768px) {
  article {
    flex-wrap: wrap;
  }

  #accreditations {
    padding: 0px 30px;
    justify-content: center;
  }

  .acc-container {
    width: 100%;
  }

  .article-column {
    width: 100%;
  }

  .big_padding.banner {
    padding: 30px 0;
  }

  .banner {
    height: 200px;
  }
}
