.right-sidebar-wrapper {
  position: relative;
  min-height: 1px;
}
.right-sidebar {
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  right: -70px;
}
.right-sidebar-wrapper .right-sidebar.affix {
    position: fixed;
    top: 0px;
    right: calc(50% - 580px);
}
.right-sidebar > p {
/*   margin-top: 4px; */
}
.right-sidebar > span {
  display: flex;
  flex-direction: column;
  font-size: 0;
}
.right-sidebar-wrapper .right-sidebar .hs_cos_wrapper_type_social_sharing a {
  width: 50px !important;
  margin-bottom: 12px;
}
.right-sidebar-wrapper .right-sidebar .hs_cos_wrapper_type_social_sharing a img {
  max-height: 50px !important;
  max-width: 50px !important;
  display: block;
  box-sizing: border-box;
  height: 50px;
  width: 50px;
  opacity: .8;
  transition: all .3s cubic-bezier(0.52,0,0.53,1);
}
.right-sidebar-wrapper .right-sidebar .hs_cos_wrapper_type_social_sharing a:hover img {
  transition: all .3s cubic-bezier(0.52,0,0.53,1);
  opacity: 1;
}

@media (max-width: 1200px) {
  .right-sidebar-wrapper .right-sidebar.affix {
    right: calc(50% - 495px);
  }
}
@media (max-width: 1100px) {
  .right-sidebar-wrapper {
    margin-top: 20px;
  }
  .right-sidebar {
    flex-direction: row;
    position: relative;
    right: auto;
    justify-content: center;
  }
  .right-sidebar-wrapper .right-sidebar.affix {
    right: auto;
    position: relative;
  }
  .right-sidebar > p {
    margin-right: 10px;
  }
  .right-sidebar>span {
    flex-direction: row;
    gap: 6px;
  }
  .right-sidebar-wrapper .right-sidebar .hs_cos_wrapper_type_social_sharing a {
    margin-bottom: 0;
  }