@media (width <= 1023px) {
  .content-layout__aside {
    display: none;
  }
}

.content-layout__aside-list {
  flex-direction: column;
  gap: 30px;
  display: flex;
}

.content-layout__aside-item {
  flex-direction: column;
  min-height: 540px;
  display: flex;
}

.content-layout__aside-item .banner {
  flex-grow: 1;
}

.partner {
  border-radius: 5px;
  flex-direction: column;
  gap: 30px;
  padding: 15px;
  display: flex;
}

.partner--novaposhta {
  background: #fdfbfb;
}

.partner--ukrposhta {
  background: #fdfff0;
}

.partner--meestposhta {
  background: #f4f8ff;
}

@media (width >= 1280px) {
  .partner {
    flex-direction: row;
  }
}

@media (width >= 1920px) {
  .partner {
    flex-direction: row;
  }
}

.partner__img-wrap {
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 10px 15px;
  display: flex;
}

@media (width >= 1280px) {
  .partner__img-wrap {
    flex-shrink: 0;
    width: 220px;
  }
}

@media (width >= 1920px) {
  .partner__img-wrap {
    flex-shrink: 0;
    width: 220px;
  }
}

.partner__desc {
  flex-direction: column;
  gap: 5px;
  display: flex;
}

.partner__title {
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 23px;
}
