/* 04 - breadcrumb section - start ==================================================================================================== */ .breadcrumb-section { position: relative; .overlay-white, .overlay-black { top: 0px; left: 0px; right: 0px; bottom: 0px; position: absolute; } .overlay-white { background-image: linear-gradient(45deg, #ffffff, transparent); } .overlay-black { background-image: linear-gradient(45deg, #212121, transparent); } .parallax-window { min-height: 500px; padding: 100px 0px; } .breadcrumb-content { margin-top: 100px; } .page-title { font-size: 40px; font-weight: 700; line-height: 0.85; color: $default-black; } .sub-title { color: #75717b; font-size: 16px; line-height: 1.75; text-transform: uppercase; } &.text-white { .page-title { color: #ffffff; } .sub-title { color: #ffffff; } } } /* 04 - breadcrumb section - end ==================================================================================================== */