.pbmit-ihbox-style-5 .pbmit-element-subtitle {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
.pbmit-ihbox-style-5 .pbmit-element-title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-box-number {
  font-size: 30px;
  line-height: 40px;
/*  color: var(--pbmit-wedgala-global-color);*/
  color:  #440005;

  margin-top: 65px;
  font-style: italic !important;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-5 .pbmit-icon-type-icon {
  font-size: 80px;
  line-height: 90px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
/*  color: var(--pbmit-wedgala-global-color);*/
  color: #b18e06;

}
.pbmit-ihbox-style-5 .pbmit-ihbox-contents {
  text-align: center;
}
.pbmit-element-miconheading-style-5 .pbmit-element-posts-wrapper {
  padding: 0 15px;
}
.pbmit-ihbox-style-5 {
/*  border: 1px solid var(--pbmit-wedgala-global-color);*/

  border: 1px solid #b18e06;

  border-radius: 170px;
  padding: 95px 50px 90px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin: 10px -15px 0;
  max-width: fit-content;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon {
  padding: 30px 0;
}
.pbmit-ihbox-style-5:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-image {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-text {
  font-size: 80px;
  line-height: 90px;
  text-align: center;
  color: var(--pbmit-wedgala-global-color);
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon .pbmit-icon-type-icon svg,
.pbmit-ihbox-style-5 .pbmit-ihbox-svg-wrapper svg {
  width: 50px;
  height: 50px;
  fill: var(--pbmit-wedgala-global-color);
}
@media (max-width: 1024px) {
  .pbmit-ihbox-style-5 {
    padding: 60px 60px;
  }
  .pbmit-ihbox-style-5 .pbmit-ihbox-box-number {
    margin-top: 30px;
  }
  .pbmit-ihbox-style-5 .pbmit-ihbox-svg-wrapper svg,
  .pbmit-ihbox-style-5 .pbmit-icon-type-icon {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .pbmit-ihbox-style-5 {
    max-width: 100%;
  }
}
