header .header .link3 {
  border-bottom: 2px solid white;
}

.introduction {
  width: 70%;
  margin: 8vw auto;
  display: flex;
  gap: 2rem;
}
.introduction .introduction__images {
  display: flex;
  align-items: flex-start;
}
.introduction .introduction__image2 {
  width: 11vw;
  margin-left: -2rem;
  margin-top: 2rem;
}
.introduction .introduction__image1 {
  width: 16vw;
}
.introduction .introduction__txt {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.introduction .introduction__title1 {
  font-size: 4.3vw;
  font-weight: 800;
}
.introduction .introduction__title--blue {
  color: #2e6db7;
}
.introduction .introfuction__title2 {
  font-size: 12vw;
  margin-top: -4vw;
  color: #2e6db7;
  margin-left: -1rem;
}
.introduction .introduction__paragraph {
  margin-top: -3vw;
  font-size: 1.9vw;
  font-weight: 600;
}
.introduction .introduction__paragraph--blue {
  color: #2e6db7;
}
.introduction .checkList1 {
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  justify-content: center;
  align-items: center;
  margin-top: 3.5vw;
  gap: 5rem;
}
.introduction .checkList1 .check__container {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.introduction .checkList1 .check__img {
  width: 2vw;
}
.introduction .checkList1 .check__title {
  font-size: 1.2vw;
}

.checkList2 {
  display: none;
}

@media (max-width: 924px) {
  .introduction {
    position: relative;
    margin-top: 40vw;
    width: 90%;
    overflow: hidden;
  }
  .introduction .checkList1 {
    margin-top: 38vw;
    display: none;
  }
  .introduction .introduction__image1 {
    width: 23vw;
  }
  .introduction .introduction__image2 {
    width: 16vw;
    margin-left: -2vw;
  }
  .introduction .introfuction__title1 {
    font-size: 7vw;
  }
  .introduction .introfuction__title2 {
    margin-left: -0.4rem;
    font-size: 13vw;
  }
  .introduction .introduction__paragraph {
    margin-top: 0;
    font-size: 2.5vw;
  }
  .checkList2 {
    width: 80%;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    justify-content: center;
    align-items: center;
    margin: 3.5vw auto;
    gap: 1rem;
  }
  .checkList2 .check__container {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .checkList2 .check__img {
    width: 4vw;
  }
  .checkList2 .check__title {
    font-size: 1.6vw;
  }
}
@media (max-width: 924px) {
  header .header .link3 {
    background-color: #3469af;
    color: white;
  }
}
@media (max-width: 924px) {
  header .header .link3 .link__span, header .header .link3 .links {
    color: white;
    transform: scale(1.2);
  }
}/*# sourceMappingURL=speak.css.map */