.blog-title{
  min-height: 38.8rem;
  background-size: cover;
  background-position: center;
  position: relative;
}
.blog-title:after{
  content: '';
  position: absolute;
  background: linear-gradient(0deg, #FFFFFF 0%, rgba(240, 246, 253, 0) 92.63%, rgba(255, 255, 255, 0) 92.63%);
  height: 23.9rem;
  left: 0;
  right: 0;
  bottom: 0;
}
.blog-title > .row-fluid{
  height: 100%;
  position: relative;
  z-index: 1;
  width: 100%;
}
.blog-title__breadcrum a{
  color: rgba(78, 92, 109, .6);
}
.blog-title__breadcrum a:hover{
  text-decoration: underline;
}
.blog-title__breadcrum__home{
  position: relative;
  margin-right: 18px;
}
.blog-title__breadcrum__home:after{
  content: '';
  width: 8px;
  height: 29px;
  right: -15px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='28' viewBox='0 0 9 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.70703 7.29289L8.07099 13.6569L1.70703 20.0208L0.292817 18.6066L5.24256 13.6569L0.292818 8.70711L1.70703 7.29289Z' fill='%230394FD'/%3E%3C/svg%3E%0A");
  background-repeat: repeat;
}
.blog-title__breadcrum__link.active,
.blog-title__breadcrum__blog.active{
  font-weight: var(--font_weight_600);
  color: rgba(78, 92, 109, 1);
}
.blog-title__breadcrum__blog.notactive{
  position: relative;
  margin-right: 18px;
}
.blog-title__breadcrum__blog.notactive:after{
  content: '';
  width: 8px;
  height: 29px;
  right: -15px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='28' viewBox='0 0 9 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.70703 7.29289L8.07099 13.6569L1.70703 20.0208L0.292817 18.6066L5.24256 13.6569L0.292818 8.70711L1.70703 7.29289Z' fill='%230394FD'/%3E%3C/svg%3E%0A");
  background-repeat: repeat;
}
.blog-title__title{
  display: flex;
  justify-content: center;
  min-height: 19rem;
  height: 100
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.blog-title__title h1 {
  text-align: center;
}
.blog-title__blog-author{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 6rem;
}
.blog-title__blog-author img{
  height: 7rem;
  width: 7rem;
  border-radius: 50%;
  overflow: hidden;
}
.blog-title__blog-author > h1{
  margin-bottom: var(--spacer_16);
  text-align: center;
}
.blog-title__blog-author > p{
  max-width: 57rem;
  text-align: center;
  margin-bottom: var(--spacer_24);
}
.blog-title__blog-author__rs > a {
  margin: 0 var(--spacer_12);
}
.blog-title__blog-author__rs > a path {
  fill: rgba(0, 100, 172, 1);
  margin: 0 var(--spacer_12);
}
.blog-title__blog-author__rs{
  
}
.blog-title_search-panel{
  display: flex;
  flex-direction: column;
  margin-top: 8rem;
}
.blog-search__bar form{
  max-width: 47rem;
  margin: auto;
  margin-top: 4rem;
  position: relative;
}
.blog-search__bar form:after{
  content: '';
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  width: 50px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.70718 9.70712L1.70718 15.7071L0.292969 14.2929L6.29297 8.29291L7.70718 9.70712Z' fill='%230394FD'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 2C7.79086 2 6 3.79086 6 6C6 8.20914 7.79086 10 10 10C12.2091 10 14 8.20914 14 6C14 3.79086 12.2091 2 10 2ZM4 6C4 2.68629 6.68629 0 10 0C13.3137 0 16 2.68629 16 6C16 9.31371 13.3137 12 10 12C6.68629 12 4 9.31371 4 6Z' fill='%230394FD'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
