.parners__wrap {
  background-color: var(--dark-grey);
  background-image: linear-gradient(348deg, #14274e, #1a3469);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2.5rem;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .parners__wrap {
    padding: 3rem;
  }
}
@media screen and (max-width: 479px) {
  .parners__wrap {
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 1.5rem;
  }
}