.runda_home_text {
  position: relative;
  padding: var(--component-gap) 0 var(--text-gap);
  overflow: hidden;
  background: var(--bg-primary);
}

.runda_home_text .runda_home_text_content_item_content .runda-text-flag {
  color: rgba(0, 0, 0, 0.60);
}

.runda_home_text_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 34%;
  aspect-ratio: 653/1162;
  transform: translateY(46%);
  z-index: 1;
}

.runda_home_text_top .runda-text {
  margin: 16px 0;
}

.runda_home_text .container {
  position: relative;
  z-index: 2;
}

.runda_home_text_top {
  position: absolute;
  top: 0;
  left: 15px;
  width: 64%;
}

.runda_home_text_content {
  display: flex;
  flex-direction: column;
}

.runda_home_text_content_item:nth-child(odd) {
  display: flex;
  align-items: flex-end;
}

.runda_home_text_content_item:nth-child(even) {
  display: flex;
}

.runda_home_text_content_item:nth-child(even) .runda_home_text_content_item_pic_num {
  order: 2;
  margin-left: -36px;
  z-index: -1;
}

.runda_home_text_content_item:nth-child(odd) .runda_home_text_content_item_pic_num {
  margin-right: -45px;
}

.runda_home_text_content_item:not(:first-child) {
  flex-direction: column;
}

.runda_home_text_content_item:not(:first-child) .runda_home_text_content_item_content {
  margin-top: var(--text-gap-sm);
}

.runda_home_text_content_item:first-child {
  justify-content: flex-end;
}

.runda_home_text_content_item_pic {
  display: flex;
  align-items: flex-end;
}

.runda_home_text_content_item_pic_num {
  color: rgba(133, 116, 92, 0.30);
  font-family: var(--title-font-family);
  font-size: 400px;
  font-style: normal;
  font-weight: 400;
  line-height: 0.68;
}

.runda_home_text_content_item_content {
  max-width: 23.1%;
}

.runda_home_text_content_item:first-child .runda_home_text_content_item_content {
  order: -1;
}

.runda_home_text_content_item:first-child .runda_home_text_content_item_content {
  margin-right: -80px;
}

.runda_home_text_content_item:nth-child(3n+1) .runda_home_text_content_item_pic_num {
  color: rgba(133, 116, 92, 0.3);
}

.runda_home_text_content_item:nth-child(3n+2) .runda_home_text_content_item_pic_num {
  color: rgba(0, 0, 0, 0.3);
}

.runda_home_text_content_item:nth-child(3n+3) .runda_home_text_content_item_pic_num {
  color: rgba(23, 99, 68, 0.3);
  margin-top: 10px;
  line-height: 0.6;
}

.runda_home_text_content_item:nth-child(3n+3) {
  margin-top: -15%;
}

@media screen and (max-width: 1280px) {
  .runda_home_text_content_item:nth-child(even) {
    transform: scale(0.8) translateX(-12%);
  }

  .runda_home_text_content_item:nth-child(odd) {
    transform: scale(0.8) translateX(12%);
  }

  .runda_home_text_content_item:nth-child(3n+3) {
    margin-top: -18%;
  }
}

@media screen and (max-width: 992px) {
  .runda_home_text_top {
    position: relative;
    width: 100%;
  }

  .runda_home_text_content {
    gap: 30px;
    margin-top: 30px;
  }

  .runda_home_text_content_item_pic_num {
    display: none;
  }

  .runda_home_text_content_item {
    transform: scale(1) !important;
  }

  .runda_home_text_content_item:nth-child(odd) {
    display: block;
  }

  .runda_home_text_content_item:first-child .runda_home_text_content_item_content {
    margin-top: var(--text-gap-sm);
  }

  .runda_home_text_content_item:nth-child(3n+3) {
    margin-top: 0%;
  }

  .runda_home_text_content_item_content {
    max-width: 100%;
  }

  .runda_home_text_content_item_pic img {
    width: 100%;
    aspect-ratio: 335/200;
    object-fit: cover;
  }
}

@media screen and (max-width: 576px) {
  .runda_home_text_content {
    gap: 20px;
    margin-top: 20px;
  }
}