.section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  margin-top: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-color: #e0b3ce;
  background-image: none;
}

.image {
  width: 88%;
  max-width: 600px;
  margin-bottom: 24px;
}

.text-block {
  font-family: Montserrat, sans-serif;
  color: #212121;
  font-size: 2rem;
  line-height: 100%;
  font-weight: 700;
}

.link-block {
  margin-top: 32px;
  background-color: #fff;
}

.link {
  margin-top: 24px;
  padding: 20px 24px 18px;
  border: 0px none #fff;
  background-color: #9587b9;
  box-shadow: 0 0 0 0 #a8b781;
  -webkit-transform: translate(0px, 0px) translate(0px, 0px) translate(0px, 0px);
  -ms-transform: translate(0px, 0px) translate(0px, 0px) translate(0px, 0px);
  transform: translate(0px, 0px) translate(0px, 0px) translate(0px, 0px);
  -webkit-transition: border-color 300ms ease, color 100ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, color 100ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, color 100ms ease, transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, color 100ms ease, transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 100%;
  text-decoration: none;
}

.link:hover {
  border-color: #fff;
  background-color: #9587b9;
  box-shadow: 6px 6px 0 0 #827aa6;
  -webkit-transform: translate(-8px, -8px);
  -ms-transform: translate(-8px, -8px);
  transform: translate(-8px, -8px);
  color: #fff;
}

.text-block-2 {
  margin-top: 24px;
  font-family: Montserrat, sans-serif;
  color: #212121;
  font-size: 0.9rem;
  line-height: 140%;
}

.div-block {
  width: 40px;
  height: 4px;
  margin-top: 24px;
  border: 2px solid #fff;
}

.link-2 {
  color: #fff;
}

.link-3 {
  color: #000;
}

.link-3:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .image {
    width: 96%;
  }
}

@media (max-width: 767px) {
  .image {
    width: 96%;
  }
}

@media (max-width: 479px) {
  .image {
    width: 100%;
  }
  .text-block {
    font-size: 1.4rem;
  }
  .link {
    font-size: 0.7rem;
  }
  .text-block-2 {
    margin-top: 16px;
    font-size: 0.7rem;
  }
  .div-block {
    margin-top: 24px;
  }
}