@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

.workflow-automation-root {
  overflow-x: hidden;
  max-width: 100%;
  position: relative;
}

.workflow-automation-root h1,
.workflow-automation-root h2,
.workflow-automation-root h3,
.workflow-automation-root h4 {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.workflow-automation-root .odoo-banner-section h1 {
  font-size: 32px;
  font-weight: 650;
}

.workflow-automation-root .odoo-banner-section {
  margin-top: 72px;
}

.workflow-automation-root .odoo-banner-section > .container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.workflow-automation-root .odoo-banner-section > .container > .odoo_heading {
  margin-top: 0 !important;
}

.workflow-automation-root
  .odoo-banner-section
  > .container
  > .odoo_heading
  .row_odoo_heading2
  > div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.workflow-automation-hero-img {
  margin-top: 0 !important;
  width: auto !important;
  height: 270px !important;
}

.tf-section {
  padding: 60px 0;
  font-family: "Open Sans", sans-serif;
  position: relative;
}

.tf-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.tf-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-image: url("../image/home/warehouse/workflow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; */
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
  background: none;
}

.tf-title {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2c3e50;
  position: relative;
  z-index: 2;
}

h2 {
  font-size: 34px;
  font-weight: 600;
  color: #2c3e50;
}

.tf-subtitle {
  font-size: 16px;
  color: #333;
  max-width: 900px;
  margin: 0 auto 50px auto;
  position: relative;
  z-index: 2;
}

.tf-section-label {
  font-size: 22px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.tf-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  justify-items: center;
  position: relative;
  z-index: 2;
}

.tf-card {
  background: #ffffff8d;
  padding: 25px;
  width: 85%;
  border: 2px solid #dcdcdc;
  border-radius: 20px;
  text-align: left;
  position: relative;
  z-index: 2;
}

.tf-card h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.tf-card p {
  font-size: 14px;
  line-height: 1.5;
}

.tf-grid > :nth-child(4),
.tf-grid > :nth-child(5) {
  grid-column: span 1;
}

.timefold-advantages-section {
  padding: 60px 0;
}

.advantage-card {
  background: #fafafa;
  padding: 25px;
  border-radius: 12px;
  height: 30%;
  transition: transform 0.3s ease;
  text-align: center;
}

.advantage-card:hover {
  transform: translateY(-5px);
}
.advantage-card h3 {
  font-size: 16px;
  font-weight: 600;
}

.advantage-title {
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 10px;
  line-height: 1.3;
}

.advantage-description {
  font-size: 14px;
  color: #5c5c5c;
  line-height: 1.6;
  margin-bottom: 0;
}

.advantage-icon {
  margin: -45px auto 15px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5184c4;
  color: white;
  font-size: 20px;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .tf-section {
    padding: 30px 0;
  }

  .tf-title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  h2 {
    font-size: 24px !important;
  }

  .tf-subtitle {
    font-size: 14px;
    margin: 0 auto 30px auto;
    padding: 0 15px;
    line-height: 1.5;
  }

  .tf-section-label {
    font-size: 18px;
  }

  .tf-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
  }

  .tf-card {
    width: 100%;
    padding: 20px;
    border-radius: 15px;
  }

  .tf-card h3 {
    font-size: 16px;
  }

  .tf-card p {
    font-size: 14px;
  }

  .tf-grid > :nth-child(4),
  .tf-grid > :nth-child(5) {
    grid-column: 1;
  }

  .timefold-advantages-section {
    padding: 30px 0;
  }

  .timefold-advantages-section h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .timefold-advantages-section p {
    font-size: 14px;
    margin-bottom: 30px;
    padding: 0 15px;
  }

  .advantage-card {
    padding: 20px 15px;
    height: auto;
    min-height: 150px;
    margin-bottom: 20px;
  }

  .advantage-icon {
    margin: -45px auto 15px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5184c4;
    color: white;
    font-size: 20px;
    border-radius: 50%;
  }

  .advantage-description {
    font-size: 14px;
    line-height: 1.5;
  }

  .odoo-banner-section .container {
    padding: 0 15px;
  }

  .row_odoo_heading1 h1 {
    font-size: 22px;
    line-height: 1.3;
  }

  .row_odoo_heading1 p {
    font-size: 16px;
    line-height: 1.5;
  }

  .btn_home {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }

  .wa-banner-cta-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }

  .wa-banner-cta-wrap .btn_home {
    display: block;
    width: 100%;
    margin: 0 !important;
    margin-left: 0 !important;
    box-sizing: border-box;
  }

  .workflow-automation-hero-img {
    margin-top: 24px !important;
  }

  .tf-adv-container {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .tf-adv-block,
  .tf-adv-block.tf-adv-left {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 12px;
    margin-bottom: 16px;
  }

  .tf-adv-block.tf-adv-right {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    padding: 20px 12px;
    margin-bottom: 16px;
  }

  .tf-adv-block.tf-adv-right .tf-adv-icon-box {
    order: 0;
  }

  .tf-adv-text {
    text-align: center !important;
    max-width: 100% !important;
  }

  .tf-adv-text h4 {
    margin-top: 12px;
  }

  .tf-adv-icon-box {
    min-width: 0;
  }

  .benefits-container {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .benefits-row {
    flex-direction: column;
    gap: 28px;
  }

  .benefits-img-box,
  .benefits-list {
    width: 100% !important;
  }

  .benefit-item p {
    max-width: 100%;
  }

  .benefits-title,
  .benefits-subtitle {
    padding: 0 8px;
  }

  .tf-process-container {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .tf-process-title {
    font-size: 24px;
  }

  .tf-process-subtitle {
    font-size: 15px;
    padding: 0 5px;
  }

  .oodles-partner-container {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .oodles-partner-title {
    font-size: 24px;
    padding: 0 8px;
  }

  .oodles-partner-subtitle {
    font-size: 16px;
    padding: 0 8px;
  }

  .wa-cta-btn-row {
    flex-direction: column;
    align-items: stretch;
  }

  .wa-cta-btn-row .btn_home {
    width: 100%;
    margin: 0 !important;
    box-sizing: border-box;
  }

  .faq-section {
    padding: 0 15px 40px;
    box-sizing: border-box;
  }

  .odoo_headings .container {
    padding: 0 15px;
  }

  .odoo_headings h2 {
    font-size: 22px;
    padding: 0 15px;
  }

  .odoo_headings p {
    padding: 0 15px;
  }

  .sm-divs {
    padding: 0 15px;
  }

  .sm-divs h3 {
    font-size: 18px;
  }

  .sm-divs p {
    font-size: 14px;
  }

  .big-hide-abs-img {
    display: none;
  }

  .sm-hide-img {
    text-align: center;
    margin-bottom: 20px;
  }

  .right-div-abs {
    text-align: center;
    margin-top: 20px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .tf-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 0 20px;
  }

  .tf-card {
    width: 90%;
  }

  .advantage-icon {
    margin-left: auto;
    margin-right: auto;
  }
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.faq-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.faq-question {
  padding: 20px 30px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: black;
  transition: background-color 0.3s;
  min-width: 0;
  gap: 12px;
  overflow-wrap: break-word;
}

.faq-question:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.faq-question::after {
  content: "+";
  font-size: 1.5rem;
  transition: transform 0.3s;
}

.faq-item.active .faq-question::after {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 30px;
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease,
    padding 0.3s ease;
  color: #1e5ac880;
  line-height: 1.6;
}

.faq-item.active .faq-answer {
  padding: 0 30px 20px;
  max-height: 500px;
}

@media (max-width: 768px) {
  .faq-question {
    padding: 15px 20px;
    font-size: 1.2rem;
    line-height: 1.4;
    gap: 12px;
    align-items: flex-start;
  }

  .faq-question::after {
    flex-shrink: 0;
    margin-left: 8px;
  }

  .faq-answer {
    padding: 0 20px;
  }

  .faq-item.active .faq-answer {
    padding: 0 20px 15px;
    max-height: 2000px;
  }
}

.custom-pricing-cta {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  border-radius: 0;
  padding: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  max-width: 100%;
}

.custom-pricing-cta:before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(59, 130, 246, 0.1) 0%,
    rgba(59, 130, 246, 0) 70%
  );
  border-radius: 50%;
}

.custom-pricing-cta:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: -50%;
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(139, 92, 246, 0.1) 0%,
    rgba(139, 92, 246, 0) 70%
  );
  border-radius: 50%;
}

