#coulisses_text {
  width: 60%;
  background-color: #A973A9;
  border-radius: 0.35rem;
}
#coulisses_images {
  width: 40%;
  max-height: 65vh;
  overflow-y: scroll;
}
@media only screen and (max-width: 576px){
  #coulisses_images, #coulisses_text {
    width: 100%;
  }
  #coulisses_text {
    margin-bottom: 10%;
  }
}