#colophon .back-to-top {
  right: 0;
  left: 0;
  margin: auto;
}
#iso-certificate-section .wp-image-1466 {
  max-width: 300px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.address-box {
  display: flex;
  flex-direction: row;
  width: 1100px;
  justify-content: center;
}
.address-contact {
  padding: 0 50px 0 50px;
}
@media screen and (max-width: 1200px) {
  .address-box {
    flex-wrap: wrap;
    width: 900px;
  }
}
@media screen and (max-width: 990px) {
  .address-box {
    flex-wrap: wrap;
    width: 675px;
  }
}
@media screen and (max-width: 768px) {
  .address-contact {
    flex-direction: column;
    padding: 0 10px 0 10px;
    min-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .address-box {
    flex-wrap: wrap;
    width: 500px;
  }
}
@media screen and (max-width: 576px) {
  .address-box {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  #hero {
    display: flex;
    height: calc(100vh - 75px);
    padding: 0;
  }
  #hero .container {
    display: flex;
    align-items: center;
  }
  #hero .container .hero__content {
    height: fit-content;
  }
}
#hero {
  min-width: 100%;
}
#hero .parallax-bg img {
  top: -225px;
}
#hero .hero__content {
  width: 100%;
}
#hero .hero__content a.btn {
  margin: 0 10px;
}
@media screen and (max-width: 576px) {
  #hero .hero__content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #hero .hero__content a.btn {
    margin: 0 0;
  }
}
#hero .hero-small-text {
  background-color: rgba(255, 255, 255, .9);
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  width: 250px;
}
#hero .hero-small-text p {
  margin: 0 0 0.9375rem 0;
  color: black;
}
@media screen and (min-width: 576px) {
  #hero .hero-small-text {
    width: 350px;
  }
}
@media screen and (min-width: 1024px) {
  #hero .hero-small-text {
    width: 550px;
  }
}
@media screen and (min-width: 1024px) {
  #features {
    padding: 130px 0;
  }
}
#features .feature-item {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #features .feature-item {
    padding: 20px 0;
  }
}
#features .feature-media .icon-image img {
  width: auto;
  height: 100px;
}
@media screen and (min-width: 1024px) {
  #features .section-content .row {
    flex-wrap: nowrap;
  }
}
#post-1517 .wp-block-media-text {
  grid-gap: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
#post-1517 .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .section-news .list-article, .archive .list-article, .blog .list-article {
    display: grid;
    grid-template-columns: 25% auto;
    grid-gap: 30px;
  }
}
.section-news .list-article .list-article-thumb, .archive .list-article .list-article-thumb, .blog .list-article .list-article-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-news .list-article .list-article-thumb a img, .archive .list-article .list-article-thumb a img, .blog .list-article .list-article-thumb a img {
  height: auto;
  max-width: 100%;
}