.custom-pricing-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.custom-pricing-title {
  font-size: 2.2rem;
  color: white;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.custom-pricing-description {
  font-size: 16px;
  color: #cbd5e1;
  line-height: 1.6;
  margin-bottom: 35px;
}

.oodles-partner-section {
  padding: 60px 0;
  font-family: "Inter", sans-serif;
  text-align: center;
  background-color: #f6f6f6;
}

.oodles-partner-container {
  width: 90%;
  max-width: 1300px;
  margin: auto;
}

.oodles-partner-title {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 15px;
}

.oodles-partner-subtitle {
  max-width: 900px;
  margin: 0 auto 50px auto;
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}

.oodles-partner-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

.oodles-partner-grid.wa-industries-grid {
  grid-template-columns: repeat(3, 1fr);
}

.oodles-partner-card {
  background: white;
  padding: 25px;
  border-radius: 16px;
  border: 1px solid #e4e4e4;
  text-align: center;
  transition: 0.3s;
}

.oodles-partner-card:hover {
  transform: translateY(-5px);
}

.oodles-card-icon img {
  width: 65px;
  height: 65px;
  margin-bottom: 15px;
}

.oodles-card-title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.oodles-card-desc {
  font-size: 14px;
  color: #444;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .oodles-partner-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  .oodles-partner-grid.wa-industries-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  .oodles-partner-grid:not(.wa-industries-grid) {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 769px) {
  .wa-banner-cta-wrap {
    display: block;
  }

  .wa-banner-cta-wrap .btn_home {
    display: inline-block;
    width: auto;
    margin-bottom: 10px;
  }

  .wa-banner-cta-wrap .btn_home + .btn_home {
    margin-left: 8px;
  }
}

.wa-core-cap-heading {
  font-size: 22px;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .wa-core-cap-heading {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .tf-adv-wrapper .tf-adv-title {
    font-size: 24px;
  }
}

.tf-process-wrapper {
  padding: 60px 0;
  background: #ffffff;
  font-family: Arial, sans-serif;
}

.tf-process-container {
  width: 85%;
  margin: auto;
  text-align: center;
}

.tf-process-title {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 15px;
}

.tf-process-subtitle {
  font-size: 16px;
  color: #444;
  max-width: 850px;
  margin: 0 auto 50px;
  line-height: 1.6;
}

.tf-process-timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.tf-line {
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  height: 3px;
  margin-top: 0;
  transform: translateY(-50%);
  background: #001f3f;
}

.wa-process .tf-step {
  width: 15%;
  flex: 1 1 0;
  min-width: 0;
}

.tf-step {
  width: 19%;
  text-align: left;
  position: relative;
}

.tf-dot {
  width: 14px;
  height: 14px;
  background: #001f3f;
  border-radius: 50%;
  position: relative;
  margin-bottom: 20px;
}

.tf-step h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.tf-step p {
  font-size: 13px;
  color: #444;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .tf-process-timeline {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    padding-left: 0;
    padding-right: 15px;
    box-sizing: border-box;
  }

  .tf-line {
    position: absolute;
    left: 10.5px;
    top: 0;
    height: 100%;
    width: 3px;
    margin-top: 0;
    transform: translateX(-50%);
    background: #001f3f;
  }

  .wa-process .tf-step,
  .tf-step {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding-left: 28px;
    box-sizing: border-box;
  }

  .tf-dot {
    position: absolute;
    left: 3.5px;
    top: 6px;
    margin: 0;
    transform: none;
  }

  .tf-step h4 {
    font-size: 18px;
    word-wrap: break-word;
  }

  .tf-step p {
    font-size: 15px;
    word-wrap: break-word;
  }
}

.benefits-wrap {
  padding: 60px 0;
  background: #f6f6f6;
  font-family: Arial, sans-serif;
}

.benefits-container {
  width: 85%;
  margin: auto;
  text-align: center;
}

.benefits-title {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 15px;
}

.benefits-subtitle {
  font-size: 16px;
  color: #444;
  max-width: 850px;
  margin: 0 auto 50px;
  line-height: 1.6;
}

.benefits-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.benefits-img-box {
  width: 40%;
}

.benefits-img-box img {
  padding: 16px;
  width: 100%;
  border-radius: 8px;
}

.benefits-list {
  width: 60%;
  text-align: left;
}

.benefit-item {
  margin-bottom: 25px;
}

.benefit-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.benefit-item p {
  font-size: 14px;
  color: #444;
  line-height: 1.55;
  max-width: 90%;
}

.benefit-line {
  margin-top: 10px;
  border-bottom: 1px solid #000;
  width: 100%;
}

.tf-adv-wrapper {
  padding: 60px 0;
  background: #f6f6f6;
  font-family: Arial, sans-serif;
}

.tf-adv-container {
  width: 80%;
  margin: auto;
  text-align: center;
}

.tf-adv-title {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 10px;
}

.tf-adv-subtitle {
  font-size: 15px;
  color: #444;
  max-width: 850px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.tf-adv-block {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 25px;
  margin-bottom: 25px;
}

.tf-adv-left {
  flex-direction: row;
}

.tf-adv-right {
  flex-direction: row-reverse;
}

.tf-adv-icon-box {
  background: white;
  padding: 18px;
  border-radius: 6px;
  min-width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tf-adv-icon-box img {
  width: 55px;
  height: 55px;
}

.tf-adv-text {
  text-align: left;
  max-width: 80%;
}

.tf-adv-text h4 {
  font-size: 16px;
  font-weight: 600;
  color: #0a2b63;
  margin-bottom: 5px;
}

.tf-adv-text p {
  font-size: 14px;
  color: #444;
  line-height: 1.55;
}

.wa-banner-cta-wrap {
  margin-top: 12px;
}

.wa-cta-btn-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.wa-cta-btn-row .btn_home {
  width: auto;
}

@media (min-width: 769px) and (max-width: 991px) {
  .benefits-row {
    flex-direction: column;
  }

  .benefits-img-box,
  .benefits-list {
    width: 100%;
  }

  .benefit-item p {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .row_odoo_heading1 p[style*="font-size"] {
    font-size: 16px !important;
  }
}

@media (max-width: 991px) {
  .workflow-automation-root .odoo-banner-section .container {
    max-width: 100%;
    overflow-x: hidden;
  }

  .workflow-automation-root .odoo-banner-section h1 {
    font-size: 28px;
  }

  .workflow-automation-root .odoo-banner-section > .container > .odoo_heading {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
  }

  .workflow-automation-root
    .odoo-banner-section
    > .container
    > .odoo_heading
    .row_odoo_heading1 {
    height: 100%;
    width: 100%;
  }

  .workflow-automation-root
    .odoo-banner-section
    > .container
    > .odoo_heading
    .row_odoo_heading2 {
    display: none;
  }

  .workflow-automation-root
    .odoo-banner-section
    > .container
    > .odoo_heading
    .row_odoo_heading1
    > div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .workflow-automation-root .odoo-banner-section {
    height: fit-content;
    padding: 6rem;
  }

  .benefits-img-box img {
    width: 70%;
  }

  .faq-container {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (max-width: 768px) {
  .workflow-automation-root .custom-pricing-cta {
    width: calc(100% - 32px);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 22px 16px;
    border-radius: 16px;
  }

  .workflow-automation-root .custom-pricing-title {
    font-size: 1.45rem;
  }

  .workflow-automation-root .custom-pricing-description {
    font-size: 15px;
    margin-bottom: 22px;
  }

  .workflow-automation-root .tf-adv-block {
    max-width: 100%;
  }

  .tf-adv-text {
    text-align: center;
  }

  .workflow-automation-root .odoo-banner-section {
    margin-top: 63px;
  }
}

@media (min-width: 2690px) {
  .benefits-img-box img {
    width: 50%;
    padding: 24px;
  }
}

@media (max-width: 576px) {
  .workflow-automation-root .odoo-banner-section {
    padding: 1rem 1rem 3rem 1rem;
  }

  .workflow-automation-root .odoo-banner-section h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
  }

  .workflow-automation-root .odoo-banner-section h1 + p {
    font-size: 14px !important;
  }

  .workflow-automation-root h2 {
    line-height: 130%;
  }

  .tf-adv-icon-box {
    padding: 10px;
    min-width: 60px;
  }

  .tf-adv-icon-box i {
    font-size: 24px !important;
  }

  .faq-container {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Workflow Automation Architecture — Services layout (2-2-1, world map watermark) */
.workflow-automation-root .wa-jbpm-arch-services {
  position: relative;
  background: #fff;
  padding: 72px 24px 80px;
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
}

.workflow-automation-root .wa-jbpm-arch-services__bg {
  position: absolute;
  inset: 0;
  /* background-image: url("../image/home/warehouse/world-map-watermark.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: min(95%, 1100px) auto; */
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
  background: none;
}

.workflow-automation-root .wa-jbpm-arch-services__inner {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.workflow-automation-root .wa-jbpm-arch-services__page-heading {
  position: relative;
  z-index: 2;
}

.workflow-automation-root .wa-jbpm-arch-services__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 56px;
  align-items: start;
}

.workflow-automation-root .wa-jbpm-arch-services__block {
  text-align: left;
}

.workflow-automation-root .wa-jbpm-arch-services__block h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #2c3e50;
}

.workflow-automation-root .wa-jbpm-arch-services__block p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
}

.workflow-automation-root .wa-jbpm-arch-services__block--center {
  grid-column: 1 / -1;
  text-align: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .workflow-automation-root .wa-jbpm-arch-services {
    padding: 48px 16px 56px;
  }

  .workflow-automation-root .wa-jbpm-arch-services__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .workflow-automation-root .wa-jbpm-arch-services__block--center {
    max-width: none;
    text-align: center;
  }

  .workflow-automation-root .wa-jbpm-arch-services__block h3 {
    margin-bottom: 0;
  }

  .workflow-automation-root .wa-jbpm-arch-services__block {
    text-align: center;
  }
}
