 @font-face {
     font-display: swap;
     font-family: 'Mulish';
     font-style: normal;
     font-weight: 400;
     src: url('../fonts/mulish-v13-latin-regular.eot');
     src: url('../fonts/mulish-v13-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/mulish-v13-latin-regular.woff2') format('woff2'), url('../fonts/mulish-v13-latin-regular.woff') format('woff'), url('../fonts/mulish-v13-latin-regular.ttf') format('truetype'), url('../fonts/mulish-v13-latin-regular.svg#Mulish') format('svg');
 }

 @font-face {
     font-display: swap;
     font-family: 'Mulish';
     font-style: normal;
     font-weight: 700;
     src: url('../fonts/mulish-v13-latin-700.eot');
     src: url('../fonts/mulish-v13-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/mulish-v13-latin-700.woff2') format('woff2'), url('../fonts/mulish-v13-latin-700.woff') format('woff'), url('../fonts/mulish-v13-latin-700.ttf') format('truetype'), url('../fonts/mulish-v13-latin-700.svg#Mulish') format('svg');
 }

 * {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
 }

 ins.link-info {
     color: #FF9800;
     font-weight: 700;
 }

 body {
     font-family: 'Mulish', Arial, sans-serif;
     font-size: 16px;
     line-height: 24px;
     color: #222223;
     font-weight: 400;
 }

 #wrapper {
     margin: 1rem auto;
     padding: 3.125rem 6.25rem;
     max-width: 1000px;
     background: #fff;
     overflow: hidden;
     border: solid thin #cbcbcb;
 }

 header {
     margin: 0 -6.25rem 0.9375rem;
 }

 header a {
     display: inline-block;
     margin: 0 6.25rem 1.25rem;
 }

 .flex-box {
     display: flex;
     gap: 15px;
     flex-wrap: wrap;
 }

 .flex-box-content {
     width: 387px;
     background: #00778b;
     border-radius: 8px;
     padding: 0.625rem 1.25rem;
 }

 .flex-box-content p {
     color: #fff;
     position: relative;
     margin-left: 2.8125rem;
 }

 .flex-box-content p img {
     position: absolute;
     left: -3.1875rem;
     top: 0.25rem;
 }

 article .flex-box:nth-of-type(2) {
     background: #e5e5e5;
     padding: 2.5rem 30px;
     border-radius: 15px;
     margin: 1.25rem 0;
     display: block;
 }

 .flex-box-content-bottom {
     display: flex;
     align-items: center;
     gap: 16px;
     padding-bottom: 20px;
 }

 .flex-box-content-bottom p {
     color: #00778b;
 }

 footer {
     padding: 20px 0;
 }

 footer .button {
     display: flex;
     justify-content: flex-start
 }

 footer .button a {
     text-align: center;
     display: inline-block;
     padding: 10px 30px;
     color: #fff !important;
     background: #00778b;
     border-radius: 5px;
     font-weight: 700;
 }

 footer p {
     padding-top: 20px;
 }

 :is(h1, h2, strong) {
     font-weight: 700;
 }

 h1 {
     margin: 1.25rem 0;
     font-size: 2.5625rem;
     line-height: 3.125rem;
     color: #00778b;
 }

 h2 {
     font-size: 28px;
     line-height: 1.1;
     margin: 47px 0 20px;
     color: #00778b;
 }

 p:not(:last-child) {
     margin: 0 0 1.25rem;
 }
 
 :is(a:link, a:visited, a:hover, a:active) {
     color: #222223;
     text-decoration: none;
 }

 img {
     max-width: 100%;
 }

 ul {
     margin: 0 0 1.25rem 1.25rem;
 }

 ul li {
     list-style: none;
     text-indent: -1.25rem;
     margin-bottom: 6px;
 }

 ul li:before {
     font-size: 16px;
     margin-right: 1.25rem;
     position: relative;
     top: 0px;
     float: left;
     content: "\2022";
     color: #222223;
 }

 .flex-box-info {
     display: flex;
     justify-content: normal;
     gap: 20px;
     box-shadow: 2px 3px 10px #ccc;
     border-top-left-radius: 16px;
     border-bottom-left-radius: 16px;
 }

 .avatar {
     width: 400px;
 }

 .avatar img {
     display: block;
     border-top-left-radius: 16px;
     border-bottom-left-radius: 16px;
 }

 .contact {
     width: 388px;
 }

 .contact h2 {
     margin-top: 2.6875rem;
 }

 .contact p {
     font-size: 94%;
     margin-bottom: 10px !important;
 }

 @media screen and (max-width:999px) {
     #wrapper {
         border: none;
         margin: 0;
         padding: 1rem;
     }

     header {
         margin: 0 -1rem 0.9375rem;
     }

     header a {
         width: 250px;
         margin: 1rem auto;
         display: block;
     }

     article .flex-box:nth-of-type(1) {
         flex-wrap: wrap;
         gap: 20px;
         justify-content: center;
     }

     :is(h2, p, ul li) {
         hyphens: auto;
         text-wrap: pretty;
     }

     .contact h2 {
         margin-top: 1rem;
     }

     :is(p a, span) {
         white-space: nowrap;
     }

     br:not(footer br, br.br-block, .contact br) {
         display: none;
     }
 }

 @media screen and (max-width:840px) {
     footer {
         box-shadow: none;
     }

     footer .flex-box:nth-of-type(1) {
         flex-direction: column;
         align-items: center;
     }

     h1 {
         font-size: 33px;
         text-align: center;
         line-height: 1.2;
     }
 }

 @media screen and (max-width:715px) {
     .flex-box-info {
         flex-wrap: wrap;
     }

     .contact {
         width: auto;
         padding: 1rem;
     }

     .avatar {
         width: auto;
     }
 }

 @media screen and (max-width:480px) {
     article .flex-box:nth-of-type(2) {
         padding: 16px;
     }

     .flex-box-content-bottom {
         flex-direction: column;
         align-items: center;
         padding-bottom: 30px;
     }

     footer {
         display: flex;
         flex-direction: column;
         align-items: center;
     }

     footer p {
         text-align: center;
     }
 }