@charset "utf-8";

/* Standard */
:root {
   font-size: 16px;
}

* {
   box-sizing: border-box;
   margin: 0;
}

html {
   min-height: 100%;
}

body {
   font: 0.875em/1.3em Verdana, Calibri, sans-serif;
   color: rgb(112, 113, 114);
}

#wrapper {
   position: relative;
   margin: 1rem auto;
   overflow: hidden;
   max-width: 900px;
   border: solid 1px #000;
   background: #fff;
   padding: 1.5rem;
   hyphens: auto;
}

.banner {
   margin: 1rem -1.5rem;
}

p {
   padding-bottom: 1rem;
}

h1 {
   margin: 0rem 0rem 0rem;
   font-size: 1.892em;
   line-height: 1.1em;
}

h1 small {
   font-size: 0.7em;
}

h2 {
   font-size: 1.313em;
   line-height: 1.3;
   padding-bottom: 1rem;
   font-weight: 400;
}

h3 {
   font-size: 1em;
   line-height: 1.3;
   padding-bottom: 1rem;
}

:is(a:link, a:visited, a:hover, a:active) {
   color: inherit;
   text-decoration: none;
}

ul {
   padding: 0rem 0rem 1rem 0rem;
   list-style: none;
}

li {
   padding: 0 0 0 25px;
}

ul li:before {
   content: "\2022";
   font-size: 0.8em;
   float: left;
   margin: 0 0 0 -16px;
}

.box {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}

.flex p {
   display: flex;
   gap: 1rem;
}

.flex {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   font-size: 1.188em;
   line-height: 1.3;
   align-items: center;
}

.box {
   padding: 2rem 0;
}

.box section {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   gap: 1rem;


}

.box section p {
   width: 272px;
   text-align: center;
   padding: 10px;
   background-color: #ffffff;
   position: relative;
   box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 10%);
   margin-bottom: 1rem;
   line-height: 1.5;
}

.box p span {
   display: block;
   text-align: center;
   margin-bottom: 0.5rem;
}

.box p {
   text-align: center;
   font-size: 1.188em;
}

.avatar {
   display: flex;
   justify-content: center;
   padding-bottom: 1rem;
}

h4 {
   font-size: 1.375em;
   line-height: 1.3;
   text-align: center;
}

h4+p {
   text-align: center;
   padding-bottom: 2rem;
}

footer p {
   text-align: center;
}

a.button {
   background: #C0DF16;
   padding: 0.5rem 2rem;
   color: #000;
   box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
}

a.button:hover {
   background: rgb(134, 156, 15);
}

img {
   max-width: 100%;
   height: auto;
}

@media only screen and (max-width:899px) {
   #wrapper {
      border: none;
      margin: 0 auto;
   }

   .box section p {
      width: 100%;
   }

   p {
      text-align: left;
   }

   p :is(span, a) {
      display: inline-block;
   }

   .hide_m {
      display: none;
   }
}
