h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 25px;
  font-size: 16px;
  line-height: 36px;
  font-weight: 700;
}

a {
  margin-left: 25px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.body {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1e382c), to(#1e382c)), url('../images/photo-1487621167305-5d248087c724.jpeg');
  background-image: linear-gradient(180deg, #1e382c, #1e382c), url('../images/photo-1487621167305-5d248087c724.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  font-family: Manrope, sans-serif;
  color: #000;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -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;
}

.cardwrapper {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1024px;
  padding: 50px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 25px 25px 0 rgba(0, 0, 0, 0.25);
}

.topline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.topline.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.logo {
  width: 50px;
}

.heading {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 25px;
  font-family: Montserrat, sans-serif;
  color: #000;
}

.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.heading-2 {
  margin-left: 50px;
}

@media screen and (max-width: 991px) {
  a {
    margin-right: 25px;
    margin-left: 0px;
  }
  .card {
    padding-right: 50px;
    padding-left: 50px;
  }
  .topline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .right {
    margin-top: 50px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 25px;
    margin-left: 0px;
    font-size: 25.333333333333332px;
  }
  .card {
    padding-right: 25px;
    padding-left: 25px;
  }
  .cardwrapper {
    padding: 25px;
  }
  .left {
    display: block;
  }
  .right {
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .link {
    margin-top: 25px;
  }
  .heading-2 {
    margin-left: 0px;
  }
}

