.relics-warp {
    display: flex;
    flex-direction: row;
    align-self: center;
    margin-bottom: 15px;
    gap: 20px;
}

.relics-warp img {
    width: 64px;
    height: 64px;
    align-self: center;
}

.relics-text {
    display: flex;
    flex-direction: column;
}

.relics-title {
    font-size: 22px;
    border-left: 3px solid rgb(216, 221, 231);
    padding-left: 15px;
}

.relics-description {
    font-size: 15px;
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.relics-set-2-4 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 99px;
    background-color: rgb(35, 35, 51);
    color: #abb1ff;
    border: 1px solid rgba(171, 177, 255, 0.2);
    margin-bottom: 7px;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.45);
}

.rel-rec-warp {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.rel-rec-warp img {
    width: 48px;
    height: 48px;
}

.rel-rec-text {
    display: flex;
    gap: 5px;
    font-weight: 600;
    font-size: 17px;
}

.lc-rec {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 18px;
    font-weight: 600;
}

.lc-rec img {
    width: 128px;
    height: 120px;
    object-fit: contain;
    justify-content: center;
    align-items: center;
}

.rel-arrow {
    content: ">";
    padding: 10px;
}