.explore-freelance-1-section {
    padding: 64px 64px 96px 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F8F8EE;
}

.explore-freelance-1-main {
    padding: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.explore-freelance-1-heading {
    padding: 64px 64px 24px 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.explore-freelance-1-title {
    font-family: 'Stack Sans Notch', system-ui, sans-serif;
    font-size: 48px;
    line-height: 100%;
    color: #121417;
    text-align: center;
    margin-bottom: 12px;
}

.explore-freelance-1-description {
    font-size: 18px;
    font-weight: 600;
    line-height: 165%;
    text-align: center;
    color: #121417;
    width: 662px;
    padding-bottom: 36px;
    opacity: 0.7;
}

.explore-freelance-1-buttons {
    width: fit-content;
    display: flex;
    flex-direction: row;
    background-color: #E7E7DD;
    padding: 4px;
    border-radius: var(--button-border-radius);
    border: none;
}

.explore-freelance-1-grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 24px;
    gap: 24px;
}

.explore-freelance-1-grid-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 12px;
}

.explore-freelance-1-grid-item {
    position: relative;
    z-index: 3;
    width: 392px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.explore-freelance-1-grid-item-title {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 600;
    padding: 24px;
    text-align: left;
    background-color: #ffffff;
    border-radius: 9px;
}

.explore-freelance-1-grid-item-title-row-1 {
    height: 68px;
    line-height: 100%;
    letter-spacing: -0.56px;
}

.explore-freelance-1-grid-item-text {
    font-size: 15px;
    padding: 24px;
    height: 54px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #606266;
    background-color: #ffffff;
    line-height: 130%;
    border-radius: 9px;
}

.explore-freelance-1-grid-item-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 15px;
    padding: 24px;
    font-family: 'Inter', sans-serif;
    color: #121417;
    background-color: #ffffff;
    line-height: 150%;
    border-radius: 9px;
}

.find-high-impact-card-footer-learn-more,
.find-high-impact-card-footer-apply-now {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.explore-freelance-1-grid-item-divider {
    border-bottom: 2px solid #12141710;
    margin: 0 22px;
}
