.infraestrutura-cont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin: 0% 5vw;
    padding: 2% 5%;
    background: url("../images/Metalmat- infra - Base Sem recorte v1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    border-radius: 30px;
}


.infraestrutura-img {
    width: 45%;
    position: absolute;
    right: -29px;
    bottom: -153px;
}

img.img-infraestrutura {
    width: 100%;
    height: auto;
}

.conteudo-infra {
    width: 55%;
    padding: 5% 0%;
    min-height: 550px;
}

div#infraestrutura h3{
    background: url("../images/Metalmat- infra - Recorte mobile v1.png");
        background-size: 100% 100%;
        position: relative;
        z-index: 10;
        top: 83px;
        padding: 15px 70px;
    font-size: 4rem;
    font-weight: 600;
    text-align: center;
    color: #791114;

}


h1.titulo-infraestrutura {
    font-size: 2.8rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
}

.texto-infraestrutura p {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    line-height: normal;
}

div#infraestrutura {
    margin-top: 0%;
    margin-bottom: 5%;
}

.moduletable.mod-infra {
    position: relative;
}

.moduletable.mod-infra > h3 {
    position: absolute;
    justify-self: anchor-center;
    top: -15px;
}

.texto-infraestrutura a {
    display: block;
    width: fit-content;
    font-size: 2.3rem;
    font-weight: 600;
    text-decoration: none;
    background-color: #973D3D;
    color: #fff;
    margin-top: 20px;
    padding: 5px 20px;
    border-radius: 8px;
}