body {
  background-color: #141414;
  font-family: 'Supreme', sans-serif;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 2px;
}

.website-container {
  width: 95%;
  margin: auto;
}

.header-container {
  min-height: 200px;
}

.body-container {
  width: 60%;
  padding-bottom: 200px;
}

.column-container {
  display: flex;
  margin-bottom: 1%;
}

.column {
  flex: 48%;
}

.gutter {
  width: 1%;
}

.b-column-container {
  display: flex;
  margin-bottom: 1%;
}

.b-column {
  flex: 98%;
}

.b2-column {
  flex: 2%;
  position: relative;
}

.b2-column img {
  width: 64px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 230px;
}

.footer {
  height: 100px;
}

.wrapper {
  width: 80%;
}

label {
  color: white;
}

@media screen and (max-width: 1200px) {
  .body-container {
    width: 70%;
    min-height: 100px;
  }

  .column-container {
    display: inline-block;
    margin-bottom: 0%;
  }

  .column {
    margin-bottom: 2%;
  }

  .b-column-container {
    display: inline-block;
    margin-bottom: 0%;
  }

  .b2-column {
    position: relative;
    padding-top: 100px;
  }

  .b2-column img {
    width: 64px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}


@media screen and (max-width: 1400px) {
  .body-container {
    width: 70%;
    min-height: 100px;
  }
}

@media screen and (min-width: 1440px) {
  .body-container {
    width: 60%;
    min-height: 100px;
  }
}

@media screen and (min-width: 1680px) {
  .body-container {
    width: 50%;
    min-height: 100px;
  }
}

@media screen and (min-width: 2010px) {
  .body-container {
    width: 41%;
    min-height: 100px;
  }
}

@media screen and (min-width: 2200px) {
  .body-container {
    width: 39%;
    min-height: 100px;
  }
}

h2 {
  font-family: 'Supreme', sans-serif;
  font-size: 64px;
  font-weight: 600;
  color: white;
  letter-spacing: -5%;
  line-height: auto;
}

h3 {
  font-family: 'Supreme', sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: white;
}

p {
  margin-top: -32px;
  font-family: 'Supreme', sans-serif;
  font-size: 32px;
  font-weight: 300;
  color: white;
}
