﻿.rodiba-inner__container .container__heading h2 {
  margin: 0;
  line-height: 50px;
  font-size: 18px;
  border-bottom: 2px solid #CCC;
}
.rodiba-inner__container .container__heading .Head {
  border-bottom: 2px solid #ff0000;
  margin-bottom: 0;
}

.container__heading--right {
  text-align: center;
  display: flex;
  align-items: center;
  padding: 30px 0;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .container__heading--right {
    padding: 20px 0;
  }
}
.container__heading--right:after {
  content: "";
  height: 2px;
  flex-basis: 100%;
  background-color: #b8b8b8;
}
.container__heading--right h2 {
  font-size: 16px;
  display: inline-block;
  white-space: nowrap;
  color: #000;
  margin: 0 15px;
  font-weight: 600;
}

.container__heading--customer {
  text-align: right;
  position: absolute;
  top: -20px;
  right: -15px;
}
.container__heading--customer h2 {
  font-size: 17px;
  display: inline-block;
  color: #fff;
  margin: 0 15px;
  font-weight: 600;
  background: #fdb913;
  border-radius: 10px;
  padding: 10px 18px;
}

html[lang=en-US] .container__heading--customer {
  right: auto;
  left: -15px;
}

.rodiba-inner-withback__container h2 {
  text-align: center;
  font-weight: 900;
  color: #000;
  font-size: 26px;
}
.rodiba-inner-withback__container h2 span {
  border-bottom: 1px solid #ff0000;
  line-height: 2;
}
