.section-find-high-impact {
    background-color: var(--color-primary-green);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.find-high-impact-wrapper {
    padding: 96px 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 800px;
}

.find-high-impact-title {
    font-family: 'Stack Sans Notch', sans-serif;
    font-weight: 600;
    font-size: 56px;
    line-height: 110%;
    color: #121417;
    text-align: center;
}

.find-high-impact-subtitle {
    font-size: 20px;
    line-height: 150%;
    color: #121417;
    opacity: 0.7;
    text-align: center;
    padding: 16px;
    width: 644px;
}

.find-high-impact-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.find-high-impact-create-profile-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: #ffffff;
    box-sizing: border-box;
}

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

.find-high-impact-cards {
    margin-top: 64px;
    /*width: 1090px;*/
    /*height: 370px;*/
    /*background-color: #888888;*/
}



.find-high-impact-card-main {
    position: relative;
    z-index: 3;
    width: 216px;
    /*transform: rotate(5deg);*/
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.find-high-impact-card-blur-center {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #F8F8EE;
    opacity: 0.7;
    filter: blur(2px);
    border-radius: 8px;
}

.find-high-impact-card-blur-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #F8F8EE;
    opacity: 0.4;
    transform: rotate(-5deg);
    filter: blur(2px);
    border-radius: 8px;
}

.find-high-impact-card-title {
    font-size: 21px;
    font-weight: 500;
    font-family: 'Stack Sans Notch', sans-serif;
    padding: 18px;
    text-align: left;
    background-color: #ffffff;
    border-radius: 9px;
}

.find-high-impact-card-text {
    font-size: 12px;
    padding: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #606266;
    background-color: #ffffff;
    line-height: 130%;
    border-radius: 9px;
}

.find-high-impact-card-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 12px;
    padding: 18px;
    font-family: 'Inter', sans-serif;
    color: #121417;
    background-color: #ffffff;
    line-height: 130%;
    border-radius: 9px;
}
