.b-logo {
  position: relative;
}
.snow__cap-header {
  position: absolute;
  top: -3px;
  left: 14px;
}
.snow__cap-footer {
  position: absolute;
  top: -8px;
  left: 14px;
}

@media (max-width: 1500px) {
  .snow__cap-header {
    width: 18px;
    top: 5px;
    left: 9px;
  }
}
@media (max-width: 992px) {
  .snow__cap-header {
    width: 22px;
    top: -5px;
    left: 12px;
  }
}
