.place {
  padding: 15px;
}

.text {
  padding: 50px;
  background: #fff;
}

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.btn-custom {
  border: none;
  background-color: #ff786f;
  color: rgb(255,255,255);
  width: 150px;
  height: 60px;
  margin-top: 12px;
}

