.bg-product {
  background: linear-gradient(225deg, #313c59 0%, #13151c 100%);
}

.product-item {
  display: flex;
  flex: 0 0 33.33333%;
  max-width: 42.33333%;
  padding: 0 15px;
  margin-bottom: 45px;
}

.product-item .icon {
  width: 41px;
  height: 36px;
  flex-shrink: 0;
  margin-right: 30px;
  margin-top: 12px;
}

.product-item .product-content .title {
  font-size: 22px;
  color: white;
  font-weight: 500;
  margin-bottom: 12px;
}

.product-item .product-content .desc {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}

.advantage-item {
  width: calc((100% - 60px) / 3);
  background-color: #008EC2;
  border-radius: 20px;
  padding: 60px 30px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advantage-item img {
  width: 119px;
  height: 134px;
  margin-bottom: 40px;
}

.advantage-item .title {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 16px;
}

.advantage-item .desc {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
  text-align: center;
}

.advantage-item .action {
  font-size: 18px;
  color: #ffffff;
  margin-right: 16px;
  display: block;
  transition: transform 0.3s;
}
.advantage-item .action-box:hover .action {
  transform: translateX(-10px);
}


.advantage-item .arrow-right {
  width: 16px;
  height: 16px;
  margin-bottom: 0;
  transition: transform 0.3s;
}

.advantage-item .action-box:hover .arrow-right {
  transform: translateX(10px);
}


.value-item {
  display: flex;
  flex: 0 0 33.33333%;
  max-width: 42.33333%;
  padding: 0 15px;
  margin-bottom: 75px;
}

.value-item .icon {
  width: 37px;
  height: 37px;
  flex-shrink: 0;
  margin-right: 30px;
  margin-top: 6px;
}

.value-item .value-content .title {
  font-size: 22px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 20px;
}

.value-item .value-content .desc {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
}

.card-item {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
}

.card-item .title {
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 6px;
}

.card-item .desc {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
}

.media-item {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding: 0 15px;
}

.media-item h3 {
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 20px;
}

.media-item .media-img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 25px;
}

.media-item .desc {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 16px;
}

.media-item .action {
  font-size: 18px;
  color: #008EC2;
  margin-right: 16px;
  display: block;
  transition: transform 0.3s;
  font-weight: 500;
}
.media-item .media-action:hover .action {
  color: #1c10cf;
}


.media-item .arrow-right {
  width: 16px;
  height: 16px;
  margin-bottom: 0;
  transition: transform 0.3s;
}

.media-item .media-action:hover .arrow-right {
  transform: translateX(10px);
}

.client-item {
  width: calc((100% - 90px) / 3);
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  border: 1px solid #e7e9ed;
  background: #ffffff;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}

.client-item .desc {
  font-size: 18px;
  margin-bottom: 25px;
  color: #13151C;
}

