.encabezado {
    margin-top: 70px;
    background-image: url('../img/yamalube/header.jpg');
    height: 250px;
    background-repeat: no-repeat;
}


.encabezado-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    max-width: 1280px;
    margin: auto;
}

.encabezado-titulo {
    font-size: 60px;
    color: white;
    text-transform: uppercase;
    font-family: 'Estricta Black', sans-serif;
}

.encabezado-descripcion {
    padding: 50px 0px 50px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Estricta Regular', sans-serif;
}

.encabezado-descripcion h3 {
    font-family: "Estricta Medium", sans-serif;
    text-transform: uppercase;
    color: #545454;
    font-size: 1.4rem;
}

.encabezado-descripcion p {
    font-family: "Estricta Regular", sans-serif;
    color: #545454;
    font-size: 1.2rem;
    padding: 0px 50px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .encabezado {
        height: 101px;
        background-image: url('../img/yamalube/m_header.jpg');

    }

    .encabezado-content-wrapper {
        padding: 0px 20px;
    }


    .encabezado-content-wrapper img {
        width: 100px;
    }

    .encabezado-titulo {
        font-size: 25px;
    }

    .encabezado-descripcion h2 {
        font-size: 2.5rem;
    }

    .encabezado-descripcion h3 {
        font-size: 1.2rem;
    }

    .encabezado-descripcion p {
        font-size: 1rem;
        padding: 0px 20px;
    }
}