.screen--resellers {
  align-items: center;
  justify-content: center;
}
.screen--resellers > .site-wrapper {
  gap: var(--gap-2xl);
  margin-top: var(--gap-2xl);
  margin-bottom: var(--gap-2xl);
}

.resellers--text {
  --picto: 4rem;
  position: relative;
  margin-left: calc(var(--picto) + 1rem);
}
.resellers--picto {
  display: flex;
  justify-content: center;
  align-items: center;
  height: var(--picto);
  width: var(--picto);
  background: var(--orange);
  border-radius: 1rem;
  transform: rotate(-20deg);
}
.resellers--picto img {
  width: 70%;
}
.resellers--title {
  font-size: var(--text-4xl-m);
  font-weight: 600;
}
.resellers--subtitle {
  font-size: var(--text-3xl-m);
  margin-top: 0.3em;
  font-weight: 500;
}
.resellers--logos {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  width: calc(var(--main-max-width) / 2 - var(--gap-xs));
  box-sizing: border-box;
  padding: 3rem;
  width: 100%;
}
.resellers--logos a {
  display: flex;
  align-items: center;
  width: calc(50% - 1rem);
}
.resellers--logos a img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .resellers--picto {
    position: absolute;
    top: -0.3rem;
    right: calc(100% + 1rem);
  }
  .resellers--logos {
    gap: 2rem;
    width: calc(var(--main-max-width) / 2 - var(--gap-xs));
  }
}

@media screen and (max-width: 1023px) {
  .screen--resellers > .site-wrapper {
    gap: 8rem;
  }
  .resellers--text {
    margin-right: calc(var(--picto) + 1rem);
  }
  .resellers--picto {
    position: relative;
    left: calc(var(--picto) * -1);
  }
  .resellers--logos {
    gap: 3rem;
  }
  .resellers--logos a {
    width: calc(50% - 1.5rem);
  }
}
