#sobre {
  padding: 50px 0;
}

#sobre img {
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 991px) {
  
  #sobre h2 {
    text-align: center;
  }

  #sobre .d-flex {
    flex-direction: column;
  }

  #sobre .col-md-6,
  #sobre .col-md-5 {
    width: 100%;
    text-align: center;
  }

  #sobre .sobreReverse  {
    flex-direction: column-reverse;
  }

  .sobreReverse .col-md-6 {
    margin-top: 40px;
  }
}
