.philosophy-section {
    padding: 90px 0;
}

.philosophy-section .row {
    align-items: center;
    margin-top: 54px;
}

.philosophy-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 25px;
    display: block;
    max-height: 578px;
}

.philosophy-section .philosophy-item .icon img {
    filter: invert(100%) grayscale(100%) brightness(100%);
}

.philosophy-section.red-bg .philosophy-item .icon img,
.philosophy-section.green-bg .philosophy-item .icon img,
.philosophy-section.blue-bg .philosophy-item .icon img {
    filter: none;
}

.philosophy-content h4 {
    margin-bottom: 7px;
}

.philosophy-content p b,
.philosophy-content p strong {
    font-weight: 700;
}

.philosophy-item {
    display: flex;
    align-items: flex-start;
}

.philosophy-item+.philosophy-item {
    margin-top: 26px;
}

.philosophy-item .icon {
    width: 30px;
    height: 30px;
    margin-top: 4px;
}

.philosophy-item .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.philosophy-content {
    width: calc(100% - 30px);
    padding-left: 12px;
}

@media (min-width: 1024px) {
    .philosophy-image {
        max-width: 527px;
        margin-right: auto;
    }
    .philosophy-main-content {
        max-width: 540px;
        margin-left: auto;
    }
}

@media(max-width:992px) {
    .philosophy-image img {
        height: auto;
        max-height: 400px;
        border-radius: 15px;
    }
    .philosophy-section .row {
        margin-top: 30px;
    }
    .philosophy-section {
        padding: 60px 0;
    }
}

@media(max-width:767px) {
    .philosophy-section {
        padding: 50px 0;
    }
    .philosophy-image img {
        width: 100%;
        height: 300px;
        border-radius: 10px;
    }
    .philosophy-item+.philosophy-item {
        margin-top: 20px;
    }
}

@media (max-width: 574px) {
    .philosophy-item .icon {
        width: 26px;
        height: 26px;
        margin-top: 0;
    }
}