.runda-finally-get {
    padding: calc(var(--text-gap-lg) * 2) 0;
    position: relative;
    background: #FAFAFA;
}

.runda-finally-get-decorator1 {
    position: absolute;
    top: 0;
    right: 2.4%;
    width: 51.4%;
    transform: translateY(4.3%);
    z-index: -1;
    min-width: 300px;
}

.runda-finally-get-decorator2 {
    position: absolute;
    bottom: 0;
    left: 4.6%;
    width: 20.3%;
    transform: translateY(-8.5%);
    z-index: -1;
    min-width: 240px;
}

.runda-finally-get-decorator1 img,
.runda-finally-get-decorator2 img {
    width: 100%;
    height: auto
}

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

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

.runda-finally-get-list {
    margin-top: var(--text-gap);
    display: grid;
    grid-template-columns: repeat(3, minmax(270px, 1fr));
    gap: 20px;
    overflow-x: auto;
}

.runda-finally-get-list::-webkit-scrollbar {
    height: 6px;
    background: transparent;
    border-radius: 6px;
}

.runda-finally-get-list::-webkit-scrollbar-thumb {
    background: #c2c2c2;
    border-radius: 6px;
}

.runda-finally-get-list::-webkit-scrollbar-thumb:hover {
    background: #c2c2c2;
}

.runda-finally-get-list::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 6px;
}

.runda-finally-get-list .pic-box svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.runda-finally-get-list .text-box h3 {
    color: #000;
    font-size: var(--title-size-h5);
    font-weight: 400;
    line-height: normal;
}

.runda-finally-get-list .text-box p {
    color: #000;
    font-size: var(--text-size);
    font-weight: 400;
    line-height: normal;
    margin-top: 6px;
}

.runda-finally-get-list-item-group1 {
    padding: 0px 20px;
    background: #fff;
}

.runda-finally-get-list-item-group2,
.runda-finally-get-list-item-group3 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    background: #fff;
}

.runda-finally-get-list-item1 {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.runda-finally-get-list-item1 .pic-box {
    width: 100%;
}

.runda-finally-get-list-item2 {
    display: flex;
    align-items: center;
}

.runda-finally-get-list-item2 .pic-box {
    width: calc(128 / 420 * 100%);
    flex-shrink: 0;
}

.runda-finally-get-list-item3 {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.runda-finally-get-list-item3 .pic-box {
    width: calc(177 / 420 * 100%);
    flex-shrink: 0;
}

.runda-finally-get-list-item3 .text-box p {
    width: 115%;
}


.runda-finally-get-list-item4 {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 22px;
}

.runda-finally-get-list-item4 .pic-box {
    width: 100%;
}

.runda-finally-get-list-item5 {
    display: flex;
    gap: 22px;
    align-items: center;
}

.runda-finally-get-list-item5 .pic-box {
    width: calc(110 / 420 * 100%);
    flex-shrink: 0;
}

.runda-finally-get-list .text-box {
    flex: 1;
}

@media screen and (max-width: 992px) {
    .runda-finally-get-list {
        padding-bottom: 6px;
    }
}