.accred-block-borders {
  padding: 60px 32px;
  max-width: 980px;
  margin: 80px auto;
  background-color: #fff;
}

.accred-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: center;
  color: #c8102e; /* красный акцент */
  position: relative;
}

.accred-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: #d4af37;
  margin: 12px auto 0;
  border-radius: 2px;
}

.accred-intro p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.accred-benefits {
  margin-top: 40px;
}

.accred-benefits h3 {
  font-size: 28px;
  margin-bottom: 24px;
  text-align: center;
  color: #c8102e;
}

.accred-benefits-block {
  margin-bottom: 32px;
  padding: 16px 24px;
  border-left: 4px solid #d4af37;
  background: #fffdf9;
}

.accred-benefits-block h4 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #c8102e;
}

.accred-benefits-block ul {
  padding-left: 24px;
  list-style: disc;
  line-height: 1.7;
  font-size: 17px;
}

.accred-info {
  margin-top: 40px;
  font-size: 17px;
  line-height: 1.6;
  padding: 20px 24px;
  background: #fff9f9;
  border-left: 4px solid #c8102e;
  border-radius: 8px;
}
/*========= Блок 2 всякие аккордеоны ==========*/
.acred-additional-invofmation {
	padding-bottom: 60px;
}
