.process{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 96px 60px 96px;
    gap: 64px;
    max-width: 1440px;
    margin: 0 auto;
}

.process-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 16px;
}

.process-title {
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    letter-spacing: -1px;
    margin: 0px;
}

.process-subtitle {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin: 0px;
    width: 680px;
}

.process-content {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 64px;
}

.process-content::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 96px;
    right: 96px;
    border-top: 2px solid #4F7A21; 
    z-index: 0;
}

.process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 16px;
}

.process-step-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 48px;
    height: 48px;
    background: #E6F4D7;
    border-radius: 9999px;
    position: relative;
    z-index: 1;
}

.process-step-number {
    width: 7px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #4F7A21;
}

.process-step-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 4px;
}

.process-step-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin: 0px;
}

.process-step-text {
    width: 175px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin: 0px;
}