/* common style for wide pages (Home, Contact Us, Team) */

body {
  background-color: #09182a;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 80vh;
}

header {
  background-color: transparent;
  box-shadow: none;
}

#brand,
.icons i {
  color: white;
}

section {
  color: white;
  margin-top: 10rem;
  height: max-content;
  padding: 0 6rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}


section .left {
  width: 30%;
}


section .left h1 {
  font-size: 60px;
  text-transform: uppercase;
  margin: 0;
}


section h2 {
  font-size: 35px;
}


section .right {
  box-sizing: border-box;
  width: 47%;
  padding: 1rem 2rem;
  background-color: #090d1185;
  height: max-content;
}

