/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/animated-text/animated-text.scss ***!
  \****************************************************************************************************************************************************************************/
/*
  Custom Colors
 */
.animated-text {
  background: #AD96CF;
  text-align: center;
  padding: 42px 0;
}
.animated-text .container {
  position: relative;
}
.animated-text__bg {
  position: absolute;
  width: calc(100% - 40px);
  max-width: 730px;
  height: 80%;
  max-height: 750px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 500px 500px 0 0;
  border: 1px solid #9487A8;
  z-index: 1;
}
.animated-text__paragraph {
  position: relative;
  opacity: 0;
  max-width: 1000px;
  margin: 0 auto 20px;
  z-index: 2;
}
.animated-text__paragraph:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .animated-text {
    padding: 60px 0;
  }
  .animated-text__paragraph {
    font-size: 21px;
    margin: 0 auto 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .animated-text {
    padding: 60px 0;
  }
  .animated-text__paragraph {
    font-size: 26px;
    margin: 0 auto 65px;
  }
}
