/* body color */
/*Header*/
/* Navigation */
/* Links */
/*Footer*/
/* predefine width */
/* colors */
/* Base font */
/* heading font */
/* Fonts family Icon font linear */
/* Fonts family Icon font awesome */
/* General line-height */
/* Breakpoints */
/* mixins.scss */
/* reset list */
/* all transition */
/* default horisontal list */
/*generic transform*/
/* scale*/
/* translate*/
.simple-text-block.classic-text-block p {
  font-size: 21px;
  font-style: normal;
  line-height: 1.5;
  padding-top: 20px;
}
.simple-text-block.classic-text-block .main-title {
  position: relative;
}
.simple-text-block.classic-text-block .main-title label.background-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  margin: -25px 0 0 -25%;
  font-size: 80px;
  font-weight: 900;
}