/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./project_src/assets/css/components/blocks/info.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* breaks and gaps */
/* Font sizes and weight user friendly callers */
/* Animations defaults */
.info .title-area .title h1, .info .title-area .title h2, .info .title-area .title h3, .info .title-area .title h4, .info .title-area .title h5, .info .title-area .title h6, .info .list-title h6, .info .list-title h5, .info .list-title h4, .info .list-title h3, .info .list-title h2, .info .list-title h1 {
  font-family: "Marcellus", serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.info .title-area .title h1, .info .title-area .title h2, .info .title-area .title h3, .info .title-area .title h4, .info .title-area .title h5, .info .title-area .title h6, .info .list-title h6, .info .list-title h5, .info .list-title h4, .info .list-title h3, .info .list-title h2, .info .list-title h1 {
  margin: 0;
}
.info .title-area .title h1 *, .info .title-area .title h2 *, .info .title-area .title h3 *, .info .title-area .title h4 *, .info .title-area .title h5 *, .info .title-area .title h6 *, .info .list-title h6 *, .info .list-title h5 *, .info .list-title h4 *, .info .list-title h3 *, .info .list-title h2 *, .info .list-title h1 * {
  text-decoration: none;
}

.info .list-title h1 {
  font-size: 30px;
}
.info .list-title h2 {
  font-size: 30px;
}
.info .list-title h3 {
  font-size: 30px;
}
.info .list-title h4 {
  font-size: 30px;
}
.info .list-title h5 {
  font-size: 30px;
}
.info .list-title h6 {
  font-size: 30px;
}

.info .text {
  font-size: 21px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1500px) {
  .info .text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1300px) {
  .info .text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1050px) {
  .info .text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .info .text {
    font-size: 16px;
  }
}

.info .list-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.info .list-text ul ul,
.info .list-text ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
	Improved screen reader only CSS class
	@author Gaël Poupard
		@note Based on Yahoo!'s technique
		@author Thierry Koblentz
		@see https://www.cssmojo.com/hide-content-from-sighted-users/
	* 1.
		@note `clip` is deprecated but works everywhere
		@see https://developer.mozilla.org/en-US/docs/Web/CSS/clip
	* 2.
		@note `clip-path` is the future-proof version, but not very well supported yet
		@see https://developer.mozilla.org/en-US/docs/Web/CSS/clip-path
		@see http://caniuse.com/#search=clip-path
		@author Yvain Liechti
		@see https://twitter.com/ryuran78/status/778943389819604992
	* 3.
		@note preventing text to be condensed
		author J. Renée Beach
		@see https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
		@note Drupal 8 goes with word-wrap: normal instead
		@see https://www.drupal.org/node/2045151
		@see http://cgit.drupalcode.org/drupal/commit/?id=5b847ea
	* 4.
		@note !important is important
		@note Obviously you wanna hide something
		@author Harry Roberts
		@see https://csswizardry.com/2016/05/the-importance-of-important/
*/
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  border: 0 !important;
  white-space: nowrap !important; /* 3 */
  clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
  clip-path: inset(50%) !important; /* 2 */
}

/*
	Use in conjunction with .sr-only to only display content when it's focused.
	@note Useful for skip links
	@see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
	@note Based on a HTML5 Boilerplate technique, included in Bootstrap
	@note Fixed a bug with position: static on iOS 10.0.2 + VoiceOver
		@author Sylvain Pigeard
		@see https://github.com/twbs/bootstrap/issues/20732
*/
.sr-only-focusable:focus,
.sr-only-focusable:active {
  clip: auto !important;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important;
}

