body {
  font-family: BMWTypeNext, sans-serif;
}

.browser-not-supported__main-wrapper-frame {
  display: none;
  flex-direction: column;
}

.browser-not-supported__main-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.browser-not-supported__frame {
  padding: 0 1.5rem;
  display: flex;
  justify-content: space-around;
}

.browser-not-supported__wrapper {
  max-width: 1200px;
  width: 100%;
}

.browser-not-supported__body {
  padding: 0 1.5rem;
  display: flex;
  flex: 1;
  margin-top: 3rem;
}

/*HEADER*/

img {
  width: auto;
  height: 2.25rem;
}

.browser-not-supported__border-bottom {
  border-bottom: 1px solid #e6e6e6;
}

.browser-not-supported__header-content {
  background-color: #ffffff;
  height: 3.62rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.browser-not-supported__header-content-title {
  display: flex;
  font-size: 0.93rem;
  line-height: 1.06rem;
  font-weight: 700;
  color: #8e8e8e;
}

/*CONTENT*/

h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #262626;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}

p {
  font-size: 1rem;
  color: #262626;
  font-weight: 300;
  line-height: 1.5rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.browser-not-supported__body-browsers {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.browser-not-supported__body-browsers-element {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 11.188rem;
}

.test {
  display: flex;
}

.browser-not-supported__body-browsers-element-image-container {
  display:flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 3.25rem;
}

.browser-not-supported__body-browsers-element-image {
  height: 59px;
  width: 59px;
}

.browser-not-supported__body-browsers-element-text {
  color: #262626;
  font-weight: bold;
  font-size: 0.813rem;
  line-height: 1.5rem;
}

@media screen and (min-width: 768px) {
  .browser-not-supported__frame {
    padding: 0 3rem;
  }

  /* HEADER */
  img {
    width: auto;
    height: 3.125rem;
  }

  .browser-not-supported__header-content {
    height: 6.25rem;
  }

  /* CONTENT */

  .browser-not-supported__body {
    margin-top: 4rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 3rem;
  }

  .browser-not-supported__body-browsers {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 1024px) {
  h2 {
    font-size: 3rem;
    line-height: 4rem;
  }

  p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 3rem;
  }

  .browser-not-supported__body-browsers-element {
    margin-right: 2rem;
    width: 10.688rem;
  }

  .browser-not-supported__body-browsers-element-image {
    height: 95px;
    width: 95px;
  }

  .browser-not-supported__body-browsers-element-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .browser-not-supported__body-browsers {
    justify-content: flex-start;
  }
}
