@font-face {
  font-family: 'Speedee';
  src: url('../fonts/Speedee-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Speedee';
  src: url('../fonts/Speedee.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

body {
  margin: 0;
  font-family: 'Speedee';
  color: #000000;
  background-color: #ffbc0d;
}

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

.header img,
.body-footer img {
  width: 100%;
}

.body {
  position: relative;
  text-align: center;
}

.body img {
  width: 100%;
}

.body {
  background-repeat: no-repeat;
  background-color: white;
  background-size: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 20vh;
}

.content {
  color: #000;
  text-align: left;
  width: 70%;
  line-height: 1.3;  
}

.content .header {
  padding-top: 1vh;
  font-size: 3.4vw;
  font-weight: bolder;
}

.content .part-1 {
  font-size: 1.45vw;
}

.content .part-2 {
  font-size: 1.15vw;
  /* line-height: 1.3; */
}

.content .part-2 li {
  list-style: none;
}

.content .part-3 {
  font-size: 1.35vw;
}

.content .pd-bt {
  padding-bottom: 4vh;
}

.footer {
  background-color: #ffbc0d;
  padding: 40px 20px;
  text-align: center;
}

.brands {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  padding: 40px 20px;
  background-color: inherit;
}

.brands a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.brands img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  max-width: 25vw;
}

.brands span {
  /* font-size: 1.75vw; */
  font-size: 1.1vw;
  color: #000;
  text-align: center;
  position: absolute;
  bottom: 18%;
  background-color: white;
  border-radius: 50px;
  padding: 1vw 2vw 1vw 2vw;
  font-weight: bold;
}

.legal {
  font-size: 1vw;
  color: #2b2929;
  text-align: center;
  padding-bottom: 20px;
}

.legal a {
  color: #2b2929;
  text-decoration: underline;
}


.copyright {
  background-color: #000000;
  text-align: center;
  color: #ffffff;
  padding: 10px 0 10px 0;
  font-size: 1vw;
}

@media screen and (max-width: 1024px) {
  .content {
    width: 85%;
    line-height: 1.2;
  }

  .content .pd-bt {
    padding-bottom: 1vh;
  }

    .content .part-1 {
    font-size: 1.95vw;
  }

  .content .part-2 {
    font-size: 1.65vw;
    /* line-height: 1.3; */
  }

  .content .part-3 {
    font-size: 1.85vw;
  }
}

@media screen and (max-width: 480px) {
  .content {
    width: 85%;
    line-height: 1.1;
  }

  .content .part-1 {
    font-size: 1.95vw;
  }

  .content .part-2 {
    font-size: 1.65vw;
    /* line-height: 1.3; */
  }

  .content .part-3 {
    font-size: 1.85vw;
  }

}