.infraestrutura {
    background-color: #202d36;
    padding: 2em 0;
}

.infraestrutura-flex {
    display: flex;
    flex-direction: column;

}

.infra-img {
    width: 100%;
    min-height: 400px;
    
}

.infra-img img {
height: 100%;
width: 100%;
}

.infraestrutura-flex .section-title {
    color: white !important;
    text-align: center;
}

@media screen and (min-width: 900px) {

.infraestrutura-flex {
    flex-direction: row;
    align-items: center;
    gap: 3em;
}

.infra-img {
    width: 50%;
}

.infraestrutura-flex .section-title {
    color: white !important;
    text-align: center;
    width: 50%;
    font-size: 4em;
}

}