.phil {
    font-family: "FuturaPT";
    font-weight: 400;
    width: 100%;
    background-color: black;
    overflow: hidden;
}

.phil-top {
    margin-bottom: 80px;
}

.phil-top-image {
    margin: 0 -15px 58px -15px;
    overflow: hidden;
}

.phil-top-image__img {
    max-height: 100%;
    width: auto;
}

.container-phil {
    display: flex;
    flex-direction: column;
}

.phil-top__content h2 {
    font-family: narzissmediumregular;
    font-size: 46px;
    line-height: 54px;
    margin: 0 0 20px 0;
}

.phil-top__content p {
    font-family: FuturaPT;
    font-size: 20px;
    line-height: 1.5;
}

.phil-list {
    margin-bottom: 177px;
}

.phil-item {
    text-decoration: none;
    display: blocK;
    overflow: hidden;
    margin-bottom: 75px;
}

.phil-item:last-child {
    margin-bottom: 0px;
}

.phil-item-image {
    position: relative;
    margin-bottom: 40px;
}

.phil-item-image__img {
    width: 100%;
    height: auto;
}

.phil-item-image__hover {
    position: absolute;
    right: 10%;
    bottom: 10%;
}

.phil-item-image__hover--right {
    position: absolute;
    left: 0;
    bottom: auto;
    right: auto;
    max-width: 100%;
    max-height: 94%;
    width: auto;
    height: auto;
    top: 50%;
    transform: translate(0, -50%);
}

.phil-item__label {
    font-family: FuturaPT;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.phil-item__title {
    margin: 0;
    font-family: FuturaPT;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
}

@media only screen and (min-width: 768px) {
    .phil {
        margin-top: 250px;
    }

    .phil-list {
        margin-bottom: 80px;
    }

    .phil-top-image {
        margin: 0;
        flex: 0 0 50%;
    }

    .phil-top__content {
        flex: 0 0 50%;
        padding-left: 58px;
    }

    .container-phil {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .container-phil--list {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .phil-item {
        margin-right: 5%;
        margin-bottom: 5%;
        flex: 0 0 30%;
    }

    .phil-item:last-child,
    .phil-item:nth-child(3) {
        margin-right: 0;
    }

    .phil-item:last-child {
        margin-bottom: 0;
    }
}