.runda-partenership-models {
  padding: calc(var(--text-gap-lg) *2) 0;
  position: relative;
}

.runda-partenership-models-decorate-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 10%;
  z-index: -1;
  min-width: 60px;
}

.runda-partenership-models-decorate-text {
  color: rgba(174, 166, 143, 0.14);
  font-family: var(--font-family-ovo);
  font-size: clamp(60px, 12vw, 180px);
  font-weight: 400;
  line-height: 1.2;

  position: absolute;
  top: calc(var(--text-gap-lg) *2);
  left: 0;
  z-index: -1;
}

.runda-partenership-models-decorate-img img {
  width: 100%;
  height: auto;
}

.runda-partenership-models-top {
  text-align: center;
}

.runda-partenership-models-top h2 {
  color: #000;
  font-size: var(--title-size-h2);
  font-weight: 400;
  line-height: normal;
}

.runda-partenership-models-top p {
  color: rgba(0, 0, 0, 0.60);
  font-size: var(--text-size);
  font-weight: 400;
  line-height: normal;
  margin-top: 16px;
}

.runda-partenership-models-top a svg {
  height: var(--text-size);
  aspect-ratio: 22 / 16;
}

.runda-partenership-models-list {
  margin-top: var(--text-gap);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--text-gap-lg);
}

.runda-partenership-models-list-item {
  padding: 90px 52px;
  box-shadow: 0 20px 80px 0 rgba(35, 52, 95, 0.09);
}

.runda-partenership-models-list-item-top {
  display: flex;
  align-items: center;
  gap: 16px;
}

.runda-partenership-models-list-item-top img {
  width: 81px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.runda-partenership-models-list-item-top-content {}

.runda-partenership-models-list-item-title {
  color: #333;
  font-family: var(--font-family);
  font-size: var(--title-size-h5);
  font-weight: 400;
  line-height: normal;
}

.runda-partenership-models-list-item-subtitle {
  background: linear-gradient(180deg, #AE9D6F 0%, #E7CF8E 54.69%, #E7CF8E 84.38%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;


  font-family: var(--font-family);
  font-size: var(--title-size-h5);
  font-weight: 400;
  line-height: normal;
}

.runda-partenership-models-list-item-bottom {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
}

.runda-partenership-models-list-item-bottom p,
.runda-partenership-models-list-item-bottom span {
  color: #000;
  margin-top: 20px;
  font-size: var(--text-size);
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 1500px) {
  .runda-partenership-models-list-item {
    padding: 70px 40px;
  }

  .runda-partenership-models-list-item-top img {
    width: 70px;
  }
}

@media screen and (max-width: 1280px) {
  .runda-partenership-models-list-item {
    padding: 60px 35px;
  }

  .runda-partenership-models-list-item-top img {
    width: 60px;
  }
}

@media screen and (max-width: 1200px) {
  .runda-partenership-models-list-item {
    padding: 50px 30px;
  }

  .runda-partenership-models-list-item-top img {
    width: 50px;
  }
}

@media screen and (max-width: 992px) {
  .runda-partenership-models-list-item {
    padding: 40px 25px;
    box-shadow: 0 10px 40px 0 rgba(35, 52, 95, 0.09);
  }

  .runda-partenership-models-list-item-top img {
    width: 40px;
  }
}

@media screen and (max-width: 768px) {
  .runda-partenership-models-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media screen and (max-width: 576px) {
  .runda-partenership-models-list {
    gap: 16px;
  }
  .runda-partenership-models-list-item {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 480px) {
  .runda-partenership-models-list-item {
    padding: 20px 15px;
  }
}