.ww-platform-intro h1 {
  color: #031c52;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 24px;
}

.ww-platform-intro h6 {
  color: #375188;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 12px;
}

.ww-platform-section {
  padding-top: 140px;
  padding-bottom: 50px;
}

.ww-platform-intro,
.ww-platform-image {
  width: 45%;
}

.ww-platform-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lets-use-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 120px;
}

.lets-use-wrapper h2 {
  color: #031c52;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  max-width: 50%;
}

.lets-use-image {
  width: 40%;
}

.malfeasance-wrapper {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}

.malfeasance-item {
  width: calc(100% / 3 - 22px);
  text-align: center;
  border-radius: 6px;
  border: 1px solid #77ceff;
  background: rgba(119, 206, 255, 0.1);
  padding: 21px;
}

.malfeasance-item h5 {
  color: #031c52;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.malfeasance-item h6 {
  color: #375188;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.platform-values-section {
  margin-top: 120px;
  margin-bottom: 60px;
}

.platform-value-title {
  color: #031c52;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  max-width: 55%;
  margin-bottom: 40px;
}

.platform-value-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
}

.p-value-header {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.value-content h6 {
  color: #031c52;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 12px;
}

.value-content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.platform-value-content {
  width: 45%;
}

.platform-value-image {
  width: 40%;
}

.p-value-points-wrapper {
  margin-top: 40px;
}

.p-value-point {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.p-value-point h6 {
  color: #031c52;
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.platform-video-section {
  margin-bottom: 120px;
}

.platform-video-section .container {
  text-align: center;
}

.engagement-diagram-wrapper {
  padding-top: 80px;
  width: 100%;
  text-align: center;
}

.engagement-diagram-wrapper img {
  width: 80%;
}
