.banner{
    margin-top: 30px;
   
}
.separate{
    margin-top: 25px;
}



.containers1 p{
    text-align: justify;
    margin-bottom: 20px;
    font-size: 1.2em;
    font-family: 'Roboto Condensed', sans-serif;
}

.containers{
    text-align: center;
    position: relative;
    margin: auto;
    margin-bottom: 50px;
}
.containers::after{
    content: "Mantenimientos";
    position: absolute;
    inset: 0;
    background-color: #043a7d98;
    color: #fff;
    font-size: 2.5rem;
    padding-top: 100px;
    text-align: center;
    font-weight: bold;
    box-shadow: 10px 15px 25px black;
  
}

.text_servicio{
    display: flex;
    margin: 0;
}

.text{
    width: 420px;
    font-family: 'Roboto Condensed', sans-serif; 
}
.text p{
    font-family: 'Roboto Condensed', sans-serif;
}
.imagen{
    width: 420px;
}

.imagen img{
    width: 100%;
    height: 550px;
    border-radius: 4px;
    margin-left: 60px;
}

.center {
    width: 900px;
    margin: 0 auto;
    flex-wrap: wrap;
    display: block;

    min-width: 300px;

}



@media (max-width:820px){
    .imagen{
        width: 330px;
    }

    .imagen img{
        margin-left: 15px;
        height: 680px;
    }
}

@media(max-width:420px){
    .center{
        width: 350px;
    }

    .imagen{
        display: none;
    }
}



