.title-box.pribeh {
  padding: 0;
  display: flex;
  border-radius: 7px 7px 0 0;
  justify-content: space-between;
  margin-bottom: 0;
  height: auto;
}

.title-box.pribeh.vec {
  min-height: 68px;
}

.title-box.pribeh h1 {
  padding: 0 15px;
  margin: 0;
  font-weight: 400;
  font-size: 28px;
  line-height: 68px;
}

.title-box.pribeh.vec h1 {
  margin: 19px 0;
  line-height: 1.1;
}

.title-box.pribeh h2 {
  margin-left: 28px;
  font-size: 22px;
  line-height: 68px;
}

.title-box.pribeh .fb-share-button {
  align-self: center;
  margin-right: 15px;
  position: unset;
}

.pribeh-header {
  margin-bottom: 15px;
}

.pribeh-image {
  width: 100%;
  position: relative;
}

.pribeh-image img {
  width: 100%;
}

.pribeh-image-panel {
  display: flex;
  text-align: right;
  width: auto;
  padding: 5px 23px;
  font-size: 16px;
  justify-content: center;
  flex-direction: column;
}

.pribeh-image-panel span:first-child {
  display: block;
}

.body-box p.pribeh-quote {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0 15px;
  font-size: 18px;
  text-align: center;
}

.pribeh-progress-months {
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  justify-content: space-between;
}

.pribeh-progress-months .month {
  flex-basis: 0;
  flex-grow: 1;
  border-right: 1px solid #073776;
  padding-right: 15px;
  font-size: 16px;
  text-align: right;
}

.pribeh-progress-months .month span {
  display: block;
}

.pribeh-progress-months .needed-hours {
  font-weight: 700;
}

.pribeh-progress .progress {
  height: 26px;
  margin: 15px;
  position: relative;
  background-color: #da1a35;
}

.pribeh-progress .progress-bar {
  background-color: rgb(164,211,50);
}

.pribeh-progress .progress-bar > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

.pribeh-darovani {
  display: flex;
  padding: 0 15px;
  padding-bottom: 15px;
}

.pribeh-darovani .darovani-info span {
  display: block;
  text-align: center;
  margin-right: 15px;
}

.pribeh-darovani > * {
  flex-grow: 1;
}

.pribeh-thanks {
  font-size: 18px;
  text-align: center;
  padding-bottom: 10px;
}

.pribeh-thanks .text {
  display: block;
}

.pribeh-thanks .total {
  display: block;
  font-weight: 600;
}

.pribeh-content {
  margin-bottom: 15px;
}

.pribeh-content .content {
  padding: 15px 0;
}

.pribeh-content h2.claim, .pribeh-fb h2.claim {
  line-height: 1.42857;
  font-size: 22px;
  font-weight: 400;
  height:auto;
}

.pribeh-blog-caption {
  margin-top: 30px;
  margin-left: 27px;
}

.pribeh-blog {
  text-align: center;
}

.pribeh-blog > div {
  margin: 0 27px 0;
  text-align: left;
  padding: 0;
}

.pribeh-blog .more-button,
.pribeh-blog .back-button {
  height: 40px;
  font-size: 18px;
  width: 120px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.pribeh-blog .back-button {
  width: 170px;
}

.pribeh-blog .more-button i,
.pribeh-blog .back-button i {
  margin-left: 5px;
  margin-bottom: -2px;
}

.pribeh-blog-header {
  font-size: 17px;
  border-bottom: 1px solid #073776;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.pribeh-blog > div.pribeh-blog-header {
  margin-top: 15px;
}

.pribeh-blog-header-right {
  display: inline-flex;
  gap: 7px;
}

.pribeh-blog-header-bubble {
  display: inline-block;
  background: url('/wp-content/images/new-blog-flipnoone.svg') no-repeat;
  background-size: 80%;
  background-position: right center;
  min-width: 25px;
}

.pribeh-blog-title .new {
  color: #da1a35;
}

.pribeh-blog-header.collapsed .fa {
  height: 17px;
  transform: rotate(90deg);
  transition: 100ms;
}

.pribeh-blog-header .fa {
  height: 17px;
  transform: rotate(-90deg);
  transition: 100ms;
}

.pribeh-blog.body-box {
  padding-top: 10px;
  padding-bottom: 15px;
}

.pribeh-blog > div.pribeh-blog-item {
  margin: 0;
}

.pribeh-blog-item .content {
  padding: 15px 0;
  text-align: center;
}

.pribeh-blog-item .content * {
  text-align: left;
}

.pribeh-blog-item .content p:last-child {
  margin: 0;
}

.pribeh-blog-item img {
  margin: 0 auto;
  max-width: 100%;
}

@media (max-width: 410px) {
  .title-box.pribeh {
    flex-direction: column;
    align-content: flex-start;
  }
  
  .title-box.pribeh h2{
    text-align: left;
    line-height: 50px;
  }
  
  .title-box.pribeh .fb-share-button {
    margin: 0 auto 15px 28px;
    align-self: unset;
  }
}

