html,
body {
  font-family: 'Red Hat Text', sans-serif;
  color: #464F54; }

html {
  padding: 32px 32px 111px; }

.ms-no-margin {
  margin: 0 !important; }
  .ms-no-margin--top {
    margin-top: 0; }
  .ms-no-margin--bottom {
    margin-bottom: 0; }

.ms-ap__container {
  text-align: center;
  background-color: #E5F3EC;
  border-radius: 24px;
  padding: 48px 0 0; }

.ms-ap__title {
  color: #222D33;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 64px; }

.ms-ap__desc {
  font-size: 18px;
  margin: 16px 0 32px; }

.ms-ap__button {
  display: block;
  margin: 0 auto 0px;
  height: 48px;
  width: 215px;
  border-radius: 4px;
  background-color: #299E63;
  color: white;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 18px;
  outline: none;
  border: 0;
  text-align: center;
  cursor: pointer;
  transition: box-shadow 280ms ease-in-out; }
  .ms-ap__button:hover {
    box-shadow: 0px 4px 8px -2px rgba(41, 158, 99, 0.38); }

.ms-ap__illustration {
  position: relative;
  top: 48px;
  width: 100%;
  max-width: 550px; }

@media (max-width: 767.98px) {
  html {
    padding: 0; }
  .ms-ap__container {
    border-radius: 0;
    padding: 24px;
    height: calc(100vh - 48px);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center; }
  .ms-ap__title {
    font-size: 32px; }
  .ms-ap__desc {
    font-size: 14px; }
  .ms-ap__illustration {
    top: 0; } }
