body {
  background: white;
}
p {
  text-align: justify;
  font-size: 19px;
}
.article {
  width: 1200px;
  display: table;
  margin: 0 auto;
  margin-top: 80px;
}
.article-text {
  width: 1200px;
  display: table;
  margin: 0 auto;
  margin-top: 70px;
  padding: 0 30px;
}
.article-text > h1,
.article-text > h3 {
  text-align: center;
  margin: 20px 0;
}
.container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0;
  border-bottom: solid 1px;
}
.container:first-child {
  border-top: solid 1px;
}
.text {
  width: 95%;
  float: left;
  margin: 0 auto;
}
.textfull {
  padding-top: 20px;
  padding-bottom: 20px;
}
.text-title {
  margin-bottom: 10px;
}
.images {
  margin: 20px auto;
  float: left;
}
.images > img {
  height: 100%;
  padding: 1%;
  max-height: 400px;
  float: left;
  max-width: 50%;
}
.img-full {
  max-width: 100% !important;
}
.pdflist {
  display: table;
  margin: 0 auto;
}
.pdffile {
  width: 720px;
  height: 400px;
}
.container-news {
  margin: 50px;
}
.news-title {
  font-size: 32px;
  text-align: center;
  padding: 25px;
}
.virtual-presentation,
.youtube-presentation {
  display: table;
  margin: 0 auto 50px;
}
.virtual-presentation > iframe {
  width: 600px;
  height: 440px;
}
.youtube-presentation > iframe {
  width: 550px;
  height: 310px;
}
.youtube-presentation > video {
  width: 600px;
}

ul {
  margin: 0 0 0 25px;
}
.VMimg {
  display: table;
  margin: 10px auto;
}
.art-center > p {
  text-align: center;
}
.art-center > a > h2 {
  text-align: center;
}

.movies-container {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: 20px auto 70px;
}
.robogallery {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin-top: 20px;
  margin-bottom: 40px;
  justify-content: center;
}
.robogallery > img {
  padding: 20px;
  width: 50%;
}
.movies-container > div {
  width: 50%;
  padding: 15px;
}
.movie-title > p {
  font-size: 25px;
  text-align: center;
  margin-bottom: 15px;
}
.movie-movie > iframe {
  width: 100%;
  height: 320px;
}
.margin-top {
  margin-top: 40px;
}
.educations > img {
  width: auto;
  height: 100%;
  min-width: 0;
  margin: 20px 4.5%;
}
.fullwhite {
  width: 100%;
  background: white !important;
  padding: 2px;
}
.text-desc p {
  font-size: 19;
}
.text-a {
  margin-bottom: 50px;
}
.text-a p {
  text-align: center;
}
.pdf-presentation {
  display: table;
  margin: 0 auto;
  width: 600px;
  height: 400px;
}
.WS-img {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 40px;
}
.WS-img div {
  margin: 5px;
}
.WS-img img {
  height: 300px;
  width: 500px;
  object-fit: cover;
}
@media only screen and (max-width: 1201px) {
  .article,
  .article-text {
    width: 100%;
  }

  .text {
    width: 70%;
  }
  .movies-container,
  .robogallery {
    width: 100%;
  }
}
@media only screen and (max-width: 1001px) {
  .text {
    width: 90%;
  }
}
@media only screen and (max-width: 851px) {
  .pdffile {
    width: 100%;
  }
  .container-news {
    margin: 50px 0;
  }
  .news-title {
    font-size: 22px;
    text-align: center;
    padding: 5px;
  }
  .pdflist {
    width: 100%;
  }
  .movies-container > div,
  .robogallery > img {
    width: 80%;
    margin: 15px 10%;
    justify-content: center;
  }
}
@media only screen and (max-width: 601px) {
  .text {
    width: 100%;
  }
  .images > img {
    height: auto;
    width: 50%;
  }
  .img-full {
    width: 80% !important;
  }
  .pdffile {
    height: 300px;
  }
  .article-text > h1 {
    font-size: 22px;
  }
  .virtual-presentation > iframe {
    width: 300px;
    height: 220px;
    overflow: auto;
  }
  .youtube-presentation > iframe {
    width: 300px;
    height: 165px;
  }
  .movies-container > div,
  .robogallery > img {
    width: 90%;
    margin: 7px 5%;
    padding: 0;
    justify-content: center;
  }
  .vm-movie,
  .pdf-presentation {
    width: 280px !important;
  }
  .WS-img img {
    height: 200px !important;
    width: 300px !important;
  }
}
@media only screen and (max-width: 401px) {
  .VMimg,
  .VMimg > img {
    width: 100%;
  }
  .movies-container > div,
  .robogallery > img {
    width: 100%;
    margin: 7px 0;
    padding: 0;
    justify-content: center;
  }
}
