.sobre .info h3:not(:last-child) {
  margin-bottom: 15px;
}

.sobre .col {
  width: 100%;
}

.sobre .col .row {
  margin-bottom: 40px;
}

.sobre .comodidades {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.sobre .comodidades .icon-wrapper {
  max-width: 400px;
  width: 100%;
}

.sobre .comodidades .icon {
  margin: 5px 20px 5px 0;
  min-width: 64px;
}

.ficha > div:first-child {
  display: flex;
  justify-content: right;
  margin-right: 0;
}

.ficha .info {
  width: calc(40% - 30px);
  margin-left: 30px;
}

.ficha h2,
.ficha h4 {
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .ficha .info {
    width: 100%;
    margin: auto;
  }
}
