.cpt-partenaire {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  border: 1px dotted #2a272f;
  border-radius: 5px;
}

.cpt-partenaire .entry-content {
  width: 75%;
}

.cpt-partenaire .entry-content p {
  margin-bottom: 0;
}

.logo-partenaire {
  width: 20%;
}

.partenaires-title {
  margin-bottom: 3rem;
}

@media screen and (max-width: 600px) {
  .cpt-partenaire {
    flex-direction: column;
    align-items: center;
  }

  .logo-partenaire {
    width: 30%;
    margin-bottom: 2rem;
  }

  .cpt-partenaire .entry-content {
    width: 100%;
  }
}
