@charset "utf-8";

/* Standard */
:root {
   font-size: 16px;
}

* {
   box-sizing: border-box;
   margin: 0;
}

html {
   min-height: 100%;
}

body {
   font: 1.250em/1.3em "Segoe UI", Calibri, sans-serif;
   color: #fff;
}

#wrapper {
   position: relative;
   margin: 1rem auto;
   overflow: hidden;
   max-width: 620px;
   border: solid 1px #604258;
   background: #fff url('../images/bg.jpg') no-repeat bottom;
   padding: 1rem 3rem 1rem 1.5rem;
   height: 827px;
}

p {
   padding-bottom: 1rem;
}

h1 {
   margin: 0rem 0rem 1rem;
   font-size: 1.892em;
   line-height: 1.1em;
}

h1 small {
   font-size: 0.5em;
   font-weight: 400;
}

h2 {
   display: none;
   font-size: 1.6em;
   line-height: 1.3;
   padding-bottom: 1rem;
   color: #BCACB8;
   letter-spacing: 2px;
}

:is(a:link, a:visited, a:hover, a:active) {
   color: inherit;
   text-decoration: none;
}

header,
article {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}

header {
   padding-left: 2rem;
}

figure {
   display: flex;
   justify-content: center;
   margin-bottom: 1rem;
}

header p {
   color: #604258;
   text-align: center;
}

article {
   padding: 5.5rem 0 4rem;
}

.left {
   width: 56%;
}

.left p {
   font-weight: 700;
}

.circle {
   margin: 105px -32px 46px 102px;
   font-size: 1.125em;
   line-height: 1.4;

}

.right {
   width: 30%;
}

.right p span {
   color: #fff;
}

.right p {
   color: #146C87;
   font-size: 0.875em;
   line-height: 1.2;
}

footer p {
   text-align: center;
   padding-right: 4rem;
}

footer p span {
   color: #604258;
}

img {
   max-width: 100%;
   height: auto;
}

@media only screen and (max-width:619px) {
   body{
      font-size: 1em;
      line-height: 1.3;
   }
   #wrapper {
      border: none;
      margin: 0 auto;
      background: #fff;
      height: auto;
      padding: 1rem;
   }

   p {
      text-align: left;
   }

   p :is(span, a) {
      display: inline-block;
   }

   .hide_m,
   header br,
   .circle br {
      display: none;
   }

   .left,
   .right {
      width: 100%;
   }
   h2{
      display: block;
      word-spacing: 2px;
      text-align: center;
   }

   .left {
      background: #604258;
      padding: 0.5rem;
   }

   header {
      display: block;
   }

   article {
      padding: 0;
   }

   .circle {
      margin: 1rem 0;
      padding: 0.5rem 1rem;
      background: #604258;
   }
   footer p{
      padding: 0 1rem 1rem;
      color: #000;
   }


}
