.p-call {
  position: fixed;
  z-index: 9999;
  top: 19px;
  right: 28vw;
  cursor: pointer;
  min-width: 130px;
  width: 20vw;
  max-width: 200px;
  height: auto;
}

@media only screen and (min-width:769px){
  .p-call {
    display: none;
  }
}
@media only screen and (max-width:768px){
  .p-call {
      right: 32vw;
  }
  .l-header_logo:has(img) {
    width: 100px;
  }

  .l-header_logo a img:not(:first-of-type) {
    display: none;
  }
}
