

body {
  font-family: "RobotoRegular", sans-serif;
  font-weight: normal;
  font-size: 14px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  -webkit-font-smoothing: antialised;
  overflow-x: hidden; 
  background-color: #ECEEF7;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: red; }

body input:required:valid,
body textarea:required:valid {
  color: green; }

.hidden {
  display: none; }


  .wrap {
    border-radius: 6px;
    box-shadow: 0px 0px 10px 5px #C1C1C1;
    padding: 5rem;
    background-color: #F7F8FC;
  }
  .wrap img {
    width: 100%;
  }

  .wrap .contact-wrap {
    border-left: 1px solid #945200;
    padding-left: 2rem;
  }

  .wrap .contact-wrap h1 {
    font-size: 3rem;
    margin-bottom: 0;
  }

  .wrap .contact-wrap h4 {
    margin-top: 0.5rem;
    font-style: italic;
    margin-bottom: 2rem;
  }

  .wrap .contact-wrap ul {
    margin-left: -20px;
  }

  .wrap .contact-wrap ul li {
    list-style-type: none;
    margin-bottom: 1rem;
    position: relative;
  }


  .wrap .contact-wrap ul li span.icon {
    position: absolute;
    left: -20px;
    top: 0;
  }

  .wrap .contact-wrap ul li span.icon i {
    color: #945200;
  }

  .wrap .contact-wrap ul li a {
    color: #945200;
  }
