p {
  margin-bottom: 10px;
  color: #999;
  font-size: 16px;
  line-height: 26px;
}

strong {
  color: #6d6d6d;
  font-weight: 700;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  min-height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/LAPACE-HOLDING-PAGE_head-768x259.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  max-width: 50%;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 100%;
    min-height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    min-height: 300px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    min-height: 200px;
  }

  .image {
    max-width: 100%;
  }
}