:root {
  font-size: 16px;
}

@font-face {
  font-display: swap;
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/hind-vadodara-v13-latin-regular.eot');
  src: url('../fonts/hind-vadodara-v13-latin-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/hind-vadodara-v13-latin-regular.woff2') format('woff2'),
    url('../fonts/hind-vadodara-v13-latin-regular.woff') format('woff'),
    url('../fonts/hind-vadodara-v13-latin-regular.ttf') format('truetype'),
    url('../fonts/hind-vadodara-v13-latin-regular.svg#HindVadodara') format('svg');
}

@font-face {
  font-display: swap;
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/hind-vadodara-v13-latin-700.eot');
  src: url('../fonts/hind-vadodara-v13-latin-700.eot?#iefix') format('embedded-opentype'),
    url('../fonts/hind-vadodara-v13-latin-700.woff2') format('woff2'),
    url('../fonts/hind-vadodara-v13-latin-700.woff') format('woff'),
    url('../fonts/hind-vadodara-v13-latin-700.ttf') format('truetype'),
    url('../fonts/hind-vadodara-v13-latin-700.svg#HindVadodara') format('svg');
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Hind Vadodara', Arial, sans-serif;
  color: #fff;
  font-weight: 400;
}

#wrapper {
  position: relative;
  max-width: 750px;
  margin: 16px auto;
  border: 1px solid #000;
  overflow: hidden;
  background: #007dc6;
}

h1 {
  margin: 2px 0;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400;
}

h1 strong {
  display: block;
  font-size: 54px;
  line-height: 1.1;
  font-weight: 400;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
    1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  background: url('../images/background.jpg') repeat-x 0 30px;
  color: #D7191E;
  text-align: center;
  margin: 0 -16px;
  padding: 0 16px;
}

h2 {
  font-size: 21px;
  line-height: 1.25;
  font-weight: 700;
  position: absolute;
  top: 6px;
  left: 12px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
  z-index: 8;
}

h3 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}

h4 {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  padding: 6px 12px;
  background-color: #007dc6;
  text-align: center;
  color: #fff;
}

h5 {
  font-size: 13px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
  margin: 0 8px;
  padding: 1px 16px;
  color: #007dc6;
  background-color: #fff;
}

p:not(:last-of-type) {
  margin-bottom: 16px;
}

header {
  margin: 0;
  padding: 0;
}

.banner {
  position: relative;
}


.logo {
  position: absolute;
  top: 30px;
  left: 255px;
  z-index: 9;
}

.subtitle {
  position: absolute;
  bottom: 27px;
  width: 100%;
  left: 0;
}

.team {
  margin-bottom: 28px;
}

.title {
  padding: 12px 16px 16px;
  flex: 1 1 0;
}

article {
  display: flex;
}

footer {
  position: absolute;
  bottom: 16px;
  right: 9px;
  font-weight: 700;
  color: #fff;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

:is(a:link, a:visited, a:hover, a:active) {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}



@media all and (max-width:750px) {
  #wrapper {
    max-width: 393px;
    margin: 0 auto;
    border: none;
  }

  h2 {
    margin-right: 120px;
    font-size: 18px;
  }

  h4 {
    font-size: 17px;
  }

  .logo {
    top: 3%;
    right: 12px;
    z-index: 9;
    left: auto;
    width: 30%;
  }

  article {
    flex-direction: column;
  }

  :is(p, ul) {
    hyphens: auto;
    text-wrap: pretty;
  }

  br:not(footer br) {
    display: none;
  }

  .subtitle {
    bottom: 16px;
  }

  h1 strong {
    text-align: left;
  }

}

@media all and (max-width:400px) {
  article {
    padding-bottom: 22px;
  }

  h1 strong {
    font-size: 15vw;
  }
}