.main {
  max-width: 1600px;
  color: rgb(16, 20, 40);
  margin: 0 auto;
}

.title1 {
  font-size: 42px;
  font-weight: 600;
  text-align: center;
}

.title2 {
  font-size: 22px;
  font-weight: 500;
  /* margin: 0; */
  text-align: center;
}

.title3 {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}

.slide0 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 800px;
}

.img1 {
  width: 100%;
  height: 547px;
  background-image: url('/presentation/img11_en.png');
  background-size: cover;
}

.slide1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
}

.imgSinchro {
  width: 100%;
  overflow-x: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.cardBlockS1,
.cardBlockS5 {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
}

.cardBlockS2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding-top: 16px;
}

.cardS1 {
  display: flex;
  flex-direction: column;
  padding: 16px;
}

.cardTitle {
  font-size: 22px;
  font-weight: 600;
  color: #4878e3;
}

.cardContent {
  font-size: 20px;
}

.langSupport {
  width: 98%;
  border-radius: 4px;
  font-size: 22px;
  font-weight: 500;
  background-color: #4878e3;
  color: white;
  padding: 18px 24px;
  text-align: center;
}

.slide2 {
  margin-top: 32px;
  padding: 0;
}

.hero {
  font-size: 22px;
  text-align: center;
}

.card5S2 {
  border: 1px solid #4878e3;
  border-radius: 4px;
  padding: 18px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin: 16px auto;
  width: 98%;
}

.c5title {
  font-size: 20px;
  font-weight: 700;
}

.c5content {
  font-size: 20px;
}

@media (min-width: 769px) {
  body {
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .main-container {
    padding: 0;
    margin-top: 0;
    height: calc(100dvh - 64px);
    overflow-y: auto;
  }

  .title1 {
    font-size: 64px;
    font-weight: 600;
    text-align: center;
  }

  .title2 {
    font-size: 32px;
    font-weight: 500;
    /* margin: 0; */
    text-align: center;
  }

  .title3 {
    font-size: 42px;
    font-weight: 600;
    text-align: center;
  }

  .slide1 {
    padding: 0 16px;
  }

  .img1 {
    width: 914px;
  }

  .imgSinchro {
    justify-content: flex-start;
  }

  .cardBlockS1 {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 24px;
  }

  .cardBlockS5 {
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    padding: 24px;
  }

  .cardS1 {
    width: 25%;
  }

  .langSupport {
    width: 100%;
    letter-spacing: 3px;
  }

  .hero {
    font-size: 32px;
    text-align: center;
  }

  .slide2 {
    padding: 0 16px;
  }

  .cardBlockS2 {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 24px 0;
  }

  .card5S2 {
    display: inline-block;
    width: 100%;
    margin: 0;
  }
}

@media (min-width: 1240px) {
  .imgSinchro {
    justify-content: center;
  }
}
