#section-tablet, #section-desktop{
  display: none;
}

#section-1 {
  height: 41rem;
  width: 23.4375rem;
  background-position: 61%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#section-1 > a > button {
  width: 23.4375rem;
  padding: 0.9375rem 6.25rem;
  border: none;
  text-align: center;
  gap: 0.625rem;
  background: var(--7-fb-0-f-2, #7fb0f2);
  color: white;
  font-size: 1.25rem;
}

#section-1 > img {
  width: 10.0625rem;
  height: 3.8125rem;
  margin: 1rem 0rem;
}

#section-1 > p {
  text-align: center;
  margin-bottom: 115%;
  font-size: 1.2rem;
  width: 16.1875rem;
}
#section-2 {
  padding: 3rem;
}

#section-2 > div {
  gap: 3.5rem;
}

#section-2 > div > p {
  font-size: 1.5rem;
}
#section-2 > div > div {
  gap: 1rem;
  display: flex;
  flex-direction: column;
}

#section-2 > div > div > div {
  width: 13rem;
  height: 8.5rem;
}

#section-2 > div > div > div > p {
  font-size: 1.5rem;
  margin-top: 1.25rem;
}

#section-2 > div > div > div :nth-child(2) {
  font-size: 1rem;
}

#section-2 > div > a > button {
  width: 18.75rem;
  padding: 0.9375rem 6.25rem;
}

#section-3 {
  padding-top: 3.69rem;
}

#section-3 > div {
  gap: 4rem;
}

#section-3 > div > p {
  font-size: 1.5rem;
  text-align: center;
  width: 17.625rem;
}

#section-3 > div > div {
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}

#section-3 > div > div > div > img {
  width: 11.623rem;
  height: 24.55025rem;
}

#section-3 > div > div > div > p {
  font-size: 1.25rem;
}

#section-3 > div > a > button {
  width: 19rem;
  padding: 1rem 6rem;
  margin-bottom: 3.69rem;
}

#section-4 {
  padding: 3.69rem 0rem;
}
#section-4 > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

#section-4 > div > iframe {
  width: 21.4375rem;
  height: 15.64356rem;
}

#section-4 > div > img {
  width: 22.2625rem;
  height: 17.125rem;
}

#section-4 > div > div {
  gap: 1.5rem;
}

#section-4 > div > div > p {
  font-size: 1.5rem;
  text-align: center;
}

#section-4 > div > div > :nth-child(2) {
  font-size: 1.25rem;
  text-align: center;
}

#section-4 > div > div > a > button {
  width: 16.6875rem;
  padding: 0.9375rem 6.25rem;
  gap: 0.625rem;
}

#section-5 {
  height: 41.48rem;
}

#section-5 > div {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

#section-5 > div > img {
  height: 19rem;
}
#section-5 > div > div {
  display: flex;
  margin: 0 5rem;
  gap: 1rem;
  order: 5;
}

#section-5 > div > div > p {
  font-size: 1.5rem;
  text-align: center;
}

#section-5 > div > div > :nth-child(2) {
  font-size: 1rem;
  text-align: center;
}

#section-5 > div > div > a > button {
  width: 17rem;
  padding: 0.9375rem 1.8125rem;
  margin-top: 2.5rem;
}

#section-6 > div {
  display: flex;
  padding: 0.75rem 0rem;
  margin: 0rem 2.5rem;
  flex-direction: column;
}

#section-6 > div > img {
  display: none;
}

#section-6 > div > div {
  gap: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#section-6 > div > div > div {
  display: flex;
  gap: 1.5rem;
}

#section-6 > div > div > div > a > img {
  width: 1.5rem;
  height: 1.5rem;
  gap: 1rem;

}

#section-6 > div > div > p {
  font-size: 1rem;
}
#section-6 > p {
  font-size: 0.75rem;
  padding: 0.5rem;
}
