* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Inter', sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  background-color: #fff;
  color: #231f20;
}

h2 {
  font-weight: 400;
}

.list-bare {
  list-style: none;
}

.list-bare__item {
  font-size: 0.875rem;
  margin-bottom: 5px;
}

.nav-bar {
  padding: 20px 0;
  margin-bottom: 2.1875rem;
}

.page-title {
  font-weight: 500;
}

.page-title-h1 {
  font-size: 1.25rem;
  margin-bottom: 3.1275rem;
}

.page-title-h2 {
  font-size: 1rem;
  margin-bottom: 2.1875rem;
}

.btn {
  padding: 10px 30px;
  font-size: 0.875rem;
  border-radius: 50px;
  border: none;
  cursor: pointer;
}

.btn-light {
  background-color: #fad5c5;
  color: inherit;
}

.btn-dark {
  background-color: #000;
  color: #fff;
  font-size: 1rem;
}

.flag__body--centered {
  align-self: center;
}

.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copy-large {
  font-size: 1.125rem;
}

.copy-x-large {
  font-size: 2rem;
}

.container {
  max-width: 1152px;
  padding: 0 20px;
  margin: 0 auto;
}

.hero-banner {
  margin-bottom: 2.1875rem;
}

.hero-banner--desktop {
  display: none;
}

.img {
  max-width: 100%;
  height: auto;
}

.box {
  display: flex;
  margin-bottom: 60px;
}

.box div:nth-of-type(2) {
  width: 66%;
}

.box__img-wrap {
  width: 33%;
  max-width: 250px;
  margin-right: 40px;
}

.box__img {
  max-width: 100%;
  height: 100%;
  min-width: 130px;
}

.footer {
  border-top: 2px solid #000;
  padding: 20px 0;
  text-align: center;
}

.logo {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .list-bare__item {
    font-size: 1.375rem;
    margin-bottom: 10px;
  }

  .btn {
    font-size: 1rem;
  }

  .btn-dark {
    font-size: 1.5625rem;
  }

  .copy-large {
    font-size: 2rem;
  }

  .page-title-h1,
  .page-title-h2 {
    font-size: 1.575rem;
  }

  .hero-banner--mobile {
    display: none;
  }
  .hero-banner--desktop {
    display: block;
  }

  .box__img-wrap {
    width: 250px;
    margin-right: 80px;
  }

  .footer {
    display: flex;
    justify-content: space-between;
    text-align: start;
    padding: 40px 0;
  }

  .logo {
    max-width: 288px;
  }
}

@media screen and (min-width: 768px) {
  .list-bare__item {
    font-size: 1.375rem;
    margin-bottom: 10px;
  }

  .list-bare__item--mb {
    margin-bottom: 2.1875rem;
  }

  .page-title {
    font-weight: 300;
  }

  .btn {
    font-size: 1.25rem;
    transition: transform 0.5s;
  }

  .btn:hover {
    transform: scale(1.1);
  }

  .btn-dark {
    font-size: 1.875rem;
  }

  .copy-large {
    font-size: 2.6669rem;
  }

  .page-title {
    font-weight: 300;
  }

  .page-title-h1,
  .page-title-h2 {
    font-size: 2.5rem;
    margin-bottom: 3.125rem;
  }
}

@media screen and (min-width: 992px) {
  .page-title-h1,
  .page-title-h2 {
    font-size: 3.125rem;
  }

  .page-title-h1,
  .page-title-h2 {
    margin-bottom: 4.6875rem;
  }
}
