.section-what-we-believe {
    padding: 96px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 96px;
    background-color: #F8F8EE;
}

.what-we-believe-headings {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 50%;
}

.what-we-believe-title {
    font-family: 'Stack Sans Notch', system-ui, sans-serif;
    font-size: 48px;
    line-height: 110%;
    color: #121417;
    text-align: start;
}

.what-we-believe-subtitle {
    color: #121417;
    opacity: 0.70;
    font-size: 18px;
    text-align: start;
    line-height: 165%;
    padding: 16px;
}

.what-we-believe-in-platform-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding-top: 24px;
}

.what-we-believe-in-platform-find-projects-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;
}

.what-we-believe-in-platform-find-projects-text {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #000000;
    text-align: left;
}

.what-we-believe-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 50%;
}

.what-we-believe-info-item {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
    width: 100%;
    /*height: 196px;*/
    color: #121417;
    border: 1px solid #12141720;
    box-sizing: border-box;
}

.what-we-believe-info-item-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.what-we-believe-info-item-subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    opacity: 0.6;
}