
.page-capabilities {
  background: white;
  color: #707070;
}

.page-capabilities h1 {
  font-weight: 300;
  font-size: 30px;
  line-height: 1.3;
  color: #707070;
  max-width: 330px; /* ? */
  margin-bottom: 30px;
}

/* caps-overview */

.caps-overview {
  background: white;
  display: flex;
  flex-direction: column;
  font-weight: 300;
  color: #707070;
  padding: 30px;
  max-width: 400px;
  margin: 0 auto;
}

.caps-overview h2, .caps-overview a {
  color: #0CD459;
  font-size: 19px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-decoration: none;
}

.caps-overview a:hover {
  text-decoration: underline;
}

.caps-overview p {
  line-height: 1.5;
  color: #9999A5;
}

.caps-overview-items {
  display: flex;
  flex-direction: column;
}

.caps-overview-items > div {
  padding-left: 85px;
  position: relative;
  max-width: 300px;
  margin-bottom: 35px;
}

.caps-overview-items img {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 700px) {
  .caps-overview {
    min-width: 660px;
    max-width: 780px;
  }

  .caps-overview-items > div {
    height: 80px;
    margin-bottom: 60px;
  }

  .caps-overview-items {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (min-width: 1120px) {
  .caps-overview {
    max-width: 1280px;
    padding: 100px 50px 50px 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .caps-overview h1 {
    width: 30%;
  }

  .caps-overview-items {
    width: 700px;
  }

  .caps-overview-items > div {
    margin-right: 30px;
  }
}

@media (min-width: 1280px) {
  .caps-overview {
    padding: 100px 100px 90px 100px;
  }
}

/* caps-demo */

.caps-demo-wrap {
  background: #1E1E1E;
}

.caps-demo {
  display: flex;
  flex-direction: column;
  font-weight: 300;
  color: white;
  padding: 30px;
  margin: 0 auto;
  max-width: 400px;
}

.caps-demo h1 {
  color: white;
}

.caps-demo-items > div {
  display: flex;
  flex-direction: column;
}

.caps-demo-items a,  .caps-demo-items a:hover, .caps-demo-items a:active {
  margin-bottom: 20px;
  color: white;
  text-decoration: none;
}

.caps-demo-items a:hover {
  opacity: 0.8;
}

.caps-demo-items img {
  width: 200px;
  height: 200px;
  display: block;
  object-fit: cover;
  margin-bottom: 12px;
}

@media (max-width: 699px) {
  .caps-demo-items img {
    width: 100%;
    height: auto;
  }

  .caps-demo-items p {
  }
}

@media (min-width: 700px) {
  .caps-demo {
    max-width: 780px;
  }

  .caps-demo-items > div {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (min-width: 1120px) {
  .caps-demo {
    max-width: 1280px;
    padding: 100px 50px 50px 50px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .caps-demo-items > div {
    flex-direction: row;
    flex-wrap: nowrap;
    width: 700px;
  }

  .caps-demo-items > div > div {
    margin-right: 40px;
  }
}

@media (min-width: 1280px) {
  .caps-demo {
    padding: 100px 100px 50px 100px;
  }
}

/* caps-showcase */

.caps-showcase {
  display: flex;
  padding: 30px;
  flex-direction: column;
  max-width: 400px;
  margin: 0 auto;
}

.caps-showcase .pill-btn {
  width: 260px;
  font-size: 12px;
  line-height: 1.8;
  margin: 20px 0;
}

.caps-showcase p {
  margin: 30px 0;
  font-size: 18px;
  max-width: 264px;
  color: #707070;
  font-weight: 300;
  line-height: 1.6;
}

@media (min-width: 700px) {
  .caps-showcase p {
    line-height: 1.4;
  }
}

.caps-showcase-main {
  background: white;
}

.caps-showcase-carousel {
  background: #0CD459;
}

.caps-showcase-carousel img {
  max-width: 400px;
  width: 100%;
  display: block;
  margin: 0 auto 50px auto;
}

@media (max-width: 699px) {

  .caps-showcase {
    padding-bottom: 0;
  }

  .caps-showcase .pill-btn {
    width: 100%;
  }

  .caps-showcase-carousel {
    background: none;
    margin-top: 20px;
  }
}

@media (min-width: 700px) and (max-width: 1119px) {
  .caps-showcase {
    max-width: 780px;
    padding-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .caps-showcase-main {
    background: none;
  }

  .caps-showcase-carousel {
    background: none;
    margin-left: 20px;
  }
}

@media (min-width: 1120px) {
  .caps-showcase {
    flex-direction: row;
    min-height: 800px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    max-width: none;
  }

  .caps-showcase-main {
    padding-left: calc((100vw - 1120px) / 2 + 50px);
    padding-top: 200px;
    width: 50%;
  }

  .caps-showcase-carousel {
    padding-right: calc((100vw - 1120px) / 2 + 50px);
    padding-top: 150px;
    width: 50%;
    position: relative;
  }

  .caps-showcase-carousel img {
    max-width: none;
    margin: 0;
    position: absolute;
    left: -180px;
    width: 820px;
    height: 545px;
    object-fit: contain;
  }
}

@media (min-width: 1280px) {
  .caps-showcase-main {
    padding-left: calc((100vw - 1280px) / 2 + 100px);
  }

  .caps-showcase-carousel {
    padding-right: calc((100vw - 1280px) / 2 + 100px);
  }
}

/* caps-kiosk */

.caps-kiosk {
  display: flex;
  flex-direction: column;
  background: white;
  color: #707070;
  font-weight: 300;
}

.caps-kiosk-text {
  padding: 45px;
}

.caps-kiosk-img {
  background: #0CD459;
  margin-top: 80px;
}

.caps-kiosk-img > div {
  position: relative;
  height: 150px;
  max-width: 400px;
  margin: 0 auto;
}

.caps-kiosk-img img {
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  max-width: 410px;
}

.caps-kiosk ul, .caps-kiosk p {
  margin-bottom: 25px;
}

.caps-kiosk p {
  line-height: 1.6;
  font-size: 18px;
}

@media (min-width: 700px) {
  .caps-kiosk p {
    line-height: 1.4;
  }
}

.caps-kiosk h2 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 30px;
  font-weight: 300;
}

.caps-kiosk ul {
  text-transform: uppercase;
}

.caps-kiosk .pill-btn {
  font-size: 11px;
  line-height: 2;
}

@media (max-width: 699px) {
  .caps-kiosk {
    width: 100%;
  }

  .caps-kiosk-text {
    max-width: 400px;
    margin: 0 auto;
  }

  .caps-kiosk-img {
  }
}

@media (min-width: 700px) {
  .caps-kiosk {
    padding-top: 0;
    max-width: 780px;
    flex-direction: row;
  }

 .caps-kiosk-text h2 {
    font-size: 30px;
    font-weight: 300;
    width: 50%;
  }

  .caps-kiosk-text p,
  .caps-kiosk-text ul {
    max-width: 300px;
  }

  .caps-kiosk-img {
    width: 50%;
    margin-top: 0;
  }


  .caps-kiosk .pill-btn {
    width: 265px;
  }
}

@media (min-width: 700px) and (max-width: 1120px) {
  .caps-kiosk {
    margin: 50px auto;
  }
  .caps-kiosk-img {
    background: none;
  }

  .caps-kiosk-img img {
    width: 100%;
    bottom: initial;
  }
}

@media (min-width: 1120px) {
  .caps-kiosk {
    min-height: 800px;
    margin-bottom: 0;
  }

  .caps-kiosk-text {
    width: 50%;
    padding: 70px 70px 100px 40px;
    font-size: 18px;
    line-height: 1.6;
  }

  .caps-kiosk-img > div {
    position: relative;
    height: auto;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .caps-kiosk-img img {
    height: 690px;
    width: auto;
    position: absolute;
    bottom: 70px;
    left: -300px;
    z-index: 2;
    max-width: none;
    transform: none;
  }

  .caps-kiosk {
    max-width: none;
  }

  .caps-kiosk-text {
    padding-left: calc((100vw - 1120px) / 2 + 50px);
  }

  .caps-kiosk-img {
    padding-right: calc((100vw - 1120px) / 2 + 50px);
  }
}

@media (min-width: 1280px) {
  .caps-kiosk-text {
    padding-left: calc((100vw - 1280px) / 2 + 100px);
  }

  .caps-kiosk-img {
    padding-right: calc((100vw - 1280px) / 2 + 100px);
  }
}

.caps-showcase-rentals .caps-overview-items {
  flex-direction: column;
}

.caps-showcase-rentals .caps-overview-items h2 {
  color: #0CD459;
  font-size: 19px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: -10px;
  text-transform: uppercase;
  text-decoration: none;
}

.caps-showcase-rentals .caps-overview-items .item {
  margin-bottom: 60px;
}

.page-capabilities .caps-showcase-rentals h1 {
  max-width: 430px;
}

.caps-showcase .caps-showcase-rentals  p {
  max-width: 400px;
}

.caps-showcase-rentals .caps-overview-items > div {
  max-width: 430px;
}

.caps-showcase-carousel.rentals img {
  display: none;
}

@media (min-width: 1120px) {
 .caps-showcase-carousel.rentals img {
    display: block;
    max-width: none;
    margin: 0;
    position: absolute;
    left: -600px;
    top: 100px;
    width: 1240px;
    height: 760px;
  }
}
