@media (max-width: 968px) {
  .box-topo {
    width: 100%;
    height: 220px;
  }
  .box-top-container {
    width: 700px;
    margin: auto;
  }
  .box-logo {
    width: 30%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .box-logo img {
    width: 140px;
  }
  .box-menu {
    width: 69%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    height: 220px;
  }
  .box-content-container {
    width: 700px;
  }
  .box-feature-container {
    width: 100%;
    padding: 20px 0px;
  }
  .box-feature-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box-feature-titles-container {
    width: 540px;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .box-news-img {
    width: 230px;
    height: 140px;
  }
  .box-news-img img {
    max-width: 230px;
  }
  .box-news-text {
    font-size: 14px;
  }
  .box-news-text p {
    font-size: 18px;
  }
  .box-bottom-container {
    height: 300px;
  }
  .box-bottom {
    width: 700px;
    height: 250px;
    padding-top: 30px;
  }
  .box-bottom p {
    font-size: 20px;
  }
  .box-bottom span {
    font-size: 16px;
  }
  .box-logo-bottom {
    display: grid;
    place-items: center;
  }
  .box-logo-bottom img {
    width: 150px;
  }
  .box-adress-bottom {
    padding: 0px 20px;
  }
  .box-phone-bottom {
    padding: 0px 20px;
  }
  .box-copyright {
    width: 100%;
    height: 50px;
    background: #D3C820;
    text-align: center;
    text-transform: uppercase;
    line-height: 50px;
  }
  .box-images-group {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: center;
  }
  .box-images-group img {
    max-width: 300px;
  }
  .box-title-news {
    font-size: 28px;
    font-weight: 600;
  }
  .box-news-wrap {
    padding: 20px 0px;
  }
  .box-news-wrap p {
    margin: 10px 10px;
  }
  .box-right {
    width: 20%;
    padding: 30px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
  }
  .box-left {
    width: 78%;
    padding: 30px;
    box-sizing: border-box;
    display: inline-flex;
    vertical-align: middle;
    text-align: justify;
    flex-direction: column;
  }
  .box-siders-wrap {
    border-bottom: solid 1px #CCC;
    margin: 15px 0px;
  }
  .box-siders-wrap p {
    display: block;
    margin: 10px 0px;
  }
  .box-location {
    margin-top: 30px;
    margin-bottom: -30px;
  }
}
@media (max-width: 768px) {
  .box-top-container {
    width: 100%;
    padding: 0px 30px;
  }
  .box-content-container {
    width: 100%;
    padding: 0px 30px;
  }
  .box-feature-img img {
    width: 100%;
  }
  .box-feature-titles-container {
    width: 100%;
    margin-bottom: 40px;
  }
  .box-news-container {
    padding: 0px 0px;
  }
  .box-news-img {
    display: block;
    width: 100%;
    height: 140px;
    margin-top: 25px;
  }
  .box-news-text {
    width: 100%;
    padding-left: 0px;
  }
  .box-bottom-container {
    height: auto;
    display: block;
  }
  .box-bottom {
    width: 100%;
    height: auto;
    display: block;
  }
}

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