.event-philipsmooving-page {
  background: #fff;
}

.philips-event {
  width: 100%;
  padding: 24px 0 80px;
}

.philips-event__inner {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.philips-event__media {
  width: 100%;
  line-height: 0;
}

.philips-event__media img,
.philips-event__media picture,
.philips-event__media picture img {
  display: block;
  width: 100%;
  height: auto;
}

.philips-event__cta {
  display: flex;
  justify-content: center;
  padding: 30px 16px;
}

.philips-event__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  height: 52px;
  padding: 0 28px;
  border-radius: 8px;
  background: #ff8513;
  color: #03136a;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  box-sizing: border-box;
}

.philips-event__btn:hover {
  opacity: 0.92;
}

@media screen and (max-width: 859px) {
  .philips-event {
    padding: 0 0 100px;
  }

  .philips-event__btn {
    width: 100%;
    min-width: 0;
  }
}
