.infraestrutura-cont {
  display: grid;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin: 0% 5vw;
  padding: 4% 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;
}
div#missao {
  background: url("../images/6.webp") no-repeat center;
  background-size: 100% 100%;
  position: relative;
  z-index: 10;
}

.infraestrutura-img {
  width: 45%;
  position: absolute;
  right: -29px;
  bottom: -153px;
}

img.img-infraestrutura {
  width: 100px;
  height: auto;
}

.conteudo-infra {
  background: url("../images/5.webp") no-repeat center;
  background-size: 100% 100%;
  padding: 0%;
  width: 88%;
  margin: auto;
  padding: 4% 7%;
  /* min-height: 550px; */
  justify-items: center;
}

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: 3.5rem;
  font-weight: 600;
  color: #090f41;
  margin-bottom: 25px;
  font-weight: 800;
}

.texto-infraestrutura p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #090f41;
  line-height: 1.5;
}

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;
}
.texto-infraestrutura h5 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #090f41;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 4%;
}

.texto-infraestrutura p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 4%;
  line-height: 1.5;
}
