* {
  box-sizing: border-box;
}

body input,
body form {
  margin-bottom: 0px !important;
}
@media (min-width: 550px) {
  body .container {
    width: 96%;
  }
}
@media (max-width: 750px) {
  body .small-center {
    text-align: center;
  }
}
body .img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
body .hbox {
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  body .hbox {
    flex-direction: column;
  }
}
body h2 {
  font-weight: 600;
}
body .top {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: auto;
  padding: 12px;
}
body .top:first-child {
  font-weight: 900;
  font-size: 22px;
}
body .top:first-child span {
  font-weight: 100;
  font-size: 12px;
}
body .header {
  text-align: center;
  padding: 60px 0;
}
body .header .one {
  width: 600px;
  max-width: 100%;
  margin: auto;
}
body .header .one h1 {
  margin: auto;
  font-weight: 900;
}
body .header .two {
  max-width: 600px;
  margin: 24px auto;
  font-weight: 100;
}
body .logos {
  max-width: 800px;
  margin: 100px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
body .logos > div {
  width: 140px;
  height: 120px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
body .ul-style {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
body .ul-style > div {
  overflow: hidden;
  border-radius: 12px;
  display: flex;
  background-color: #eee;
}
body .ul-style > div > div {
  background-color: #ff9500;
  color: white;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  font-size: 32px;
  line-height: 1px;
}
body .ul-style > div span {
  padding: 12px;
}
body .ul-style.ul-2 > div > div {
  background-color: #35c621;
}
body .ul-style-2 > div {
  display: flex;
  gap: 16px;
  margin: 12px 0;
}
body .ul-style-2 > div > div {
  width: 26px;
  height: 26px;
  background-color: #35c621;
  border-radius: 20px;
  color: white;
  text-align: center;
  font-size: 18px;
}
body .ul-style-2 > div > div span {
  font-size: 1.2rem;
}
body .text-cols {
  background-color: #f5f4f5;
  margin: 100px auto;
  padding: 90px 0;
}
body .text-cols .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 750px) {
  body .text-cols .row {
    justify-content: center;
  }
}
body .text-cols .row > div {
  width: 280px;
}
body .text-cols .row > div > div {
  display: flex;
  align-items: center;
  gap: 12px;
}
body .text-cols .row > div span {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  display: block;
}
body .text-cols .row > div .img {
  width: 90px;
  height: 90px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
}
body .examples .img {
  width: 100%;
  height: 240px;
  background-size: cover;
  border-radius: 20px;
  margin-bottom: 24px;
}

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