﻿.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 #fdb913;
  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; }

.container__heading--center2 {
  text-align: center;
  display: flex;
  align-items: center;
  padding: 25px 0 25px; }

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

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

.container__heading--center2 .Head {
  color: #555;
  position: relative;
  padding-top: 30px;
  margin-bottom: 0;
  font-weight: 900; }

.container__heading--center2 .Head:before {
  content: "Last News";
  letter-spacing: -2px;
  color: #e5b80b;
  font-size: 34px;
  font-family: sans-serif;
  display: inherit;
  font-weight: bold;
  position: absolute;
  top: -14px;
  left: -6px; }

.container__heading--center2 h2 {
  font-size: 19px;
  font-weight: 500;
  display: inline-block;
  white-space: nowrap;
  color: #000;
  margin: 0 30px; }

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