.anuncio-2 {
 max-width: 1600px;
 margin: auto;
 margin-top: 60px;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-around;
}

.anuncio-2 img {
 max-width: 500px;
 object-fit: cover;
 margin: 10px;
}

.conte-anuncio-l-2 {
 max-width: 1565px;
 margin: auto;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-around;
 margin-top: 50px;
}

.anuncio-L-2 {
 width: 50%;
 
 margin-top: 20px;
 background: #f2f2f2;
}

.anuncio-L-2 h2 {
 text-align: center;
 margin-top: 20px;
}

.anuncio-L-2 p {
 text-align: center;
}

.anuncio-L-2 p {
 padding: 10px;
}

.prin {
 display: flex;
 justify-content: center;
 margin-top: 40px;
 margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .anuncio-2,.conte-anuncio-l-2 {
        margin: 10px;
    }
}