﻿.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: 13px 0 10px;
}
.container__heading--right:after {
  content: "";
  height: 1px;
  flex-basis: 100%;
  background-color: #766363;
}
.container__heading--right h2, .container__heading--right h1 {
  font-size: 15px;
  display: inline-block;
  white-space: nowrap;
  color: #0a028c;
  margin: 0 15px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .container__heading--right h2, .container__heading--right h1 {
    white-space: normal !important;
  }
}

.container__heading--customer {
  text-align: right;
  position: absolute;
  top: 20px;
  right: 100px;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .container__heading--customer {
    top: -20px;
    right: 90px;
  }
}
.container__heading--customer h2 {
  font-size: 16px;
  display: inline-block;
  color: #d30303;
  margin: 0 15px;
  font-weight: 600;
  background: #fff;
  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;
  font-family: vazir !important;
}
.rodiba-inner-withback__container h2 span {
  border-bottom: 1px solid #ff0000;
  line-height: 2;
}

.container__heading--center2 {
  text-align: center;
  display: flex;
  align-items: center;
  padding: 25px 0 25px;
}
.container__heading--center2 .Head {
  color: #aaaaaa;
  position: relative;
  padding-top: 30px;
  margin-bottom: 0;
}
.container__heading--center2 .Head:before {
  content: "Last News";
  letter-spacing: -2px;
  color: #d20302;
  font-size: 34px;
  font-family: sans-serif;
  display: inherit;
  font-weight: bold;
  position: absolute;
  top: -14px;
  left: -5px;
}
.container__heading--center2 h2 {
  font-size: 15px;
  font-weight: 900;
  display: inline-block;
  white-space: nowrap;
  color: #aaaaaa;
  margin: 0 30px;
}

.container__heading--center2:after, .container__heading--center2:before {
  content: "";
  height: 2px;
  flex-basis: 100%;
  background-color: #979797;
}

.container__heading--center2:before {
  transform: rotate(180deg);
}
