 @font-face {
     font-display: swap;
     font-family: 'Montserrat';
     font-style: normal;
     font-weight: 300;
     src: url('../fonts/montserrat-v31-latin-300.eot');
     src: url('../fonts/montserrat-v31-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-v31-latin-300.woff2') format('woff2'), url('../fonts/montserrat-v31-latin-300.woff') format('woff'), url('../fonts/montserrat-v31-latin-300.ttf') format('truetype'), url('../fonts/montserrat-v31-latin-300.svg#Montserrat') format('svg');
 }

 @font-face {
     font-display: swap;
     font-family: 'Montserrat';
     font-style: normal;
     font-weight: 400;
     src: url('../fonts/montserrat-v31-latin-regular.eot');
     src: url('../fonts/montserrat-v31-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-v31-latin-regular.woff2') format('woff2'), url('../fonts/montserrat-v31-latin-regular.woff') format('woff'), url('../fonts/montserrat-v31-latin-regular.ttf') format('truetype'), url('../fonts/montserrat-v31-latin-regular.svg#Montserrat') format('svg');
 }

 @font-face {
     font-display: swap;
     font-family: 'Montserrat';
     font-style: normal;
     font-weight: 600;
     src: url('../fonts/montserrat-v31-latin-600.eot');
     src: url('../fonts/montserrat-v31-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-v31-latin-600.woff2') format('woff2'), url('../fonts/montserrat-v31-latin-600.woff') format('woff'), url('../fonts/montserrat-v31-latin-600.ttf') format('truetype'), url('../fonts/montserrat-v31-latin-600.svg#Montserrat') format('svg');
 }

 @font-face {
     font-display: swap;
     font-family: 'Montserrat';
     font-style: normal;
     font-weight: 700;
     src: url('../fonts/montserrat-v31-latin-700.eot');
     src: url('../fonts/montserrat-v31-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-v31-latin-700.woff2') format('woff2'), url('../fonts/montserrat-v31-latin-700.woff') format('woff'), url('../fonts/montserrat-v31-latin-700.ttf') format('truetype'), url('../fonts/montserrat-v31-latin-700.svg#Montserrat') format('svg');
 }

 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }

 html {
     min-height: 100%;
 }

 body {
     color: #000;
     font-family: 'Montserrat', Arial, sans-serif;
     font-size: 13px;
     line-height: 20px;
     font-weight: 400;
 }

 #wrapper {
     max-width: 750px;
     margin: 1rem auto;
     border: 1px solid #000;
     background-color: #fff;
 }

 .top {
     padding: 19px 28px;
     ;
 }

 .logo {
     display: flex;
     justify-content: flex-start;
 }

 .banner {
     position: relative;
 }

 .title {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     padding: 0 39px;
 }

 .slider {
     margin: 0;
     padding: 0;
     border: 0;
     position: relative;
 }

 .slider img {
     vertical-align: bottom;
 }

 @keyframes slidy {
     0% {
         opacity: 0;
     }

     10% {
         opacity: 1;
     }

     50% {
         opacity: 1;
     }

     60% {
         opacity: 0;
     }

     100% {
         opacity: 0;
     }
 }

 .slider img:nth-of-type(1) {
     position: relative;
 }

 .slider img {
     opacity: 0;
     position: absolute;
     top: 0;
     left: 0;
     max-width: 100%;
     animation: slidy 10s linear 0s infinite normal forwards;
 }

 .slider img:nth-child(2) {
     animation-delay: 5s;
 }

 .button {
     display: flex;
     justify-content: center;
 }

 .button a {
     background: #d81d1f;
     padding: 11px 45px;
     color: #fff !important;
     font-size: 31px;
     line-height: 1.2;
     text-align: center;
     font-weight: 700;
     margin-top: -30px;
     z-index: 99999
 }

 article {
     padding: 20px;
 }

 .flex {
     display: flex;
     justify-content: space-between;
 }

 :is(.left, .right) {
     width: 345px;
 }

 .border {
     border: 1px solid #c0bebd;
     padding: 15px;
     margin-bottom: 37px;
 }

 footer {
     padding: 0 35px 35px;
     position: relative;
 }

 .position {
     position: absolute;
     bottom: 30px;
     right: 30px;
 }

 .infor {
     display: flex;
     gap: 15px;
     align-items: flex-start;
 }

 p {
     text-align: justify;
 }

 p:not(:first-of-type) {
     margin-top: 10px;
 }

 h1 {
     font-size: 41px;
     line-height: 1.2;
     color: #fff;
     text-shadow: 0.1em 0.1em 0.2em #272829;
     border-top: 2px solid #d3202a;
     margin: -1px 0 0;
     padding-top: 20px;
 }

 h1 span {
     font-size: 27px;
 }

 h2 {
     font-size: 47px;
     line-height: 1.2;
     font-weight: 600;
     padding: 20px 0 0 7px;
 }

 h2 span {
     display: block;
     font-size: 26px;
     margin-top: 6px;
 }

 h3 {
     font-weight: 400;
     color: #d81d1f;
     font-size: 14px;
     line-height: 19px;
     display: flex;
     align-items: flex-start;
 }

 h3 span {
     background: #fff;
     padding: 4px;
     margin: -29px 0 0 -4px;
 }

 h4 {
     width: 265px;
     background: #d81d1f;
     padding: 10px 15px;
     color: #fff;
     font-weight: 600;
     margin-top: -76px;
     z-index: 9999999;
 }

 .background-gray {
     background: #adaaa9;
     padding: 10px 16px;
     display: flex;
     justify-content: space-between;
     align-items: flex-start;
     margin-top: 15px;
 }

 .columns {
     width: 185px;
 }

 figure {
     display: flex;
     gap: 5px;
     align-items: center;
     margin-bottom: 3px;
 }

 ul {
     list-style: none
 }

 ul li {
     padding-left: 11px;
 }

 li:before {
     content: "\2022";
     color: #d81d1f;
     float: left;
     font-size: 21px;
     text-indent: -11px;
 }

 img {
     max-width: 100%;
     display: block;
 }

 :is(h1, strong) {
     font-weight: 600;
 }

 :is(a:link, a:visited, a:hover, a:active) {
     color: #000;
     text-decoration: none;
     white-space: nowrap;
 }

 .margin {
     margin-top: 27px;
 }

 .p {
     padding: 0 16px 14px;
     margin-top: -15px;
 }

 .color {
     color: #d81d1f
 }

 @media only screen and (max-width:750px) {
     #wrapper {
         border: none;
         margin: 0;
     }

     :is(p, ul) {
         hyphens: auto;
         text-wrap: pretty
     }

     :is(p, ul) span {
         white-space: nowrap;
     }

     :is(.left, .right) {
         width: 48%;
     }

     p {
         text-align: left;
     }

     h4 {
         margin-top: 0
     }

     h1 {
         font-size: 30px
     }
 }

 @media only screen and (max-width:660px) {
     :is(.top, .title, article, footer) {
         padding: 16px
     }

     article {
         margin-top: 30px
     }

     :is(.left, .right) {
         width: auto;
     }

     .flex {
         display: block;
     }

     .background-gray {
         flex-direction: column;
         align-items: flex-start;
         justify-content: center;
     }

     .position {
         position: static;
         display: flex;
         justify-content: center;
         margin-top: 20px
     }
 }

 @media only screen and (max-width:580px) {
     .infor {
         flex-direction: column;
         align-items: center;
         gap: 10px
     }

     .infor p {
         text-align: center;
     }

     h2 {
         font-size: 35px
     }

     .title {
         position: static;
     }

     h1 {
         color: #000;
         text-shadow: none;
         text-align: center;
     }

     h1 span {
         font-size: 18px
     }

     .button a {
         margin-top: 10px
     }
 }

 @media only screen and (max-width:410px) {
     .button a {
         font-size: 20px
     }

     h1 {
         font-size: 22px
     }
 }