.logo-white,
.logo-color {
  height: 50px;
}

a {
  cursor: pointer !important;
}
.right-pane .overlay {
  background-color: #1f024c7d;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.right-pane {
  position: relative;
  margin-left: 15px;
  margin-top: 20px;
  height: 681px;
  mask-size: 580px;
  -webkit-mask-size: 641px;
  mask-position: 0px center;
  -webkit-mask-position: 0px center;
  mask-image: url(../img/screen/mask-image.png);
  -webkit-mask-image: url(../img/screen/mask-image.png);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.right-pane video {
  width: unset;
  height: 100%;
}
body {
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
/* mobile and tablet*/
@media screen and (max-width: 975px) {
  .right-pane {
    height: 288px;
    margin-left: 15px;
    -webkit-mask-size: 308px;
    mask-size: 308px;
    overflow: hidden;
  }
  .dangle {
    position: relative;
    top: 0;
    left: 0;
  }
  .integration-list {
    grid-template-columns: 1fr 1fr;
  }
}
/* desktop */
@media screen and (min-width: 976px) {
  .dangle {
    position: absolute;
    top: -390px;
    left: 0;
  }
}
.card .card-header {
  border-bottom-color: #f9f9f9;
  line-height: 30px;
  -ms-grid-row-align: center;
  align-self: center;
  width: 100%;
  padding: 10px 25px;
  display: flex;
  align-items: left;
  background-color: transparent;
}
.card .card-header p {
  font-size: medium;
}
.card .card-header h4 {
  font-size: 17px;
  line-height: 28px;
  padding-right: 10px;
  margin-bottom: 0;
  color: #212529;
}

/* pricing */
.rounded-lg {
  border-radius: 1rem !important;
}

.text-small {
  font-size: 0.9rem !important;
}

.custom-separator {
  width: 5rem;
  height: 6px;
  border-radius: 1rem;
}

.text-uppercase {
  letter-spacing: 0.2em;
}
.shape-service .color-shape-4 {
  right: 0;
  top: unset;
  bottom: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 250px;
}
