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

.how-hiring-works-main {
    padding: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

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

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

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

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

.how-hiring-works-steps {
    display: flex;
    flex-direction: column;
    padding-bottom: 64px;
}

.how-hiring-works-steps-main {
    display: flex;
    flex-direction: row;
    padding: 24px;
    gap: 24px;
}

.how-hiring-works-steps-right {
    width: 564px;
    /*height: 464px;*/
    display: flex;
    flex-direction: column;
}

.how-hiring-works-steps-left {
    width: 564px;
    /*height: 464px;*/
    background-image: url("/wp-content/themes/liceumai-theme/assets/images/ai-qa.png");
}

.how-hiring-works-steps-row {
    display: flex;
    flex-direction: row;
}

.how-hiring-works-step-1,
.how-hiring-works-step-2,
.how-hiring-works-step-3,
.how-hiring-works-step-4,
.how-hiring-works-step-5 {
    width: 100%;
    height: 156px;
    border: #E7E7DD solid 1px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px;
    font-size: 16px;
}

.how-hiring-works-step-1 {
    background-color: #E7E7DD;
}

.how-hiring-works-step-number {
    font-family: 'Stack Sans Notch', system-ui, sans-serif;
    font-size: 24px;
}

.how-hiring-works-step-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 16px;
}

.how-hiring-works-step-content {

}

.how-hiring-works-step-title {
    font-weight: 600;
}

.how-hiring-works-step-description {
    font-weight: 300;
    opacity: 0.7;
    padding-right: 28px;
}

.how-hiring-works-steps-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #1c312E;
    margin: 0 24px 24px 24px;
    padding: 16px 24px;
}

.how-hiring-works-steps-footer-text {
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: #F8F8EE;
}

