#philosofy {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 61px 0 65px;
}

.philosofy_head {
    width: 100%;
    position: relative;
    padding: 0 16px;
}

.philosofy_head:before {
    background-image: url(../assets/long.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
}

.dark .philosofy_head:before {
    opacity: 0.2;
}

.philosofy_text {
    max-width: 1320px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 49px 0 29px;
    position: relative;
    z-index: 2;
}

.philosofy_text h2 {
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.30), 0px 1px 3px rgba(0, 0, 0, 0.15);
}

.philosofy_one,
.philosofy_two {
    padding: 12px;
    background: url(../assets/white-paper.jpg);
    height: 273px;
    width: 424px;
    box-shadow: 0px 1px 2px 0px #0000004d, 0px 2px 6px 2px #00000026;
}

.dark .philosofy_one,
.dark .philosofy_two {
    background: url(../assets/paper_black.jpg);
}

.philosofy_border {
    background: linear-gradient(180deg, #4D4336 0%, #714A27 63.5%, #AA8E75 79%, #5E5548 98.5%);
    width: 100%;
    height: 100%;
    padding: 2px;
}

.dark .philosofy_border {
    background: #BD9C49;
}

.dark .philosofy_body {
    background: url(../assets/paper_black.jpg);
}

.philosofy_body {
    width: 100%;
    height: 100%;
    background: url(../assets/white-paper.jpg);
    padding: 37px 37px 37px 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.philosofy_left {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.philosofy_content {
    width: 1184px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 32px;
    padding: 47px 0;
}

.philosofy_right {
    padding: 12px;
    background: url(../assets/white-paper.jpg);
    height: 578px;
    width: 728px;
    box-shadow: 0px 1px 2px 0px #0000004d, 0px 2px 6px 2px #00000026;
}

.dark .philosofy_right {
    background: url(../assets/paper_black.jpg);
}

.philosofy_body h3 {
    text-align: left;
    color: #AA0909;
}

.philosofy_body li {
    font-size: 18px;
    line-height: 24px;
    position: relative;
}

.philosofy_body ul {
    padding-left: 21px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.philosofy_body li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -20px;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
    pointer-events: none;
    background: linear-gradient(180deg, rgba(224, 224, 224, 0.51) 1.5%, rgba(245, 245, 245, 0.60) 100%);
    box-shadow: 0px -1.25px 0.833px 0px #FFF inset, 0px -2.508px 0.502px 0px rgba(255, 255, 255, 0.30) inset, 0px 1.254px 2.508px 0px rgba(0, 0, 0, 0.40) inset, 0px 0.833px 0px 0px #FFF, 0px -0.833px 0px 0px rgba(0, 0, 0, 0.25);
}

.philosofy_body li span {
    font-family: 'Evolventa Bold';
}

.philosofy_right .philosofy_body {
    padding: 26px;
}

.philosofy_p {
    font-size: 18px;
    line-height: 24px;
}

.philosofy_video {
    width: 648px;
    max-height: 278px;
    overflow: hidden;
    box-shadow: 0px -1.25px 0.833px 0px #FFF inset, 0px 1.254px 2.508px 0px rgba(0, 0, 0, 0.40) inset, 0px -0.833px 0px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
}

.dark .philosofy_video {
    box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.25) inset, 2px 2px 4px 0px rgba(0, 0, 0, 0.25) inset;
}

.phi_block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dark .philosofy_body h3 {
    color: #BD9C49;
}

@media (max-width: 1235px) {
    .philosofy_content {
        flex-direction: column;
        max-width: fit-content;
        margin: 0 auto;
        gap: 16px;
    }

    .philosofy_left {
        display: flex;
        flex-direction: row;
        gap: 16px;
    }

    .philosofy_one,
    .philosofy_two {
        width: 356px;
    }

    .philosofy_body {
        padding: 26px;
    }
}

@media (max-width: 780px) {

    .philosofy_head:before {
        background-size: cover;
    }

    .philosofy_left {
        flex-direction: column;
    }

    .philosofy_one,
    .philosofy_two {
        width: 100%;
    }

    .philosofy_right {
        width: 100%;
        height: fit-content;
    }

    .philosofy_content {
        padding: 47px 16px;
    }

    .philosofy_video {
        width: 100%;
    }
}