
.partners-intro {
  margin-bottom: 30px;
  width: 100%;
  max-width: 1200px;
}

.partners-intro__title {
  font-size: 24px;
  line-height: 33px;
  font-weight: 400;
  color: #333333;
  margin: 0 0 20px;
}

.partners-intro p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #333333;
  margin: 0 0 16px;
}

.partners-intro p:last-child {
  margin-bottom: 0;
}

.partner-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 380px));
  gap: 30px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}

.partner-card {
    width: 100%;
    max-width: 100%;
    height: auto;
    background: #efefef;
    border-radius: 20px;
    padding: 10px;
    padding-bottom:30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.partner-card__logo {
    width: 100%;
    height: 113px;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 10px;
  max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    filter: none;
    opacity: 1;
}

.partner-card__logo-img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
    filter: none;
    opacity: 1;
    flex-shrink: 1;
}

.partner-card__content {
  padding-inline: 20px;
  flex: 1;
}

.partner-card__label {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #333333;
  margin: 0;
  overflow-wrap: anywhere;
  word-break: normal;
}

.partner-card__value {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #333333;
    margin: 0 0 20px;
    overflow-wrap: anywhere;
    word-break: normal;
}
.partner-card__value_title {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 20px;
    overflow-wrap: anywhere;
    word-break: normal;
}

.partner-card__value:last-child {
  margin-bottom: 0;
}

.partners-cta {
  padding-top: 0;
}

.partners-cta__title {
  font-size: 24px;
  line-height: 33px;
  font-weight: 400;
  color: #333333;
  margin: 0 0 20px;
}

.partners-cta__text {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #333333;
  margin: 0 0 16px;
}

.partners-cta__text:last-of-type {
  margin-bottom: 0;
}

.partners-cta__btn {
  width: 100%;
  max-width: 346px;
  height: 70px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  border-radius: 1000px;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .partner-cards-grid {
    grid-template-columns: 1fr;
  }

  .partners-cta__btn {
    width: 100%;
    max-width: 100%;
  }
}
