.ts-border-radius__md {
  border-radius: 0;
}
#how-to-connect ul {
  line-height: normal;
}
#how-to-connect li {
  list-style-type: decimal;
  border-bottom: 0;
  line-height: normal;
}
#how-to-connect li a {
  pointer-events: none;
  position: relative;
  top: -30px;
  left: 9px;
}
#how-to-connect ::marker {
  margin-top: 20px;
}
.navbar {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
#banner h1 {
  font-size: 3em;
}
#organize figure img {
  width: 60px;
}
.owl-carousel .owl-nav {
  top: 6rem;
}
.owl-carousel .owl-nav .owl-next {
  right: -2rem;
}
.owl-carousel .owl-nav .owl-prev {
  left: -2rem;
}
#how-to-connect .ts-title {
  margin-bottom: 5rem;
  margin-top: 3em;
}
#numbers {
  background: rgb(250, 235, 216);
}
#how-to-connect li{list-style: none; position: relative; padding-left: 20px;}
#how-to-connect li:before {
	 content: url("../img/tick.png"); position: absolute; top: -18px; left: 0;
}
#organize.ts-block {
	padding-bottom: 2rem;
	padding-top: 4rem;
}
#organize .ts-title {
	margin-bottom: 4rem;
}