.launchWinning {
    padding: 80px 0 140px 0;
}

.launchWinning__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 20px;
}

.launchWinning__description {
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 92px;
}
.launchWinning__cardList {
    display: flex;
    justify-content: space-between;
    column-gap: 68px;
}
.launchWinning__card {
    width: 30%;
    position: relative;
}
.launchWinning__card__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 28px;
}
.launchWinning__card__description {
    font-size: 18px;
    line-height: 130%;
    min-height: 106px;
    margin-bottom: 14px;
}
.launchWinning__card__img {
    width: 100%;
}
.launchWinning__card__circle {
    height: 52px;
    width: 52px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 4px 20px 0px #0000001a;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 40%);
}

/* MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA */
@media (max-width: 920px) {
    .launchWinning__cardList {
        flex-direction: column;
        align-items: center;
        row-gap: 80px;
    }
    .launchWinning__card {
        text-align: center;
        width: 50%;
    }
}

@media (max-width: 480px) {
    .launchWinning__card {
        width: 100%;
    }
}
