.mainHeader { background-size: contain; background: url("../../assets/images/landing_main_background.jpg") no-repeat center 60%; min-height: 100vh; position: relative; padding: 0 160px; width: 100%; &__content { align-items: center; justify-content: center; display: flex; height: 90vh; text-align: center; } &__title { color: $white; font-family: 'TekoRegular',sans-serif; font-size: 12rem; font-weight: bold; line-height: 0.79; margin-bottom: 35px; text-transform: uppercase; & span { color: $red; } } &__text { color: $white; font-weight: 300; font-size: 2.6rem; line-height: 1.32; } }