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

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

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

.how-liceum-ai-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-liceum-ai-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-liceum-ai-works-buttons {
    width: fit-content;
    display: flex;
    flex-direction: row;
    background-color: #E7E7DD;
    padding: 4px;
    border-radius: var(--button-border-radius);
    border: none;
}

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

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

.steps-left {
    width: 564px;
    height: 464px;
    display: flex;
    flex-direction: column;
}

.steps-right {
    width: 564px;
    height: 464px;
    background-color: #00d084;
    background-image: url("/wp-content/themes/liceumai-theme/assets/images/how-liceum-ai-works.png");
}

.steps-row {
    display: flex;
    flex-direction: row;
}

.step-1,
.step-2,
.step-3,
.step-4 {
    width: 282px;
    height: 232px;
    border: #E7E7DD solid 1px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px;
    font-size: 16px;
}

.step-2 {
    background-color: #E7E7DD;
}

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

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

.step-content {

}

.step-title {
    font-weight: 600;
}

.step-description {
    opacity: 0.7;
}

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

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

