.about-video {
  box-sizing: border-box;
  padding: 70px;
  margin-bottom: 65px;
}

.about-video-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: center;
}

.about-video video {
}

.advantages-about {
  box-sizing: border-box;
  padding: 70px;
}

.advantages-about-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  color: #326ea3;
}

.advantages-about-desc {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: 0;
  text-align: center;
  color: #282828;
  margin-bottom: 50px;
}

.advantages-about-cards {
  background-color: #f5f8fe;
  display: flex;
  box-sizing: border-box;
  padding: 24px 35px;
  border-radius: 20px;
  margin-bottom: 80px;
}

.advantages-about-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.advantages-about-card-img {
}

.advantages-about-card-img img {
}

.advantages-about-card-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
}

.advantages-about-card-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: 0;
}

.advantages-about-hl7 {
  box-sizing: border-box;
  display: flex;
  gap: 40px;
}

.advantages-about-hl7-info {
  box-sizing: border-box;
  padding: 70px;
  border-radius: 15px;
  background-color: #f5f8fe;
  flex: 1 1 calc(50% - 40px / 2);
}

.advantages-about-hl7-info-text {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.advantages-about-hl7-info-title {
  font-size: 24px;
  font-weight: 500;
}

.advantages-about-hl7-info-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.advantages-about-hl7-brand {
  display: flex;
  align-items: center;
  gap: 30px;
  box-sizing: border-box;
  flex: 1 1 calc(50% - 40px / 2);
}

.advantages-about-hl7-brand-img {
  text-align: center;
  width: 50%;
}

.advantages-about-hl7-brand-img img {
  /* width: 100%; */
}

.advantages-about-hl7-brand-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
  width: 50%;
  color: #326ea3;
}

.advantages-about-hl7-brand-title {
  font-size: 36px;
  font-weight: 500;
}

.advantages-about-hl7-brand-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: #326ea3;
}

.history-about {
  box-sizing: border-box;
  padding: 70px;
  display: flex;
  gap: 30px;
}

.history-about-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: flex-start;
}

.history-about-year {
  font-size: 200px;
  font-weight: 800;
  color: #326ea3;
  opacity: 0.43;
}

.history-about-lead {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.38;
  color: #676767;
}

.history-about-desc {
  font-size: 18x;
  font-weight: 400;
  line-height: 1.4;
  color: #4a4a4a;
}

.history-about-img {
  width: 50%;
}

.history-about-img img {
}

.road-about {
}

.road-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 80px;
}

.road-rows {
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
  padding: 60px 80px;
  background-color: #e1e5ed;
  border-radius: 50px;
}

.road-row {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 30px 40px;
  border-radius: 20px;
  background-color: #fff;
}

.road-year {
  font-size: 64px;
  font-weight: 700;
  color: #326ea3;
}

.road-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 40%;
}

.road-content-el {
  display: flex;
}

.road-content-el-img {
}

.road-content-el-text {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: #282828;
}
