.titulo {
position: absolute;
top: 30px;
left: 180px;
font-size: 34px;
font-weight: bold;
text-decoration: underline 3px;
text-underline-offset: 25px;
}
.cuadros__container {
width: 1150px;
height: 600px;
position: absolute;
left: 176px;
top: 120px;
background: #525c63d8;
padding: 10px;
border-radius: 20px;
display:flex;
flex-flow: column wrap;
}