 @font-face {
     font-display: swap;
     font-family: 'Roboto';
     font-style: normal;
     font-weight: 400;
     src: url('../fonts/roboto-v30-latin-regular.eot');
     src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
 }

 @font-face {
     font-display: swap;
     font-family: 'Roboto';
     font-style: normal;
     font-weight: 700;
     src: url('../fonts/roboto-v30-latin-700.eot');
     src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
 }

 @font-face {
     font-display: swap;
     font-family: 'Open Sans';
     font-style: normal;
     font-weight: 700;
     src: url('../fonts/open-sans-v35-latin-700.eot');
     src: url('../fonts/open-sans-v35-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v35-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v35-latin-700.woff') format('woff'), url('../fonts/open-sans-v35-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v35-latin-700.svg#OpenSans') format('svg');
 }

 * {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
 }

 body {
     font-size: 16px;
     line-height: 22px;
     font-family: 'Roboto', Arial, sans-serif;
     color: #000;
     font-weight: 400;
 }

 #wrapper {
     position: relative;
     max-width: 830px;
     margin: 16px auto;
     border: 1px solid #777777;
     overflow: hidden;
     background-color: #fff;
 }

 :is(h1, h2) {
     font-family: 'Open Sans', Arial, sans-serif;
     font-weight: 700;
     color: #5D0098;
 }

 h1 {
     margin: 0 0 20px;
     font-size: 32px;
     line-height: 1.25;
 }

 h2 {
     margin: 0 0 20px;
     font-size: 21px;
     line-height: 1.25;
 }

 h3 {
     margin: 0 0 20px;
     font-size: 27px;
     line-height: 1.25;
 }

 p:not(:last-of-type) {
     margin-bottom: 20px;
 }

 header {
     padding: 20px;
 }

 .more-info {
     display: flex;
     justify-content: flex-start;
     align-items: flex-start;
     flex-wrap: wrap;
     column-gap: 45px;
     position: relative;
 }

 header p {
     margin-bottom: 0 !important;
     min-width: 221px;
     gap: 16px;
 }

 header p span {
     display: inline-block;
     min-width: 22px;
 }

 header p span i {
     color: #5D0098;
 }

 .content {
     padding: 20px;
 }

 footer {
     padding: 0 0 20px;
 }

 .contact {
     padding-left: 145px;
 }

 .btn {
     margin: 22px 20px 26px;
     display: flex;
     justify-content: center;
 }

 .btn a {
     display: block;
     padding: 9px 16px;
     border-radius: 16px;
     color: #fff !important;
     background-color: #5D0098;
     font-weight: bold;
     text-align: center;
     text-transform: uppercase;
 }

 .btn+p {
     text-align: center;
 }

 img {
     max-width: 100%;
     vertical-align: middle;
 }

 :is(a:link, a:visited, a:hover, a:active) {
     color: #000;
     text-decoration: none;
     white-space: nowrap;
 }

 ul {
     margin: 0 0 16px;
     list-style: none;
 }

 ul li {
     padding-left: 42px;
 }

 ul li:before {
     content: "\2022";
     color: #000;
     float: left;
     margin: 0px 0 0 -22px;
     font-size: 23px;
     line-height: 1em;
     font-family: Arial, Helvetica, sans-serif;
 }

 .button {
     display: inline-flex;
     width: 160px;
     justify-content: center;
     align-items: center;
     text-align: center;
     height: 160px;
     background: #FFF;
     border-radius: 50%;
     border: 3px solid #5D0098;
     color: #000 !important;
     font-size: 16px;
     line-height: 22px;
     font-weight: 600;
     padding: 1rem;
     transform: rotate(15deg);
     position: absolute;
     z-index: 3;
     right: 85px;
     top: -4px;
 }

 .small {
     font-style: italic;
     padding-left: 70px;
     font-size: 13px;
 }

 @media all and (max-width:830px) {
     #wrapper {
         margin: 0;
         border: none;
     }

     :is(p, ul) {
         hyphens: auto;
     }

     span {
         white-space: nowrap;
     }

     br:not(footer br, .button br) {
         display: none;
     }

     .button {
         top: 0;
         right: 0;
     }
 }

 @media all and (max-width:767px) {
     ul li {
         padding-left: 22px;
     }

     header p {
         min-width: auto;
     }

     footer {
         padding: 0 0 20px 20px;
     }

     .contact {
         padding-left: 0;
     }
 }

 @media all and (max-width:767px) {
     .more-info {
         margin-bottom: 82px;
     }

     .button {
         top: auto;
         bottom: -170px;
     }
 }