* {
  margin: 0;
}

nav,
footer {
  display: none !important;
}

main {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  line-height: 1.6;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  main {
    margin-bottom: 40px;
    font-size: 14px;
  }
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p,
main span,
main li,
main div {
  letter-spacing: 0.05em;
}
html[lang=en-US] main h1,
html[lang=en-US] main h2,
html[lang=en-US] main h3,
html[lang=en-US] main h4,
html[lang=en-US] main h5,
html[lang=en-US] main h6,
html[lang=en-US] main p,
html[lang=en-US] main span,
html[lang=en-US] main li,
html[lang=en-US] main div {
  letter-spacing: 0;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px auto;
  max-width: 1230px;
  padding: 0 15px;
}
.header__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.header__heading .text {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.4;
}
.header__heading .label {
  display: inline-block;
  padding: 1px 15px;
  background: #333;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  border-radius: 2px;
}
.header__logo a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 10px;
    margin: 30px auto;
  }
  .header__heading .text {
    font-size: 26px;
    font-weight: 700;
  }
  .header__heading .label {
    font-size: 16px;
    padding: 1px 10px;
  }
  .header__logo a:hover {
    opacity: 0.7;
  }
}
.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

.info {
  max-width: 570px;
}
.info .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  background: #e5f3fc;
  padding: 20px;
  margin-bottom: 40px;
}
.info .image__right {
  width: 173px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.info .image img {
  width: 100%;
  height: auto;
}
.info .title {
  color: #06c;
  margin-bottom: 10px;
}
.info .title h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
}
.info .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 10px;
}
.info .light {
  width: 15px;
}
.info .list {
  list-style: none;
}
.info .list li {
  position: relative;
  padding-left: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}
.info .list li:last-child {
  margin-bottom: 0;
}
.info .list li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #70cad1;
  border-radius: 50%;
}

.form {
  width: min(570px, 100%);
}
.form__note {
  font-size: 14px;
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .wrap {
    width: min(530px, 100%);
    display: block;
    margin: auto;
  }
  .info {
    margin-bottom: 60px;
  }
  .info .image {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    padding: 10px;
    margin-bottom: 30px;
  }
  .info .image__right {
    width: 34%;
  }
  .info .title h1 {
    font-size: 20px;
  }
  .info .heading {
    font-size: 16px;
    margin: 30px 0 10px;
  }
  .info .light {
    width: 10px;
  }
  .form__note {
    margin-top: 30px;
    font-size: 12px;
  }
}
.footer {
  padding: 0 15px;
  margin-top: 60px;
}
.footer p {
  font-size: 14px;
  text-align: center;
}/*# sourceMappingURL=casestudy-form.css.map */