.single-case .single-case_title,
.single-case h2.single-case_subtitle{
   margin-bottom: 18px;
}
.single-case h2.single-case_subtitle{
   text-transform: inherit;
}
.single-case .case-head-bloc.small-image-banner,
.single-case .case-head-block{
   display: flex;
   justify-content: space-between;
   margin-bottom: 18px;
}
.case-head-block .case-head-block__title{
   width: 70%;
}
.case-head-block .case-head-block__logo{
   max-width: 20%;
   padding-top: 0.4em;
}
.case-head-block .case-head-block__image{
   width: 30%;
}
@media (max-width: 767px){
   .single-case .case-head-block{
      flex-direction: column-reverse;
   }
   .single-case .case-head-block.small-image-banner{
      flex-direction: column
   }
   .case-head-block .case-head-block__title{
      width: 100%;
   }
   .case-head-block .case-head-block__logo{
      max-width: 100%;
      width: 10em;
      padding-top: 0;
      padding-bottom: 1em;
   }
   .case-head-block .case-head-block__image{
      width: 100%;
      padding-top: 2em;
   }
}
