.highlights {
  background-color: #f7f8fb;
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.highlights .top {
  width: 928px;
  display: flex;
  align-items: center;
  margin-bottom: 90px;
  justify-content: space-between;
}
.highlights .top .left .b_title {
  font-family: Montserrat-Bold;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.285em;
  color: #000;
}
.highlights .top .left .s_title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.285em;
  font-family: Montserrat-Bold;
  color: #000;
}
.highlights .top .right_text {
  line-height: 1.6em;
  font-size: 20px;
  font-family: Montserrat;
  color: #000;
  width: 505px;
}
.highlights .bottom {
  display: flex;
  align-items: center;
}
.highlights .bottom .bottom_item {
  width: 212px;
  height: 165px;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 30px;
}
.highlights .bottom .bottom_item .num {
  font-family: Montserrat-Bold;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
  transition: opacity 0.3s;
  margin-bottom: 15px;
}
.highlights .bottom .bottom_item .counter-text {
  color: #181b31;
  font-size: 20px;
  font-family: Montserrat;
}
.highlights .bottom .bottom_item:hover .num {
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background: linear-gradient(to right, #4762ff 0, #ff798e 100%);
}
