#startpage main {
  background: #fff;
}

#startpage .m-content {
  margin-bottom: 24px;
}

#startpage .o-contentCustomize {
  width: 100%;
  background: url("/site/assets/ecustomize_bg.svg") no-repeat center center;
  background-size: cover;
}
#startpage .o-contentCustomize .m-content__heading {
  margin-bottom: 32px;
}
#startpage .o-contentCustomize .m-content__text {
  margin-bottom: 16px;
}

.m-card__bottom {
  left: 0;
  right: 0;
}

.cc-grower {
  margin: -16px -16px 16px -16px;
}

.executive-cookie {
  padding: 11px 40px;
}

.executive-cookie .cc-btn.cc-dismiss {
  border-radius: 25px;
  height: 50px;
  padding: 8px 16px;
  text-align: center;
  box-sizing: border-box;
  line-height: 30px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .cc-grower {
    margin: 0;
  }
}
