.connection-title {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #ffffff;
}

.feature-item {
    max-width: 500px;
    text-align: left;
}

.feature-list {
    list-style: none;
}

.feature-list li {
    line-height: 1.6;
    color: #e8e8e8;
    font-weight: 400;
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
    padding: 8px 0;
    font-size: 1.2rem;
}

.feature-list li:nth-child(1)::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #FF2D55;
    border-radius: 50%;
    margin-right: 18px;
    margin-top: 10px;
    flex-shrink: 0;
}

.feature-list li:nth-child(2)::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #32D74B;
    border-radius: 50%;
    margin-right: 18px;
    margin-top: 10px;
    flex-shrink: 0;
}

.feature-list li:nth-child(3)::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #0A84FF;
    border-radius: 50%;
    margin-right: 18px;
    margin-top: 10px;
    flex-shrink: 0;
}

.footnote {
    margin-top: 35px;
    font-size: 14px;
    color: #86868b;
    font-style: italic;
}

@media (max-width: 768px) {
    .text-section {
        padding: 50px 30px;
    }

    .connection-title {
        font-size: 32px;
    }

    .feature-list li {
        font-size: 19px;
    }
}