.around {
    width: 80px;
    height: 80px;
    margin: 0 1vw 0 auto;
    filter: grayscale(100%);
    display: inline-block;
}

.right-top {
    float: right;
    margin-top: 8px;
}

.absolute {
    position: absolute;
}

.bottom0 {
    bottom: 0;
}

.font-size-phil-title,
.font-size-phil-title-smaller {
    font-size: 40;
}

.mix-blend-mode {
    mix-blend-mode: difference;
}

.imgQuadratoVeryBig,
.imgQuadratoVeryBig2,.imgQuadratoVeryBig5 {
    position: relative;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    background-blend-mode: multiply;
    height: auto;

}
.imgQuadratoVeryBig5{
    background: url("../PNG/filosofia/models-hz-2.png");
    min-height: 700px;
    background-position: 30%;

}

.imgQuadratoVeryBig {
    background: url("../PNG/filosofia/vegan.png");
    background-position: 30%;
    min-height: 700px;
}

.imgQuadratoVeryBig2 {
    background: url("../PNG/filosofia/fashion.png");
    background-position: 20%;
    min-height: 700px;
}

.imgQuadratoVeryBig3 {
    background: linear-gradient(rgba(236, 233, 226, .5), rgba(236, 233, 226, .5)), url("../PNG/filosofia/tech.png");
    background-position: 10%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    min-height: 583px;
    height: auto;
}

.imgQuadratoVeryBig4 {
    background: linear-gradient(rgba(236, 233, 226, .5), rgba(236, 233, 226, .5)), url("../PNG/filosofia/botanical-extract.png");
    background-position: 10%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    min-height: 583px;
    height: auto;
}

.square-img {
    background-color: rgba(236, 233, 226, 0.65);
    margin: 0 10vw;
    padding: 10px;
    width: 800px;
}

.maxwidth98 {
    max-width: 98.4vw;
}

.imgRett {
    width: 98.4vw;
}

.invert {
    -webkit-filter: invert(75%);
    filter: invert(75%);
}

.opacity100 {
    opacity: 100%;
}

.min-height-p {
    min-height: 230px;
}

.p-phil {
    width: 350px;

}

.p-phil,
.font-size-p-phil,
.font30 {
    font-size: 24;
    color: #61666c;

}
.round-img{
    shape-outside: circle();
}

.text-block {
    background-color: #ece9e2;
    opacity: 0.75;
    mix-blend-mode: multiply;
    padding: 10px;
    width: 100%;
}
.align-flex-end{
    display: flex;
    align-items: flex-end;
}

.complete-square {
    border: 1px solid #61666c;
}

.width32 {
    width: 30vw;
    height: max-content;
}

body {
    background-color: #ece9e2 !important;

}

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

    h3 {
        font-size: 35;
    }

    .p-phil {
        max-width: 650px;
        width: auto;
    }

    .p-phil,
    .font-size-p-phil {
        font-size: 20px !important;
    }

    .not-mobile {
        display: none;
    }

    .text-block {
        opacity: 90%;
        mix-blend-mode: normal;

    }


    .font-size-phil-title-smaller {
        font-size: 30px;
    }

    .imgQuadratoVeryBig,
    .imgQuadratoVeryBig2 {
        width: 98.4vw;
    }

    .square-img {
        margin: 2vw 2vw !important;
        padding: 2px;
    }

    .small {
        font-size: 15 !important;
    }
    .around {
        width: 120px;
        height: 120px;
    }

}