/* business-services */
.business-services-page .hero-panel.inner-page {
  background-image: url("../imgs/business-services-herobg.webp");
}

.enhanced-agility {
}
.enhanced-agility .main-heading {
}
.enhanced-agility .pro__item {
  margin-top: 0;
  margin-bottom: 30px;
  padding: 30px;
}
.enhanced-agility .pro__item .title {
  font-size: 18px;
  margin-bottom: 0;
}
/* endless-possibility-section */
.endless-possibility-section {
}
.endless-possibility-section .main-heading {
}
.endless-possibility-section .ep-card {
  padding: 30px;
  background: #ffffff;
  box-shadow: 5px 5px 80px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.endless-possibility-section .ep-card .content {
}
.endless-possibility-section .ep-card .content .title {
  color: #12141d;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 35px;
}
.endless-possibility-section .ep-card .content .arrow-btn {
}
.endless-possibility-section .ep-card .content .arrow-btn .button {
}
.endless-possibility-section .ep-card .content .arrow-btn .button i {
}
.endless-possibility-section .ep-card .image {
}
.endless-possibility-section .ep-card .image img {
  width: 70px;
  box-shadow: 0px 2.28169px 4.56338px rgba(16, 24, 40, 0.05);
  border-radius: 50%;
}
/* bswide-range-section  */
.bswide-range-section {
  background: #fff;
}
.bswide-range-section .csection-content {
}
.bswide-range-section .ep_content .e-points ul {
  padding: 0;
}
.bswide-range-section .ep_content .e-points ul li {
  color: #566772;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 500;
}
.bswide-range-section .ep_content .e-points ul li i {
  background: #566772;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* pricing section */
.pricing-section {
}
.pricing-section .ps-section-heading {
  text-align: center;
}
.pricing-section .ps-section-heading .main-heading {
  margin-bottom: 20px;
}
.pricing-section .ps-section-heading .h-button {
}
.pricing-section .ps-section-heading .h-button .d-btn {
  display: inline-block;
}

/* hybrid-workforce-section */
.hybrid-workforce-section {
}
.hybrid-workforce-section .content__sections {
  flex-direction: column;
}
.hybrid-workforce-section .content__sections .content-section {
  width: 100%;
  border: solid 1px #f3f3f3;
}
