.solutions-page {
}
.solutions-page .hero-panel {
  background-image: url("../imgs/solutions_hbg.webp");
}

/* call-rated-section */
.call-rated-section {
}
.call-rated-section .main-heading {
}
.call-rated-section .csection-content {
  width: 80%;
}
.call-rated-section .csection-content p {
  font-size: 20px;
  margin-bottom: 30px;
}
.call-rated-section .csection-content ul {
}
.call-rated-section .csection-content ul li {
  font-size: 21px;
  margin-bottom: 10px;
}
.call-rated-section .csection-content .button {
  margin-top: 30px;
}
.call-rated-section .csection-image {
}
.call-rated-section .csection-image img {
  width: 100%;
  transform: scale(1.5);
}

/* solutions-page-tabs */
.solutions-page-tabs {
}
.solutions-page-tabs .main-heading {
  width: 83%;
  margin-left: auto;
  margin-right: auto;
}
.solutions-page-tabs .solutions__list {
}
.solutions-page-tabs .solutions__list .title {
  font-weight: 400 !important;
}
.solutions-page-tabs .sol-tab-content {
  padding: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.solutions-page-tabs .sol-tab-content p {
  color: #12141d;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}
.solutions-page-tabs .sol-tab-content ul {
}
.solutions-page-tabs .sol-tab-content .button {
  margin-top: 30px;
}
