﻿.rodiba-inner__container .container__heading h2 {
  margin: 0;
  line-height: 50px;
  font-size: 24px;
  color: #9d1a20;
  font-weight: 600;
}
.rodiba-inner__container .container__heading .Head {
  margin-bottom: 20px;
}
.rodiba-inner__container .container_content_news {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 15px;
}
.rodiba-inner__container .container_content_news .more-items {
  background-image: url(/Portals/0/pt1.jpg);
}
.rodiba-inner__container .container_content_news .title {
  background-image: url(/Portals/0/pt1.jpg);
}

.container_content_news {
  position: relative;
}
.container_content_news::before {
  content: "";
  position: absolute;
  width: 100%;
  background: #595f65;
  height: 1px;
  top: 13px;
  z-index: 0;
}
.container_content_news .title {
  display: inline-block;
  position: relative;
  z-index: 200;
  padding: 0 0 0 10px;
}
.container_content_news .title i {
  color: #9d1a20;
  font-size: 21px;
  padding-left: 5px;
}
.container_content_news .title span {
  color: #000;
  font-weight: bold;
  vertical-align: text-bottom;
  display: inline-block;
  margin: 0;
  font-size: 19px;
}
.container_content_news .more-items {
  position: relative;
  top: 3px;
  padding: 0 12px 0 0;
  float: left;
}
.container_content_news .more-items a {
  padding: 2px 18px;
  border-radius: 20px;
  color: #131313;
  font-size: 13px;
  transition: all 0.3s;
  background: #bfbebe;
  text-decoration: none;
}
.container_content_news .more-items a:hover {
  color: #064530 !important;
  border-color: #064530 !important;
}

html[lang=en-US] .container_content_news .more-items {
  float: right;
  padding: 0 0 0 12px;
}
html[lang=en-US] .container_content_news .title i {
  transform: rotate(180deg);
}

.container__heading--center {
  text-align: center;
  display: flex;
  align-items: center;
  padding: 50px 0 20px;
  justify-content: center;
  position: relative;
  flex-direction: column;
}
@media (max-width: 768px) {
  .container__heading--center {
    padding: 15px 0 0;
    justify-content: flex-start;
  }
}
.container__heading--center h3 {
  font-size: 20px;
  font-weight: 800;
  display: inline-block;
  white-space: nowrap;
  color: #000;
  margin: 0 15px;
}
.container__heading--center .heading--center__underline-one {
  width: 9%;
  height: 2px;
  background: #9d1a20;
  margin: 5px 0 3px;
}
.container__heading--center .heading--center__underline-two {
  width: 11%;
  height: 2px;
  background: #9d1a20;
  margin-bottom: 3px;
}
.container__heading--center .heading--center__underline-three {
  width: 14%;
  height: 2px;
  background: #9d1a20;
}

.container__heading--right {
  text-align: center;
  display: flex;
  align-items: start;
  padding: 30px 0 0;
}
.container__heading--right:after {
  content: "";
  height: 4px;
  flex-basis: 100%;
  background-color: #9d1a20;
}
.container__heading--right h2 {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
  color: #000;
  margin: 0 15px 0 0;
  padding: 6px 4px 6px 23px;
  position: relative;
  bottom: 12px;
}
.container__heading--right h2:after {
  content: "";
  border: 4px solid transparent;
  border-top-color: #9d1a20;
  box-sizing: border-box;
  grid-area: 1/1;
  padding: 15px;
  transform: rotate(220deg);
  position: absolute;
  left: 2px;
  top: -8px;
}
.container__heading--right h2 span {
  border-bottom: 4px solid #9d1a20;
  display: inline-block;
  padding-bottom: 10px;
  padding-right: 15px;
}

.container__content-right .container__right-pane {
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  .container__content-right .container__right-pane {
    justify-content: center;
  }
}
.container__content-right .container__right-pane h2 {
  margin: 0;
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
}
.container__content-right .container__right-pane h2 .Head {
  color: #000;
}
.container__content-right .container__right-pane h2 .Head:before {
  content: "\f0c1";
  font-family: FontAwesome;
  color: #9d1a20;
  margin-left: 10px;
  font-weight: 500;
}
