.ns-blocs-rs__grid {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.ns-bloc-rs {
  min-width: 0;
  width: 100%;
}

.ns-bloc-rs__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.ns-bloc-rs__logo {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 34px;
  margin-left: 20px;
}

.ns-bloc-rs__logo--linkedin {
  max-height: 34px;
}

.ns-bloc-rs__title {
  margin: 0;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.2;
}

.ns-bloc-rs__widget {
  min-width: 0;
}


.ns-bloc-rs--linkedin .es-grid-layout{
  padding: 13px;
}