textarea {
    resize: none;
  }

.titulo-seccion{
    text-align: start;
}

.texto-seccion{
    text-align: justify;
}

.titulo-seccion2{
    text-align: start;
  
}

.texto-seccion2{
    text-align: justify;
  
}



.icon-styles{
    font-size: 40px;
    width: 80px;
    height: 80px;
    background-color: #202020;
    border-radius: 100%;
}

.icon-styles2{
    font-size: 40px;
    width: 80px;
    height: 80px;
    background-color: #0f6caf;
    border-radius: 100%;
}


@media only screen and (max-width: 540px) {

    .ocultar-imagen{
        display: none;
    }
    

}


@media only screen and (max-width: 992px) {



    .titulo-seccion{
        text-align: center;
    }
    
    .texto-seccion{
        text-align: center;
    }
    .titulo-seccion2{
        text-align: center;
     
    }
    
    .texto-seccion2{
        text-align: center;
    }
    


}