/* /7-dni-samsung */
.titleDec__wrap {
  display: flex;
  justify-content: center;
  margin: var(--aRem-50) 0 0;
}

.titleDec {
  font-size: var(--aRem-30);
  line-height: 1.2;
  color: #000;
  font-weight: 700;
  text-align: center;
  position: relative;
}

.titleDec:before, .titleDec:after {
  content: '';
  position: absolute;
  width: var(--aRem-71);
  height: 2px;
  top: calc(50% - 1px);
  left: calc(100% + var(--aRem-20));
  background-color: #97bc43;
}

.titleDec:before {
  left: auto;
  right: calc(100% + var(--aRem-20));
  background-color: #f3a000;
}
