 * {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
 }

 html {
     min-height: 100%;
 }

 body {
     font-family: Arial, sans-serif;
     font-size: 0.9375rem;
     line-height: 1.25;
     color: #464746;
 }

 #wrapper {
     max-width: 880px;
     margin: 1rem auto;
     padding: 1.25rem 1.125rem;
     border: solid thin #464746;
     overflow: hidden;
 }

 header {
     padding: 0 0 0.5rem;
     display: flex;
     justify-content: space-between;
     flex-direction: row-reverse;
     border-bottom: #464746 1px solid;
     align-items: center;
 }

 article {
     padding: 1rem 0 0;
 }

 article p:nth-of-type(1) strong {
     color: #ce1531;
 }

 article p:nth-of-type(1) {
     margin-bottom: 2.1875rem;
 }

 footer {
     margin: 3.125rem 0 0;
     position: relative;
 }

 .flex-box {
     display: flex;
     justify-content: space-between;
     gap: 9px;
 }

 .position {
     position: relative;
 }

 .facebook-kunnu {
     position: absolute;
     top: 25%;
     left: 25%;
 }

 footer .button {
     background: #CE1531;
     color: #fff !important;
     text-align: center;
     width: 170px;
     height: 38px;
     line-height: 2.375rem;
     display: block;
     margin-bottom: 20px;
 }

 h1 {
     font-size: 1.0625rem;
     margin: 1rem 0;
     line-height: 1.25rem;
     text-transform: uppercase;
 }

 h2 {
     font-size: 1rem;
     margin: 1.8125rem 0 1rem;
     line-height: 1.125rem;
     color: #ce1531;
 }

 img {
     max-width: 100%;
 }

 p:not(:last-child) {
     margin-bottom: 1rem;
 }

 :is(a:link, a:visited, a:hover, a:active) {
     text-decoration: none;
     white-space: nowrap;
     color: #464746;
 }

 ul {
     margin: 0 0 1rem;
     list-style: none;
 }

 ul li {
     padding-left: 1.125rem;
 }

 li:before {
     text-indent: -1.125rem;
     content: "\2022";
     color: #464746;
     float: left;
     margin-top: -4px;
     font-size: 1.3125rem;
 }

 li li:before {
     content: "\2218";
 }

 .logo-yourfirm {
     position: absolute;
     bottom: 56%;
     right: 0%;
 }

 .color {
     color: #00f !important;
     white-space: normal !important;
 }

 .link {
     color: #551a8b !important;
 }

 @media screen and (max-width:879px) {
     #wrapper {
         border: none;
         margin: 0;
     }

     header {
         gap: 12px;
     }

     :is(h1, p, ul li) {
         hyphens: auto;
         text-wrap: pretty;
     }

     h1 {
         width: 111%;
     }

     :is(p, ul li) span {
         white-space: nowrap;
     }

     .logo-yourfirm {
         position: absolute;
         bottom: 46%;
         right: 0%;
     }
 }

 @media screen and (max-width:830px) {
     .facebook-kunnu a:nth-of-type(1) img {
         width: 23px;
     }

     .facebook-kunnu a:nth-of-type(2) img {
         width: 89px;
     }

     .facebook-kunnu {
         top: 34%;
         left: 32%;
     }
 }

 @media screen and (max-width:673px) {
     .facebook-kunnu {
         top: 30%;
         left: 27%;
     }
 }

 @media screen and (max-width:507px) {
     .facebook-kunnu a:nth-of-type(1) img {
         width: 18px;
     }

     .facebook-kunnu a:nth-of-type(2) img {
         width: 70px;
     }

     .logo-yourfirm {
         position: static;
         display: flex;
         justify-content: center;
         padding: 20px 0;
     }

     footer :is(h2, p) {
         text-align: center;
     }

     footer .button {
         margin: 1rem auto;
     }
 }

 @media screen and (max-width:443px) {
     .facebook-kunnu {
         top: 24%;
         left: 24%;
     }

     header {
         flex-direction: column;
     }

     h1 {
         width: auto;
         margin: 0 0 1rem;
     }
 }

 @media screen and (max-width:375px) {
     .facebook-kunnu {
         left: 34%;
         top: 33%;
     }

     .flex-box {
         flex-direction: column;
         align-items: center;
         gap: 0;
     }

     .flex-box-content img {
         width: 100%;
     }
 }