Header 15
Header 15
Aim High
You know your goal is grean and no one believes you could accomplish it.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make.
Learn More
Aim High
You know your goal is grean and no one believes you could accomplish it.
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make.
Learn More
/* ===== Header 15 ===== */
#header-15 {
background: #1A1C20;
}
#header-15 .col-10,
#header-15 .col-8 {
padding-left: 100px!important;
}
#header-15 .display-1 {
font-weight: 900;
font-size: 8em;
color: rgba(255, 255, 255, .7);
position: relative;
padding-top: 150px!important;
text-transform: uppercase;
}
#header-15 .display-1:before {
content: '';
position: absolute;
width: 5px;
left: 0px;
top: 0;
background: var(--warning);
top: 0;
height: 80%;
}
#header-15 p {
font-size: 18px;
}
@media(max-width: 992px) {
#header-15 .display-1 {
font-size: 4em;
}
#header-15 .col-10, #header-15 .col-8 {
padding-left: 30px!important;
}
}