.section-post-first-task {
    background: var(--color-primary-green);
    padding: 0 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 673px;
    overflow-x: hidden;
}

.post-first-task-headings {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 750px;
    height: 201px;
    padding: 96px 96px 64px 96px;
}

.post-first-task-title {
    font-family: 'Stack Sans Notch', system-ui, sans-serif;
    font-size: 48px;
    line-height: 110%;
    color: #121417;
    text-align: center;
}

.post-first-task-subtitle {
    color: #121417;
    opacity: 0.70;
    font-size: 18px;
    text-align: center;
    line-height: 165%;
    padding: 16px;
}

.post-first-task-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding-top: 24px;
}

.post-first-task-find-projects-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 36px;
    padding: 8px 12px;
    gap: 8px;
    border-radius: 8px;
    opacity: 1;
    background-color: #BFE6BF;
    box-sizing: border-box;
}

.post-first-task-find-projects-text {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #000000;
    text-align: left;
}
