/* hero panel */
.hero-panel.inner-page {
  background-image: url("../imgs/call_recording_heropanel.webp");
  padding-bottom: 35px;
}
.hero-panel.inner-page .hp-heading .desc {
  font-weight: 500;
  width: 50%;
  margin: 15px auto;
  color: #12141d;
}
.hero-panel.inner-page .hero-image img {
  width: 50%;
}

/* endless-possibilities */
.endless-possibilities {
  background: linear-gradient(to right, #eeeeee 50%, #f8f8f8 50%);
}
.endless-possibilities .row {
  align-items: center;
}
.endless-possibilities .ep_content {
  height: 100%;
}
.endless-possibilities .ep_content .main-heading {
  margin-bottom: 30px;
}
.endless-possibilities .ep_content .e-points {
}
.endless-possibilities .ep_content .e-points ul {
}
.endless-possibilities .ep_content .e-points ul li {
  color: #12141d;
}

.endless-possibilities .ep_content .e-points ul li::marker {
  color: #de2b28;
  font-size: 1.2em;
}
.endless-possibilities .image {
}
.endless-possibilities .image img {
  transform: scale(1.2);
  width: 100%;
}

/* industry-leading-section */
.industry-leading-section {
}
.industry-leading-section .main-heading {
  text-align: center;
}
.industry-leading-section .pro__item {
  background: #fff;
  min-height: 382px;
  padding: 40px 30px;
}
.industry-leading-section .pro__item .title {
}

/* integration-section */
.integration-section {
  background-image: url("../imgs/founder_section.webp");
  background-position: top right;
  background-size: cover;
}
.integration-section .main-heading {
  margin-bottom: 10px;
}
.integration-section .heading-desc {
  font-size: 24px;
  color: #12141d;
}
.integration-section .content__sections {
  margin-top: 40px;
  display: flex;
  align-items: center;
  height: 100%;
}
.integration-section .content__sections .content-section.grey_bg {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: none;
  background: #f3f3f3;
}
.integration-section .content__sections .content-section {
  width: 50%;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-width: 0px 1px 1px 0;
  border-style: solid;
  border-color: #f4f4f4;
  background: #fff;
}
.integration-section .content__sections .content-section .title {
  color: #12141d;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
}
.integration-section .content__sections .content-section .title span {
  color: #566772;
  font-weight: 700;
}
.integration-section .content__sections .content-section .title img {
  margin-right: 5px;
}
.integration-section .content__sections .content-section p {
  color: #566772;
}

/* powerful-solution-section */
.powerful-solution-section {
}
.powerful-solution-section .sec-image {
  position: relative;
}
.powerful-solution-section .sec-image img {
  width: 100%;
}
.powerful-solution-section .sec-image .img-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 100px 80px;
}
.powerful-solution-section .sec-image .img-content .main-heading {
  width: 700px;
}
.powerful-solution-section .sec-image .img-content .button {
}
.powerful-solution-section .sec-image .img-content .button a {
}
