/*!**************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./components/centered_logo_content/centered_logo_content.scss ***!
  \**************************************************************************************************************************************************************************************************************/
/******************************************
Section | Centered Logo Content
******************************************/
/**************************************************
Stylesheet: Defaults Stylesheet
**************************************************/
/**************************************************
Stylesheet: Mixins Stylesheet
**************************************************/
/*******************
FONT MIXINS (size, color, weight, line-height)
********************/
/*********************
Column split into X columns
@include column-count(3);
*********************/
/*********************
Column split with px gap
@include column-gap(40px);
*********************/
/*********************
Column split style
@include column-rule-style(solid);
*********************/
/*********************
Column split border
@include column-rule(1px solid #ededed);
*********************/
/*********************
Background gradient 2 color
@include background-gradient($gray, #000);
*********************/
/*********************
Background gradient 3 color
@include accordion-gradient($gray, #000, #666);
*********************/
/*********************
Transform duration by X seconds
@include transition(1.5s);
*********************/
/*********************
Transform Rotate element by x degrees
@include rotate(180);
*********************/
/*********************
Creates a 6px arrow with pure css
@include arrow(#000);
*********************/
/*********************
Clip 10px corner off the bottom right corner
@include cornerclip(#000);
*********************/
/*********************
Clip 3px corner off the bottom right corner
@include cornerclipsmall(#000);
*********************/
/*********************
Clip 10px corner off the top right corner
@include cornercliptop(#000);
*********************/
/*********************
Clip 10px corner off the top left corner
@include cornercliptopleft(#000);
*********************/
section.centered-logo-content {
  background-color: #222222;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  section.centered-logo-content {
    padding: 77px 0;
  }
}
section.centered-logo-content .inner {
  padding: 0 20px;
  max-width: 1150px;
}
section.centered-logo-content .inner.top-text {
  display: flex;
  flex-direction: column-reverse;
}
section.centered-logo-content .inner.top-text .content-block {
  max-width: 1077px;
  margin-bottom: 41px;
}
section.centered-logo-content .inner.top-text .content-block p {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  section.centered-logo-content .inner.top-text .content-block p {
    font-size: 32px;
  }
}
section.centered-logo-content .image-block {
  margin-bottom: 16px;
}
section.centered-logo-content .image-block img {
  width: 100%;
  height: auto;
}
section.centered-logo-content .content-block {
  max-width: 760px;
  margin: 0 auto;
}
section.centered-logo-content .content-block h2,
section.centered-logo-content .content-block h3,
section.centered-logo-content .content-block h4,
section.centered-logo-content .content-block h5,
section.centered-logo-content .content-block h6,
section.centered-logo-content .content-block a,
section.centered-logo-content .content-block strong,
section.centered-logo-content .content-block p {
  color: #ffffff;
  line-height: 1.5;
  margin-top: 0;
}
section.centered-logo-content .content-block h2:last-child,
section.centered-logo-content .content-block h3:last-child,
section.centered-logo-content .content-block h4:last-child,
section.centered-logo-content .content-block h5:last-child,
section.centered-logo-content .content-block h6:last-child,
section.centered-logo-content .content-block a:last-child,
section.centered-logo-content .content-block strong:last-child,
section.centered-logo-content .content-block p:last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=centered_logo_content.css.map*/