.section-hire-verified {
    background-color: var(--color-primary-green);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*margin-top: -96px;*/
}

.hire-verified-wrapper {
    /*margin-top: 96px;*/
    padding: 96px 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 800px;
}

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

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

.hire-verified-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.hire-verified-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;
}

.hire-verified-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;
}

.hire-verified-comment {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.7;
    padding-top: 16px;
}

.hire-verified-faces {
    margin-top: 48px;
    width: 1090px;
    height: 370px;
    background-color: #888888;
}
