.color-white{
    color: white !important;
}

.color-black {
    color: #888;
}

.color-888{
    color: #888;
}

.blog-sec{
    background-color: black !important;
}



@media (max-width: 700px) {
    .logo img {
        width: 200px;
        height: auto;
    }
}

@media (max-width: 900px) {
    .bg-img {

    }
}

.header {
    background-image: url('../images/bgnewdegra.png'); /* Imagem padrão para telas maiores */
    background-size: cover;
    background-position: center;
}

/* Para telas de até 900px, muda a imagem */
@media (max-width: 900px) {
    .header {
        background-image: url('../images/bgnewmb.png'); /* Imagem para telas menores */
    }
}



.mbb-20{
    margin-bottom: 10%;
}

.mbb-20{
    margin-top: 10%;
}


@media (max-height: 700px) {
    .responsivetxt{
        margin-bottom: -260px;
    }

    .caption h1{
        font-size: 35px;
    }
}

.container-adjusted{
    display: flex;
}