@media screen and (max-width: 768px) {
  .fixshareResp {
    display: flex;
    gap: 12px;
    width: 80%;
    background-color: transparent;
  }
}
@media screen and (min-width: 768px) {
  .fixshareResp {
    display: flex;
    gap: 12px;
    background-color: transparent;
  }
}
