.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: #840f7c;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: brother-1816, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #840f7c;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: brother-1816, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  color: #840f7c;
  text-align: center;
  margin-bottom: 10px;
  font-family: brother-1816, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

a {
  text-decoration: underline;
}

.section_landing-page {
  height: 100vh;
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("../images/kme-background.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-large {
  max-width: 1200px;
  flex: 1;
  display: flex;
}

.landing-page_content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.heading {
  font-size: 24px;
}

.paragraph {
  max-width: 75%;
  font-size: 18px;
  line-height: 28px;
  display: none;
}

.button-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #840f7c;
  padding: 18px 10px;
  font-family: brother-1816, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.button-link {
  background-color: rgba(56, 152, 236, 0);
  margin-bottom: 0;
  padding: 0;
}

.contact-details {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.button-text {
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
}

.text-size-large {
  font-size: 24px;
  transition: color 0.2s;
}

.text-size-large:hover {
  color: #d766d4;
}

.link {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .paragraph {
    max-width: 90%;
  }

  .heading-2 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .landing-page_content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding: 50px 10px;
  }

  .heading {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 24px;
  }

  .button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-text {
    font-size: 16px;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 32px;
  }

  .image {
    width: 70%;
  }
}

link {
  cursor: pointer !important;
}
