
/* From Bottlenecks To Breakthroughs Section */
p {
  font-size: 1.5rem !important;
}
.row-number-17 {
  display: none !important;
}
.btb-section {
  padding: 3% 40px;
  background: 
#ffffff;
}
.row-fluid-wrapper.row-depth-1.row-number-32.dnd-section {
  padding: 0 !important;
}
.dnd_area-row-9-background-layers {
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);  
}  

.row-number-28 {
  padding: 0 !important;
}
.btb-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.btb-header {
  text-align: center;
  margin-bottom: 3%;
}
.btb-header h2 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: 
#000000;
  line-height: 1.2;
  max-width: 900px;
  margin: 0 auto;
}
.btb-steps {
  max-width: 1100px;
  margin: 0 auto;
}
.btb-step {
  display: grid;
  grid-template-columns: 140px 1fr 140px;
  align-items: center;
  gap: 80px;
  position: relative;
  padding-bottom: 10% !important;
}
.btb-step:last-child) {
  padding-bottom: 0 !important;
}
.btb-step::after {
  content: '';
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 84, 0, 1.0);
  transform: translateY(-50%);
  z-index: 1;
}
.btb-step-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
/*   background: 
#ffffff; */
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid 
#f0f0f0;
  position: relative;
  z-index: 2;
}
.btb-step-icon img {
  width: 220px;
  height: 220px;
  object-fit: contain;
}
.btb-step-content {
  text-align: left;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.btb-step-content p {
  font-size: 1.4rem;
  color: 
#333333;
  line-height: 1.4;
  margin: 0;
  font-weight: 400;
}
.btb-step-number {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.btb-step-number span {
  font-size: 5.5rem;
  font-weight: 700;
  color: 
#5cbcc4;
  line-height: 1;
}
}
/ Tablet Styles /
@media (max-width: 1024px) {
  .btb-section {
    padding: 60px 30px;
  }
  .btb-header {
    margin-bottom: 60px;
  }
  .btb-step {
    grid-template-columns: 120px 1fr 120px;
    gap: 40px;
    padding: 50px 0;
  }
  .btb-step-icon {
    width: 100px;
    height: 100px;
  }
  .btb-step-icon img {
    width: 75px;
    height: 75px;
  }
  .btb-step-content p {
    font-size: 1.2rem;
  }
  .btb-step-number span {
    font-size: 4.5rem;
  }
}
/ Mobile Styles */
@media (max-width: 767px) {
  .row-number-13 {
  display: none !important;
}

  .dnd-section {
    padding: 5% !important;
  }
  [class="dnd_area-row"][class="padding"] {
    padding: 5% !important;
  }
  .btb-section {
    padding: 50px 20px;
  }
  .btb-header {
    margin-bottom: 50px;
  }
  .btb-step {
    grid-template-columns: 1fr;
    gap: 25px;
    text-align: center;
    padding: 40px 0;
    justify-items: center;
  }
  .btb-step:not(:last-child)::after {
    top: 60%;
    left: 10%;
    right: 10%;
    height: 2px;
  }
  .btb-step-icon {
    width: 100px;
    height: 100px;
    order: 1;
  }
  .btb-step-icon img {
    width: 75px;
    height: 75px;
  }
  .btb-step-content {
    text-align: center;
    order: 3;
    padding: 0;
    margin-top: 15px;
  }
  .btb-step-content p {
    font-size: 1.1rem;
    max-width: 300px;
    margin: 0 auto;
    line-height: 1.5;
  }
  .btb-step-number {
    order: 2;
    margin-top: 20px;
  }
  .btb-step-number span {
    font-size: 4rem;
  }
}
/* Extra small mobile */
@media (max-width: 480px) {
  .btb-section {
    padding: 40px 15px;
  }
  .btb-step {
    padding: 35px 0;
  }
  .btb-step-content p {
    font-size: 1rem;
    max-width: 280px;
  }
  .btb-step-number span {
    font-size: 3.5rem;
  }
}