.sw-connect {
    padding: 105px 0 138px;
    background:#F5F7FC;
}
.sw-connect__container {
    width: 100%;
    max-width: 1148px;
    margin: 0 auto;
    padding: 0 40px;
}
.sw-connect__header {
    text-align: center;
    margin-bottom: 28px;
}
span.sw-connect__label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 6px;
    line-height: 28px;
}
.sw-connect__title {
    font-size: 38px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 6px 0;
    line-height: 54px;
}
.sw-connect__card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 40px;
  border: 1px solid rgba(226, 232, 240, 1);
      padding: 10px 32px;
}
.sw-connect__step {
    display: flex;
    align-items: center;
    gap: 21px;
    padding: 19px 10px;
  border-bottom: 1px solid rgba(237, 238, 240, 1);
    
}
.sw-connect__step--last {
    border-bottom: none;
}
.sw-connect__step-num {
        display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #111111;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
}
.sw-connect__step-text {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    line-height: 22px;
    margin: 0;
}
.sw-connect__step-text strong {
    font-weight: 600;
    color: #000000;
}
.sw-connect__meta {
    text-align: center;
}
.sw-connect__meta-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}
.sw-connect__meta-row:last-child {
    margin-bottom: 0;
}
span.sw-connect__meta-item {
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    line-height: 1.5;
}
span.sw-connect__meta-item strong {
    font-weight: 700;
    color: #111111;
}

@media (max-width: 768px) {
    .sw-connect {
        padding: 52px 0 60px;
    }
    .sw-connect__container {
        padding: 0 20px;
    }
    .sw-connect__title {
        font-size: 30px;
    }
    .sw-connect__step {
        padding: 20px 24px;
        gap: 16px;
    }
    .sw-connect__meta-row {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}
@media (max-width: 480px) {
    .sw-connect__title {
        font-size: 26px;
    }
    .sw-connect__step-text {
        font-size: 14px;
    }
    .sw-connect__step {
        padding: 18px 20px;
    }
}
