.container-about {
  display: flex;
  align-items: center;
  width: 95%;
  margin: auto auto 30px 0;
  z-index: 3;
}

.slider-about {
  width: 60%;
  margin-right: 30px;
}

.line-content {
  display: none;
}

.title-general {
  position: unset;
  width: 85%;
  margin: 40px auto;
}

.information-about p {
  margin-bottom: 15px;
}

/*--------------------- RESPONSIVE ----------------------*/


@media screen and (max-width: 1000px) {
  .container-about {
    flex-direction: column-reverse;
    width: 85%;
    margin: auto;
  }
  
  .title-general{
    margin: 40px auto 20px;
  }

  .slider-about {
    width: 100%;
    margin-top: 30px;
    margin-right: 0;
  }
}