.describ-dental-complete {
  width: 100%;
  box-sizing: border-box;
  padding: 90px;
}

.describ-dental-complete-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0;
  margin-bottom: 25px;
  text-align: center;
}

.describ-dental-complete-cards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 30px;
}

.describ-dental-complete-card {
  flex: 1 1 calc(25% - 3 * 40px / 4);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 25px 20px 15px 20px;
  background-color: rgba(23, 127, 125, 0.17);
  text-align: center;
}

.describ-dental-complete-card-img {
}

.describ-dental-complete-card-img img {
}

.describ-dental-complete-card-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
}

.describ-dental-complete-card-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
}

.describ-dental-complete-img {
  width: 100%;
}

.describ-dental-complete-img img {
  width: 100%;
}

.advantages-dental-complete {
  box-sizing: border-box;
  padding: 70px;
}

.advantages-dental-complete-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: center;
  color: #177f7d;
}

.advantages-dental-complete-desc {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: center;
  color: #282828;
  margin-bottom: 80px;
}

.advantages-dental-complete-img {
  margin-bottom: 45px;
}

.advantages-dental-complete-img img {
  width: 100%;
}

.advantages-dental-complete-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}

.advantages-dental-complete-card {
  flex: 1 1 calc(25% - 3 / 4 * 35px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  box-sizing: border-box;
  padding: 28px 28px 18px 28px;
  border-radius: 20px;
  background-color: rgba(23, 127, 125, 0.17);
}

.advantages-dental-complete-card-img {
  border-radius: 20px;
}

.advantages-dental-complete-card-img img {
}

.advantages-dental-complete-card-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
}

.advantages-dental-complete-card-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
}