.info .page-builder__grid {
  position: relative;
  -moz-column-gap: 20px;
       column-gap: 20px;
  grid-template-columns: repeat(8, 1fr);
  display: grid;
}
@media only screen and (max-width: 768px) {
  .info .page-builder__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.info .page-builder__grid {
  position: relative;
}
.info__svg {
  position: relative;
  -moz-column-gap: 20px;
       column-gap: 20px;
  grid-template-columns: repeat(8, 1fr);
  display: grid;
}
@media only screen and (max-width: 768px) {
  .info__svg {
    grid-template-columns: repeat(4, 1fr);
  }
}
.info__svg {
  grid-column: 1/-1;
  position: absolute;
  left: 0;
  top: -20px;
  right: 0;
}
@media only screen and (max-width: 1050px) {
  .info__svg {
    left: calc(max(40px, (100vw - 40px - 1820px) / 2) * -1);
    right: calc(max(40px, (100vw - 40px - 1820px) / 2) * -1);
  }
}
@media only screen and (max-width: 768px) {
  .info__svg {
    left: -20px;
    right: -20px;
  }
}
.info__svg > * {
  grid-column: 1/-1;
}
.info__svg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1050px) {
  .info__svg img {
    height: 185%;
  }
}
@media only screen and (max-width: 768px) {
  .info__svg img {
    height: 200%;
  }
}
.info__content {
  position: relative;
  -moz-column-gap: 20px;
       column-gap: 20px;
  grid-template-columns: repeat(8, 1fr);
  display: grid;
}
@media only screen and (max-width: 768px) {
  .info__content {
    grid-template-columns: repeat(4, 1fr);
  }
}
.info__content {
  position: relative;
  z-index: 1;
  grid-column: 1/-1;
}
@media only screen and (max-width: 768px) {
  .info__content {
    grid-template-columns: repeat(8, 1fr) !important;
  }
}
.info__box {
  position: relative;
  z-index: 1;
  margin-top: 300px;
  padding: 90px 120px;
  background-color: var(--color-bezowy);
  grid-column: 2/-2;
  border-bottom-left-radius: 200px;
  border-top-right-radius: 200px;
}
@media only screen and (max-width: 1500px) {
  .info__box {
    margin-top: 120px;
    padding: 90px;
  }
}
@media only screen and (max-width: 1300px) {
  .info__box {
    margin-top: 100px;
    grid-column: 1/-1;
    margin-left: 6%;
    margin-right: 6%;
  }
}
@media only screen and (max-width: 1050px) {
  .info__box {
    margin-top: 260px;
    grid-column: 2/-2;
    margin-left: 30px;
    margin-right: 30px;
    padding: 120px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 200px;
    border-top-right-radius: 0;
    border-top-left-radius: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .info__box {
    margin-top: 60px;
    grid-column: 1/-1;
    margin-left: 0;
    margin-right: 0;
    padding: 120px 50px;
    border-bottom-right-radius: 120px;
    border-top-left-radius: 120px;
  }
}
.info .list {
  display: flex;
  gap: 60px 40px;
}
@media only screen and (max-width: 1050px) {
  .info .list {
    flex-direction: column;
  }
}
.info .list > * {
  width: 100%;
}
.info .list-text {
  margin-top: 30px;
}
.info .list-text ul li {
  border-bottom: 1px solid var(--color-black);
  font-size: 18px;
  line-height: 2.4;
}
@media only screen and (max-width: 1050px) {
  .info .list-text ul li {
    font-size: 16px;
  }
}
.info .list-text ul li:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .info .image1 img,
  .info .image2 img,
  .info .image3 img {
    width: 165px !important;
    max-width: inherit;
  }
}
.info .image1 {
  grid-column: 3/5;
  grid-row: 1/2;
}
@media only screen and (max-width: 1050px) {
  .info .image1 {
    grid-column: 3/6;
  }
}
@media only screen and (max-width: 768px) {
  .info .image1 {
    grid-column: 1/-1;
    text-align: center;
  }
}
.info .image2 {
  grid-column: 6/8;
  grid-row: 2/3;
  margin-top: 120px;
  margin-bottom: 160px;
}
@media only screen and (max-width: 1300px) {
  .info .image2 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1050px) {
  .info .image2 {
    margin-top: 350px;
    margin-bottom: 260px;
    grid-column: 6/-1;
  }
}
@media only screen and (max-width: 768px) {
  .info .image2 {
    margin-top: 200px;
    margin-bottom: 160px;
    display: flex;
    justify-content: flex-end;
  }
}
.info .image3 {
  grid-column: 2/4;
  grid-row: 3/4;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1300px) {
  .info .image3 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1050px) {
  .info .image3 {
    grid-column: 1/4;
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .info .image3 {
    grid-column: 1/-1;
  }
}
.info .title-area {
  position: relative;
  z-index: 1;
  margin-top: -56px;
  margin-bottom: -56px;
  grid-column: 4/6;
  grid-row: 2/3;
}
@media only screen and (max-width: 768px) {
  .info .title-area {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.info .title-area .title {
  position: sticky;
  top: 25%;
  margin-left: -81%;
  margin-right: -81%;
}
@media only screen and (max-width: 1050px) {
  .info .title-area .title {
    margin-left: -160%;
    margin-right: -160%;
  }
}
@media only screen and (max-width: 768px) {
  .info .title-area .title {
    margin-left: -180%;
    margin-right: -180%;
  }
}
.info .title-area .title strong {
  color: var(--color-brazowy);
  font-weight: 400 !important;
}
.info .title-area .title h1 {
  font-size: 80px;
  line-height: 1.2;
}
@media only screen and (max-width: 1500px) {
  .info .title-area .title h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1300px) {
  .info .title-area .title h1 {
    font-size: 51px;
  }
}
@media only screen and (max-width: 1050px) {
  .info .title-area .title h1 {
    font-size: 51px;
  }
}
@media only screen and (max-width: 768px) {
  .info .title-area .title h1 {
    font-size: 28px;
  }
}
.info .title-area .title h1 > span {
  display: block;
  vertical-align: top;
}
.info .title-area .title h1 > span:nth-child(1) {
  padding-left: 100px;
}
@media only screen and (max-width: 1500px) {
  .info .title-area .title h1 > span:nth-child(1) {
    padding-left: 90px;
  }
}
@media only screen and (max-width: 1300px) {
  .info .title-area .title h1 > span:nth-child(1) {
    padding-left: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .info .title-area .title h1 > span:nth-child(1) {
    padding-left: 25px;
  }
}
.info .title-area .title h1 > span:nth-child(2) {
  padding-left: 10px;
}
@media only screen and (max-width: 1500px) {
  .info .title-area .title h1 > span:nth-child(2) {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .info .title-area .title h1 > span:nth-child(2) {
    padding-left: 0;
  }
}
.info .title-area .title h1 > span:nth-child(3) {
  padding-left: 160px;
}
@media only screen and (max-width: 1500px) {
  .info .title-area .title h1 > span:nth-child(3) {
    padding-left: 140px;
  }
}
@media only screen and (max-width: 1300px) {
  .info .title-area .title h1 > span:nth-child(3) {
    padding-left: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .info .title-area .title h1 > span:nth-child(3) {
    padding-left: 50px;
  }
}
.info .title-area .title h1 > span:nth-child(4) {
  width: 100%;
  padding-right: 20px;
  text-align: right;
}
@media only screen and (max-width: 1500px) {
  .info .title-area .title h1 > span:nth-child(4) {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .info .title-area .title h1 > span:nth-child(4) {
    padding-right: 0;
    padding-left: 120px;
    text-align: left;
  }
}
.info .title-area .title h2 {
  font-size: 80px;
  line-height: 1.2;
}
@media only screen and (max-width: 1500px) {
  .info .title-area .title h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1300px) {
  .info .title-area .title h2 {
    font-size: 51px;
  }
}
@media only screen and (max-width: 1050px) {
  .info .title-area .title h2 {
    font-size: 51px;
  }
}
@media only screen and (max-width: 768px) {
  .info .title-area .title h2 {
    font-size: 28px;
  }
}
.info .title-area .title h2 > span {
  display: block;
  vertical-align: top;
}
.info .title-area .title h2 > span:nth-child(1) {
  padding-left: 100px;
}
@media only screen and (max-width: 1500px) {
  .info .title-area .title h2 > span:nth-child(1) {
    padding-left: 90px;
  }
}
@media only screen and (max-width: 1300px) {
  .info .title-area .title h2 > span:nth-child(1) {
    padding-left: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .info .title-area .title h2 > span:nth-child(1) {
    padding-left: 25px;
  }
}
.info .title-area .title h2 > span:nth-child(2) {
  padding-left: 10px;
}
@media only screen and (max-width: 1500px) {
  .info .title-area .title h2 > span:nth-child(2) {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .info .title-area .title h2 > span:nth-child(2) {
    padding-left: 0;
  }
}
.info .title-area .title h2 > span:nth-child(3) {
  padding-left: 160px;
}
@media only screen and (max-width: 1500px) {
  .info .title-area .title h2 > span:nth-child(3) {
    padding-left: 140px;
  }
}
@media only screen and (max-width: 1300px) {
  .info .title-area .title h2 > span:nth-child(3) {
    padding-left: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .info .title-area .title h2 > span:nth-child(3) {
    padding-left: 50px;
  }
}
.info .title-area .title h2 > span:nth-child(4) {
  width: 100%;
  padding-right: 20px;
  text-align: right;
}
@media only screen and (max-width: 1500px) {
  .info .title-area .title h2 > span:nth-child(4) {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .info .title-area .title h2 > span:nth-child(4) {
    padding-right: 0;
    padding-left: 120px;
    text-align: left;
  }
}
.info .title-area .title h3 {
  font-size: 80px;
  line-height: 1.2;
}
@media only screen and (max-width: 1500px) {
  .info .title-area .title h3 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1300px) {
  .info .title-area .title h3 {
    font-size: 51px;
  }
}
@media only screen and (max-width: 1050px) {
  .info .title-area .title h3 {
    font-size: 51px;
  }
}
@media only screen and (max-width: 768px) {
  .info .title-area .title h3 {
    font-size: 28px;
  }
}
.info .title-area .title h3 > span {
  display: block;
  vertical-align: top;
}
.info .title-area .title h3 > span:nth-child(1) {
  padding-left: 100px;
}
@media only screen and (max-width: 1500px) {
  .info .title-area .title h3 > span:nth-child(1) {
    padding-left: 90px;
  }
}
@media only screen and (max-width: 1300px) {
  .info .title-area .title h3 > span:nth-child(1) {
    padding-left: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .info .title-area .title h3 > span:nth-child(1) {
    padding-left: 25px;
  }
}
.info .title-area .title h3 > span:nth-child(2) {
  padding-left: 10px;
}
@media only screen and (max-width: 1500px) {
  .info .title-area .title h3 > span:nth-child(2) {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .info .title-area .title h3 > span:nth-child(2) {
    padding-left: 0;
  }
}
.info .title-area .title h3 > span:nth-child(3) {
  padding-left: 160px;
}
@media only screen and (max-width: 1500px) {
  .info .title-area .title h3 > span:nth-child(3) {
    padding-left: 140px;
  }
}
@media only screen and (max-width: 1300px) {
  .info .title-area .title h3 > span:nth-child(3) {
    padding-left: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .info .title-area .title h3 > span:nth-child(3) {
    padding-left: 50px;
  }
}
.info .title-area .title h3 > span:nth-child(4) {
  width: 100%;
  padding-right: 20px;
  text-align: right;
}
@media only screen and (max-width: 1500px) {
  .info .title-area .title h3 > span:nth-child(4) {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .info .title-area .title h3 > span:nth-child(4) {
    padding-right: 0;
    padding-left: 120px;
    text-align: left;
  }
}
.info .title-area .title h4 {
  font-size: 80px;
  line-height: 1.2;
}
@media only screen and (max-width: 1500px) {
  .info .title-area .title h4 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1300px) {
  .info .title-area .title h4 {
    font-size: 51px;
  }
}
@media only screen and (max-width: 1050px) {
  .info .title-area .title h4 {
    font-size: 51px;
  }
}
@media only screen and (max-width: 768px) {
  .info .title-area .title h4 {
    font-size: 28px;
  }
}
.info .title-area .title h4 > span {
  display: block;
  vertical-align: top;
}
.info .title-area .title h4 > span:nth-child(1) {
  padding-left: 100px;
}
@media only screen and (max-width: 1500px) {
  .info .title-area .title h4 > span:nth-child(1) {
    padding-left: 90px;
  }
}
@media only screen and (max-width: 1300px) {
  .info .title-area .title h4 > span:nth-child(1) {
    padding-left: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .info .title-area .title h4 > span:nth-child(1) {
    padding-left: 25px;
  }
}
.info .title-area .title h4 > span:nth-child(2) {
  padding-left: 10px;
}
@media only screen and (max-width: 1500px) {
  .info .title-area .title h4 > span:nth-child(2) {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .info .title-area .title h4 > span:nth-child(2) {
    padding-left: 0;
  }
}
.info .title-area .title h4 > span:nth-child(3) {
  padding-left: 160px;
}
@media only screen and (max-width: 1500px) {
  .info .title-area .title h4 > span:nth-child(3) {
    padding-left: 140px;
  }
}
@media only screen and (max-width: 1300px) {
  .info .title-area .title h4 > span:nth-child(3) {
    padding-left: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .info .title-area .title h4 > span:nth-child(3) {
    padding-left: 50px;
  }
}
.info .title-area .title h4 > span:nth-child(4) {
  width: 100%;
  padding-right: 20px;
  text-align: right;
}
@media only screen and (max-width: 1500px) {
  .info .title-area .title h4 > span:nth-child(4) {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .info .title-area .title h4 > span:nth-child(4) {
    padding-right: 0;
    padding-left: 120px;
    text-align: left;
  }
}
.info .title-area .title h5 {
  font-size: 80px;
  line-height: 1.2;
}
@media only screen and (max-width: 1500px) {
  .info .title-area .title h5 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1300px) {
  .info .title-area .title h5 {
    font-size: 51px;
  }
}
@media only screen and (max-width: 1050px) {
  .info .title-area .title h5 {
    font-size: 51px;
  }
}
@media only screen and (max-width: 768px) {
  .info .title-area .title h5 {
    font-size: 28px;
  }
}
.info .title-area .title h5 > span {
  display: block;
  vertical-align: top;
}
.info .title-area .title h5 > span:nth-child(1) {
  padding-left: 100px;
}
@media only screen and (max-width: 1500px) {
  .info .title-area .title h5 > span:nth-child(1) {
    padding-left: 90px;
  }
}
@media only screen and (max-width: 1300px) {
  .info .title-area .title h5 > span:nth-child(1) {
    padding-left: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .info .title-area .title h5 > span:nth-child(1) {
    padding-left: 25px;
  }
}
.info .title-area .title h5 > span:nth-child(2) {
  padding-left: 10px;
}
@media only screen and (max-width: 1500px) {
  .info .title-area .title h5 > span:nth-child(2) {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .info .title-area .title h5 > span:nth-child(2) {
    padding-left: 0;
  }
}
.info .title-area .title h5 > span:nth-child(3) {
  padding-left: 160px;
}
@media only screen and (max-width: 1500px) {
  .info .title-area .title h5 > span:nth-child(3) {
    padding-left: 140px;
  }
}
@media only screen and (max-width: 1300px) {
  .info .title-area .title h5 > span:nth-child(3) {
    padding-left: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .info .title-area .title h5 > span:nth-child(3) {
    padding-left: 50px;
  }
}
.info .title-area .title h5 > span:nth-child(4) {
  width: 100%;
  padding-right: 20px;
  text-align: right;
}
@media only screen and (max-width: 1500px) {
  .info .title-area .title h5 > span:nth-child(4) {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .info .title-area .title h5 > span:nth-child(4) {
    padding-right: 0;
    padding-left: 120px;
    text-align: left;
  }
}
.info .title-area .title h6 {
  font-size: 80px;
  line-height: 1.2;
}
@media only screen and (max-width: 1500px) {
  .info .title-area .title h6 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1300px) {
  .info .title-area .title h6 {
    font-size: 51px;
  }
}
@media only screen and (max-width: 1050px) {
  .info .title-area .title h6 {
    font-size: 51px;
  }
}
@media only screen and (max-width: 768px) {
  .info .title-area .title h6 {
    font-size: 28px;
  }
}
.info .title-area .title h6 > span {
  display: block;
  vertical-align: top;
}
.info .title-area .title h6 > span:nth-child(1) {
  padding-left: 100px;
}
@media only screen and (max-width: 1500px) {
  .info .title-area .title h6 > span:nth-child(1) {
    padding-left: 90px;
  }
}
@media only screen and (max-width: 1300px) {
  .info .title-area .title h6 > span:nth-child(1) {
    padding-left: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .info .title-area .title h6 > span:nth-child(1) {
    padding-left: 25px;
  }
}
.info .title-area .title h6 > span:nth-child(2) {
  padding-left: 10px;
}
@media only screen and (max-width: 1500px) {
  .info .title-area .title h6 > span:nth-child(2) {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .info .title-area .title h6 > span:nth-child(2) {
    padding-left: 0;
  }
}
.info .title-area .title h6 > span:nth-child(3) {
  padding-left: 160px;
}
@media only screen and (max-width: 1500px) {
  .info .title-area .title h6 > span:nth-child(3) {
    padding-left: 140px;
  }
}
@media only screen and (max-width: 1300px) {
  .info .title-area .title h6 > span:nth-child(3) {
    padding-left: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .info .title-area .title h6 > span:nth-child(3) {
    padding-left: 50px;
  }
}
.info .title-area .title h6 > span:nth-child(4) {
  width: 100%;
  padding-right: 20px;
  text-align: right;
}
@media only screen and (max-width: 1500px) {
  .info .title-area .title h6 > span:nth-child(4) {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .info .title-area .title h6 > span:nth-child(4) {
    padding-right: 0;
    padding-left: 120px;
    text-align: left;
  }
}
.info .text {
  grid-column: 6/-1;
  grid-row: 3/4;
  align-self: flex-end;
}
@media only screen and (max-width: 1300px) {
  .info .text {
    grid-column: 5/-1;
  }
}
@media only screen and (max-width: 768px) {
  .info .text {
    grid-column: 3/-1;
    grid-row: 4/5;
  }
}

/*# sourceMappingURL=info.min.css.map*/