.container-charter {
  align-items: center;
  height: 450px;
}

.container-charter > * {
  flex: 1 1 50%;
}

.container-charter .content-container {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 1rem;
  box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  right: -150px;
  top: 20px;
  z-index: 2;
}

.container-charter .img {
  width: 90vh;
  position: relative;
  top: -24vh;
  left: -80px;
  min-width: 550px;
}

@media screen and (max-width: 768px) {
  .container-charter {
    height: 350px;
  }

  .container-charter .content-container {
    top: 0;
    right: 0;
    text-align: center;
  }

  .container-charter .img {
    width: 120%;
    position: relative;
    top: -10vh;
    left: 0;
    min-width: unset;
  }
}
