.editorial__container{
    background-image: url("../images/4.a595c9f13bac.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    
}

.editorial__row{
    height: 30rem;
}


.editorial__title{
    font-family: "Telegraf";
    font-weight: 800;
    color: #04f6e7;
    font-size: 36px;

    display: inline-block;
    background-color: black; 
    padding: 0 10px;
    margin-top: 11rem;
    
}

.editorial__home__icon{
    padding-top:9rem;
}


@media (max-width: 576px) {
    
    .editorial__row{
        height: 15rem;
    }

    .editorial__title{
        margin-top: 5rem;
        
    }

    .editorial__home__icon{
        padding-top:2rem;
    }
    
}