.breadcrumb-container {
    display: flex;
    align-items: center;
}

.breadcrumb-container a {
    margin-right: 0px;
}
/*.breadcrumb p {
    display: none;
}*/

.pp-container {
    margin: 6%;
    display: flex;
    flex-direction: column;
    @media (width > 900px) {
        width: 900px;
        margin: auto;
    }

    @media (width > 1400px) {
        width: 1200px;
    }
}

.pp-container img {
    width: 100%;
}

.logo-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 60px;
    margin-bottom: 60px;
}

.logo-container img {
    width: 30%;
}

.split-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 60px;
}
.split-header img {
    width: 20%;
}

/* Z STyle Layout*/
.image-text {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 60px;
    @media (width > 900px) {
        flex-direction: row;
        display: flex;
        margin-top: 100px;
        margin-bottom: 160px;
        gap: 20px;
    }
    @media (width > 1500px) {
        gap: 40px;
    }
}

.image-text img {
    @media (width > 900px) {
        flex: 0 0 66%;
    }
    @media (width > 1500px) {
        flex: 0 0 75%;
    }
}

.text-image {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 40px;
    margin-bottom: 60px;
    @media (width > 900px) {
        display: flex;
        flex-direction: row;
        margin-top: 100px;
        margin-bottom: 160px;
        gap: 20px;
    }
    @media (width > 1500px) {
        gap: 40px;
    }
}

.text-image img {
    @media (width > 900px) {
        flex: 0 0 66%;
    }
    @media (width > 1500px) {
        flex: 0 0 75%;
    }
}

/* Immage Row*/

.app-images {
    display: flex;
    flex-direction: column;
    gap: 20px;
    @media (width > 520px) {
        flex-direction: row;
        gap: 10px;
    }
    @media (width > 900px) {
        flex-direction: row;
        gap: 10px;
    }
    @media (width > 1400px) {
        flex-direction: row;
        gap: 30px;
    }
}

.app-images img {
    @media (width > 520px) {
        max-width: 26%;
    }
}

.mobile-hidden {
    @media (width < 520px) {
        display: none;
    }
}

/*Single Images*/

.single-image-ipad {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
}

.single-image-ipad img {
    @media (width > 520px) {
        flex: 0 0 75%;
    }
}

/*image text 40 60*/
.image-text-40-60 {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 60px;
    @media (width > 520px) {
        flex-direction: row;
        display: flex;
        margin-top: 100px;
        margin-bottom: 160px;
        gap: 20px;
    }
    @media (width > 1500px) {
        gap: 40px;
    }
}

.image-text-40-60 img {
    @media (width > 520px) {
        flex: 0 0 44%;
    }
    @media (width > 1500px) {
        flex: 0 0 44%;
    }
}
