.hero {
    width: 100%;
    .hero__content {
        width: 100%;
        h1 {
            color: red;
        }
    }
}