/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/scss/components/about-page.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************/
/* 560 */
/* 670 */
/* 680 */
/* 820 */
/* 830 */
/* 920 */
/* 1000 */
/* 1060 */
/* 1160 */
/* 1200 */
/* 1340 */
/* 1360 */
/* 1400 */
/* 1440 */
/* 1500 */
/* 1520 */
/* 1550 */
/* 1580 */
/* 1600 */
.blockAboutPage {
  padding: 3.125vw 0vw 6vw 0vw;
}
@media only screen and (max-width: 590px) {
  .blockAboutPage {
    padding: 15vw 0vw 20vw 0vw;
  }
}
.blockAboutPage .blockContent,
.blockAboutPage .wrapShare {
  width: 66.15vw;
  margin: auto;
}
@media only screen and (max-width: 590px) {
  .blockAboutPage .blockContent,
  .blockAboutPage .wrapShare {
    width: 100%;
  }
}
.blockAboutPage .artBigImg {
  width: 79.69vw;
  position: relative;
  left: 50%;
  transform: translate3d(-50%, 0px, 0px);
}
@media only screen and (max-width: 590px) {
  .blockAboutPage .artBigImg {
    width: 100%;
  }
}
.blockAboutPage .artBigImg img {
  width: 100%;
  height: 23.125vw;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 590px) {
  .blockAboutPage .artBigImg img {
    height: 62.5vw;
  }
}
