.solution-dynamic-section {
  padding: 62px 0;
  background: #ffffff;
}

.solution-dynamic-section .container {
  max-width: 1140px;
}

.solution-dynamic-title {
  text-align: left;
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.solution-dynamic-title h2 {
  font-size: 30px;
  font-weight: 800;
  color: #111111;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  display: inline-block;
}

.solution-dynamic-title h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 70px;
  height: 3px;
  background: #df2f36;
  transform: translateX(-50%);
}

.solution-dynamic-section p {
  color: #333333;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 18px;
}

.solution-dynamic-list-wrap {
  margin-top: 28px;
}

.solution-dynamic-list-wrap h3 {
  color: #111111;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.solution-dynamic-list {
  padding-left: 20px;
  margin: 0;
}

.solution-dynamic-list li {
  color: #333333;
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 7px;
}

.solution-dynamic-image {
  width: 100%;
  text-align: center;
}

.solution-dynamic-image img {
  max-width: 100%;
  max-height: 440px;
  object-fit: contain;
}

.solution-dynamic-action {
  margin-top: 30px;
}

.solution-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #df2f36;
  color: #ffffff !important;
  padding: 14px 26px;
  border-radius: 4px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.solution-whatsapp-btn:hover {
  background: #bd2028;
  color: #ffffff !important;
  transform: translateY(-1px);
}

@media (max-width: 991px) {
  .solution-dynamic-section {
    padding: 46px 0;
  }

  .solution-dynamic-title {
    text-align: center;
  }

  .solution-dynamic-image {
    margin-top: 18px;
  }
}
