.all-hero {
  padding: 80px 0 50px 0;
}
.all-hero .text {
  text-align: center;
}
.all-hero .text h1 {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 30px auto;
  font-size: 50px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .all-hero .text h1 {
    font-size: 32px;
  }
}
.all-hero .text h1 b, .all-hero .text h1 strong {
  color: #00A9FF;
  font-weight: 600;
}
.all-hero .text p {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 16px auto;
}
.all-hero .text p:last-of-type {
  margin-bottom: 30px;
}
.all-hero .btns .btn {
  min-width: 275px;
  margin-bottom: 15px;
}

.all-list {
  padding: 50px 0;
}
.all-list .flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .all-list .flex {
    flex-direction: column;
  }
}
.all-list .flex:nth-of-type(even) .col:first-of-type {
  order: 2;
}
@media only screen and (max-width: 768px) {
  .all-list .flex:nth-of-type(even) .col:first-of-type {
    order: 1;
  }
}
.all-list .flex:nth-of-type(even) .col:nth-of-type(2) {
  order: 1;
}
@media only screen and (max-width: 768px) {
  .all-list .flex:nth-of-type(even) .col:nth-of-type(2) {
    order: 2;
  }
}
.all-list .flex .col {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 50%;
  padding: 75px 25px;
}
@media only screen and (max-width: 768px) {
  .all-list .flex .col {
    max-width: 100%;
    padding: 25px;
  }
}
.all-list .flex .col:nth-of-type(2) {
  background-color: #f7f6ff;
}
.all-list .flex .col .logo img {
  max-width: 300px;
  height: 136px;
  object-fit: contain;
}
.all-list .flex .col .text {
  text-align: center;
}
.all-list .flex .col .text p {
  font-size: 32px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .all-list .flex .col .text p {
    font-size: 28px;
  }
}
.all-list .flex .col .text p a {
  color: #00A9FF;
  text-decoration: underline;
}

/*# sourceMappingURL=all.css.map */
