.equipment-title-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin:12px 0 14px;
  min-height:122px;
}
.equipment-title-row h3{
  margin:0;
  max-width:56%;
}
.equipment-title-row img{
  width:138px;
  height:118px;
  object-fit:contain;
  object-position:center;
  background:transparent;
  border:0;
  padding:0;
  mix-blend-mode:multiply;
  filter:drop-shadow(0 8px 8px rgba(7,26,52,.13));
}
.equipment-title-row .pytes-image{
  width:145px;
  height:124px;
}
@media(max-width:820px){
  .equipment-title-row{min-height:112px}
  .equipment-title-row img{width:128px;height:108px}
  .equipment-title-row .pytes-image{width:135px;height:114px}
}
