.Ferro-Feature-SectionHeader-SectionHeader .col-sm-6, .Ferro-Feature-SectionHeader-SectionHeader .col-xs-12 {
  padding: 0; }

.Ferro-Feature-SectionHeader-SectionHeader .image-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute; }
  .Ferro-Feature-SectionHeader-SectionHeader .image-container .inner-container {
    position: relative;
    height: 100%; }
    .Ferro-Feature-SectionHeader-SectionHeader .image-container .inner-container:before {
      content: '';
      position: absolute;
      height: 100%;
      width: 100%;
      background: linear-gradient(0deg, rgba(20, 20, 20, 0.75), rgba(20, 20, 20, 0) 100%);
      top: 0;
      left: 0; }
    .Ferro-Feature-SectionHeader-SectionHeader .image-container .inner-container .cover {
      top: 0;
      left: 0;
      opacity: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      background: black; }
    .Ferro-Feature-SectionHeader-SectionHeader .image-container .inner-container img {
      height: auto;
      min-width: 100%;
      min-height: 100%; }

.Ferro-Feature-SectionHeader-SectionHeader .nav-section {
  color: white;
  display: block; }
  .Ferro-Feature-SectionHeader-SectionHeader .nav-section .row {
    padding-top: 79px;
    padding-bottom: 20px; }
  .Ferro-Feature-SectionHeader-SectionHeader .nav-section .inner-container:after {
    content: '';
    position: absolute;
    background-color: #000;
    opacity: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 0.2s ease-in-out 0.1s; }
  .Ferro-Feature-SectionHeader-SectionHeader .nav-section:hover .inner-container:after {
    opacity: 0.5; }

.Ferro-Feature-SectionHeader-SectionHeader h1 {
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 3.8rem;
  margin-bottom: 15px; }

.Ferro-Feature-SectionHeader-SectionHeader p {
  font-size: 1.5rem;
  line-height: 1.75rem;
  max-width: 35rem;
  color: white; }

@media (min-width: 768px) {
  .Ferro-Feature-SectionHeader-SectionHeader .flex {
    display: flex; } }

@media (max-width: 767px) {
  .Ferro-Feature-SectionHeader-SectionHeader .col-xs-11 {
    margin-left: 10px; } }

/*# sourceMappingURL=Ferro.feature.sectionheader.css.map */
