.founder-thought {
    text-align: center;
    padding: 76px 0;
    border-top: 1px solid #E5E7EB;
    border-bottom: 1px solid #E5E7EB;
    margin-bottom: 60px;
}

.founder-thought h2 {
    color: #111;
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 0;
}

.founder-thought h2 i {
    display: block;
    font-weight: 400;
}

.philosophy-main {
    margin: 60px 0 70px;
}

.philosophy-systems-sec .philosophy-col {
    width: 33.33%;
}

.philosophy-systems-sec .philosophy-col:first-child {
    width: 24%;
}

.philosophy-systems-sec .column-row {
    justify-content: space-between;
}

.philosophy-box .text-content span {
    display: block;
    color: #6B7280;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.philosophy-box .text-content h3 {
    color: #111;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
}

.philosophy-box .text-content h3 strong {
    font-weight: 600;
    color: var(--clay);
}

.philosophy-box .text-content p strong,
.philosophy-box .text-content ul li strong,
.philosophy-box .text-content ol li strong{
    color: var(--clay);
    font-weight: 400;
}


.philosophy-box .text-content ul,
.philosophy-box .text-content ol {
    margin: 16px 0 16px 0;
}

.philosophy-box .text-content p,
.philosophy-box .blockquote p,
.philosophy-box .text-content ul li,
.philosophy-box .text-content ol li {
    color: #111;
    font-size: 14px;
    line-height: 22.75px;
    margin-bottom: 10px;
}

.philosophy-box .text-content ol {
    counter-reset: item;
    list-style: none;
    padding-left: 0;
}

.philosophy-box .text-content ol li {
    counter-increment: item;
    position: relative;
    padding-left: 25px;
}

.philosophy-box .text-content ol li::before {
    content: counter(item, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 22.75px;
    margin-bottom: 10px;
    color: var(--clay);
    font-weight: 600;
}

.philosophy-box .blockquote p {
    margin: 0;
    border-left: 2px solid var(--clay);
    padding-left: 18px;
}

.philosophy-box .blockquote h4 {
    color: #111;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.75px;
    margin-bottom: 10px;
}

.philosophy-box .text-content ul li,
.philosophy-box .text-content ol li {
    margin: 0;
}

.philosophy-box .text-content ul li:not(:last-child),
.philosophy-box .text-content ol li:not(:last-child) {
    margin-bottom: 7px;
}

.philosophy-box .text-content ul {
    list-style-type: none;
    margin-left: 0;
}

@media only screen and (max-width: 1199px) {
    .founder-thought {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 991px) {

    .philosophy-main {
        margin: 40px 0 30px 0;
    }

    .philosophy-systems-sec {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .founder-thought {
        padding: 30px 0;
        margin-bottom: 30px;
    }

    .founder-thought h2 {
        color: #111;
        text-align: center;
        font-size: 30px;
        line-height: 36px;
        font-weight: 700;

    }

    .philosophy-systems-sec .philosophy-col,
    .philosophy-systems-sec .philosophy-col:first-child {
        width: 100%;
    }

    .philosophy-systems-sec .philosophy-col:not(:last-child) {
        margin-bottom: 20px;
    }

    .philosophy-box .text-content ul+p:last-child {
        margin-bottom: 0;
    }

    .philosophy-box .text-content span {
        margin-bottom: 15px;
    }
}