.section-explore-freelance {
    padding: 64px 64px 96px 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--color-beige);
}

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

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

.explore-freelance-title {
    line-height: 100%;
    margin-bottom: 12px;
}

#explore-freelance-description {
    text-align: center;
    width: 616px;
    padding-bottom: 36px;
    opacity: 0.7;
}

.explore-freelance-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 100%;
}

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

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

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

.explore-freelance-grid-item-title {
    font-family: var(--font-heading-family), sans-serif;
    font-size: 28px;
    font-weight: 600;
    padding: 24px;
    text-align: left;
    background-color: var(--color-white);
    border-radius: 9px;
    height: 68px;
    line-height: 100%;
    letter-spacing: -0.56px;
}

.explore-freelance-grid-item-text {
    font-size: 15px;
    padding: 24px;
    height: 54px;
    font-weight: 500;
    color: #606266;
    background-color: var(--color-white);
    line-height: 130%;
    border-radius: 9px;
}

.explore-freelance-grid-item-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 15px;
    padding: 24px;
    font-family: var(--font-body-1-family), sans-serif;
    color: var(--color-black);
    background-color: var(--color-white);
    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-grid-item-divider {
    border-bottom: 2px solid #12141710;
    margin: 0 22px;
}

@media (max-width: 1200px) {
    .section-explore-freelance {
        padding: 40px 16px;
    }
}

@media (max-width: 768px) {
    .explore-freelance-main {
        padding: 0;
        width: 100%;
        align-items: flex-start;
    }
    .explore-freelance-heading {
        padding: 0;
        width: 100%;
        gap: 12px;
    }
    #explore-freelance-title {
        width: 100%;
        font-size: 32px;
        margin-bottom: 0;
    }
    #explore-freelance-title br {
        display: none;
    }
    #explore-freelance-description {
        font-size: 16px;
        line-height: 150%;
        width: 100%;
    }
    .explore-freelance-grid {
        flex-direction: row;
    }
    .explore-freelance-grid-item {
        width: 337px;
    }
    .explore-freelance-grid-item-title {
        line-height: 100%;
        font-size: 24px;
        font-weight: 500;
        height: 41px;
    }
    .explore-freelance-grid-item-text {
        font-size: 16px;
        height: 54px;
    }
    .explore-freelance-grid-item-footer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        font-size: 15px;
        padding: 24px;
        font-family: var(--font-body-1-family), sans-serif;
        color: var(--color-black);
        background-color: var(--color-white);
        line-height: 150%;
        border-radius: 9px;
    }
}
