 @font-face {
     font-display: swap;
     font-family: 'Alexandria';
     font-style: normal;
     font-weight: 400;
     src: url('../fonts/alexandria-v6-latin-regular.eot');
     src: url('../fonts/alexandria-v6-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/alexandria-v6-latin-regular.woff2') format('woff2'), url('../fonts/alexandria-v6-latin-regular.woff') format('woff'), url('../fonts/alexandria-v6-latin-regular.ttf') format('truetype'), url('../fonts/alexandria-v6-latin-regular.svg#Alexandria') format('svg');
 }

 @font-face {
     font-display: swap;
     font-family: 'Alexandria';
     font-style: normal;
     font-weight: 600;
     src: url('../fonts/alexandria-v6-latin-600.eot');
     src: url('../fonts/alexandria-v6-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/alexandria-v6-latin-600.woff2') format('woff2'), url('../fonts/alexandria-v6-latin-600.woff') format('woff'), url('../fonts/alexandria-v6-latin-600.ttf') format('truetype'), url('../fonts/alexandria-v6-latin-600.svg#Alexandria') format('svg');
 }

 @font-face {
     font-display: swap;
     font-family: 'Alexandria';
     font-style: normal;
     font-weight: 700;
     src: url('../fonts/alexandria-v6-latin-700.eot');
     src: url('../fonts/alexandria-v6-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/alexandria-v6-latin-700.woff2') format('woff2'), url('../fonts/alexandria-v6-latin-700.woff') format('woff') url('../fonts/alexandria-v6-latin-700.ttf') format('truetype'), url('../fonts/alexandria-v6-latin-700.svg#Alexandria') format('svg');
 }

 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }

 html {
     min-height: 100%;
 }

 body {
     color: #242020;
     font-family: 'Alexandria', Arial, sans-serif;
     font-size: 14px;
     line-height: 21px;
     font-weight: 400;
 }

 #wrapper {
     max-width: 950px;
     margin: 1rem auto;
     border: 1px solid #242020;
     background-color: #fff;
 }

 header {
     padding: 30px;
     display: flex;
     justify-content: center;
 }

 article {
     padding: 16px;
     background: #3fd5ae;
 }

 .top {
     padding-left: 40px;
 }

 .center {
     padding: 40px 0 15px;
     display: flex;
     flex-direction: column;
     align-items: center;
 }

 .center :is(p, h1) {
     text-align: center;
 }

 .center p {
     font-size: 17px;
     line-height: 24px;
 }

 .center img {
     margin: 20px auto 0;
 }

 .flex {
     display: flex;
     justify-content: space-between;
     padding-top: 11px;
 }

 .flex :is(h3, ul) {
     color: #000
 }

 .column:nth-of-type(1) {
     width: 240px;
 }

 .column:nth-of-type(2) {
     width: 357px;
 }

 .column:nth-of-type(3) {
     width: 248px;
 }

 footer {
     padding: 20px 16px 55px;
     background: #242020;
     display: flex;
     justify-content: space-between;
     align-items: flex-start;
 }

 footer :is(p, h4) {
     color: #fff;
 }

 .left {
     width: 420px;
 }

 .left p {
     text-align: center;
     padding-top: 20px;
     font-size: 16px;
     line-height: 21px;
 }

 .right {
     width: 410px;
 }

 .right h4 {
     padding: 15px 0;
 }

 .right p {
     padding: 15px 0 0 10px;
     font-size: 20px;
     line-height: 29px;
 }

 p:not(:first-of-type) {
     margin-top: 10px;
 }

 h1 {
     font-size: 22px;
     line-height: 1.2;
     background: #242020;
     padding: 10px 37px;
     color: #3fd5ae;
     border-radius: 25px;
     margin-top: 16px;
 }

 h2 {
     font-size: 23px;
     line-height: 24px;
 }

 h2+p {
     text-align: center;
     font-size: 19px;
     line-height: 25px;
     padding-top: 10px;
 }

 h3 {
     font-size: 16px;
     line-height: 21px;
 }

 h4 {
     text-align: center;
     font-size: 20px;
     line-height: 30px;
 }

 h4 span {
     display: block;
     font-weight: 400
 }

 .button {
     margin-top: 38px;
     display: flex;
     justify-content: center;
 }

 .button a {
     background: #3fd5ae;
     padding: 29px 40px;
     text-align: center;
     color: #222222 !important;
     border-radius: 32px;
     font-weight: 600;
     text-decoration: underline !important;
     font-size: 21px;
     width: 100%;
     position: relative;
 }

 .button a:before {
     content: "\2022";
     background: url('../images/arrow.png') no-repeat;
     position: absolute;
     top: -20px;
     right: 40%;
     width: 66px;
     height: 49px
 }

 ul {
     list-style: none;
     margin-left: 10px;
 }

 ul li {
     padding-left: 17px;
 }

 li:before {
     content: "\2022";
     color: #242020;
     float: left;
     font-size: 23px;
     text-indent: -17px;
     margin-top: -2px;
 }

 img {
     max-width: 100%;
     display: block;
 }

 :is(h1, h2, h3, strong) {
     font-weight: 700;
 }

 :is(a:link, a:visited, a:hover, a:active) {
     color: #242020;
     text-decoration: none;
     white-space: nowrap;
 }

 @media only screen and (max-width:950px) {
     #wrapper {
         border: none;
         margin: 0;
     }

     :is(p, ul) {
         hyphens: auto;
         text-wrap: pretty
     }

     :is(p, ul) span {
         white-space: nowrap;
     }

     .top {
         padding-left: 0;
     }

     h2+p {
         font-size: 16px;
         line-height: 21px;
     }

     h2+p br {
         display: none
     }

     .column {
         width: 30% !important;
     }
 }

 @media only screen and (max-width:888px) {
     footer {
         gap: 16px
     }

     :is(.left, .right) {
         width: 47% !important
     }

     h4 {
         font-size: 16px;
     }
 }

 @media only screen and (max-width:760px) {
     footer {
         flex-direction: column;
         align-items: center;
     }

     footer p {
         text-align: center !important;
     }

     .flex {
         flex-direction: column;
         gap: 16px
     }

     .column {
         width: auto !important;
     }

     :is(.left, .right) {
         width: auto !important;
     }
 }