/* line 4, ../../sass/achievement/index.scss */
.body .thumb {
  border: 8px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: calc(100% - 16px) !important;
  border-radius: 2px;
}
/* line 12, ../../sass/achievement/index.scss */
.body h2 {
  margin: 30px 10px 20px;
  font-size: 30px;
}
/* line 17, ../../sass/achievement/index.scss */
.body h3 {
  background-color: #B1AF8C;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 24px;
  border-radius: 2px;
}
/* line 26, ../../sass/achievement/index.scss */
.body .video-content {
  align-items: flex-end;
  flex-direction: column;
}
/* line 30, ../../sass/achievement/index.scss */
.body .video-content a {
  display: inline-block;
  width: 140px !important;
  height: 30px;
  text-align: center;
  margin-top: 30px;
}
/* line 39, ../../sass/achievement/index.scss */
.body .title-content {
  align-items: center;
  flex-direction: column;
}
/* line 43, ../../sass/achievement/index.scss */
.body .title-content h2 {
  flex: 1 1 auto;
  line-height: 1.6;
  margin: 20px 0 10px 0;
}
/* line 50, ../../sass/achievement/index.scss */
.body .sub-content {
  background-color: #9CBA5F;
  border-radius: 2px;
  padding: 8px 16px 16px;
  margin-top: 8px;
}
/* line 56, ../../sass/achievement/index.scss */
.body .sub-content img + p {
  margin-top: 50px !important;
}
/* line 60, ../../sass/achievement/index.scss */
.body .sub-content p {
  font-size: 14px;
}
/* line 65, ../../sass/achievement/index.scss */
.body .last-content {
  padding: 10px;
  margin: 10px 0;
  background-color: #D8D7C4;
  border-radius: 2px;
  width: auto;
  font-size: 13px;
}
/* line 73, ../../sass/achievement/index.scss */
.body .last-content p {
  padding: 0px 10px !important;
}
/* line 78, ../../sass/achievement/index.scss */
.body .pictures {
  position: relative;
  height: 380px;
  margin: 40px 0;
}
/* line 83, ../../sass/achievement/index.scss */
.body .pictures img {
  position: absolute;
  border: 8px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
/* line 90, ../../sass/achievement/index.scss */
.body .pictures .p1 {
  width: 400px !important;
  top: 80px;
  left: 0px;
}
/* line 95, ../../sass/achievement/index.scss */
.body .pictures .p2 {
  width: 200px !important;
  top: 0px;
  right: 0px;
}

@media screen and (max-width: 800px) {
  /* line 108, ../../sass/achievement/index.scss */
  .body .pictures {
    position: relative;
    height: auto;
    margin: 40px 0;
    width: 100%;
  }
  /* line 114, ../../sass/achievement/index.scss */
  .body .pictures img {
    position: static;
    margin: 10px auto;
    display: block;
  }
  /* line 120, ../../sass/achievement/index.scss */
  .body .pictures .p1,
  .body .pictures .p2,
  .body .pictures .p3 {
    width: calc(100% - 16px) !important;
    max-width: 400px;
  }
  /* line 130, ../../sass/achievement/index.scss */
  .body .last-content.columns {
    flex-direction: column;
  }
  /* line 134, ../../sass/achievement/index.scss */
  .body .last-content.columns .column.column-f2 {
    flex: 1 1 auto !important;
  }
}
