.page4{
    width: 100vw;
    height: 140vh;
    position: relative;
    /*background-image: url('../Src/Page4/Page  Background 1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: 0 0 0 0;
    display: flex;
    flex-direction: column;
    /*    justify-content: center;*/
    align-items: center;
}

.page4-title-placeholder{
    padding-top: min(6vw, 144px);
    text-align: center;
    width: 55vw;
}


.page4-title{
    position: relative;
    font-family: "Poppins-Bold",sans-serif;
    font-size: min(3vw, 36px);
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}


.page4-title-silver{
    /* Silver */
    background: linear-gradient(90deg, #8C8C8C 0%, #FFFFFF 50%, #777777 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;

    text-shadow: 
        0px 4px 4px rgba(0, 0, 0, 0.25),
        0px 2px 48px #FFFFFF;
}

.page4-title-copper{
    background: linear-gradient(90deg, #AA8261 0%, #CFBDAC 50%, #AA8261 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;

    text-shadow: 
        0px 4px 4px rgba(0, 0, 0, 0.25),
        0px 2px 48px #FFFFFF;
}





.Page4IconTextAll{
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 85%;
}

.page4-icontext-row1{
    padding-top: min(3vw, 40px);
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.page4-icontext-placeholder{
    display: flex;
    flex-direction: row;
    padding: 0px 70px 0px 70px;
}

.page4-icon-placeholder{
    width: 5vw;
    padding-right: 10px;
}

.page4-icon{
    width: inherit;

}

.page4-texttitle-placeholder{
    width: fit-content;
}

.page4-texttitle{
    color: transparent;
    background: linear-gradient(to right, #AA8261, #CFBDAC, #AA8261);
    font-family: "Poppins-SemiBold",sans-serif;
    font-size: min(1.6vw, 18px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 0 0 0 0;
}


.page4-textdesc-placeholder{
    width: 29vw;
}

.page4-textdesc{
    color: transparent;
    background: linear-gradient(to right, #8C8C8C, #FFFFFF, #8C8C8C);
    font-family: "Poppins-Medium",sans-serif;
    font-size: min(1.5vw,16px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 0 0 0 0;
}
.page4-icontext-row2{
    padding-top: min(3vw,80px);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90vw;

}

.page4-icontext-placeholder2{
    display: flex;
    flex-direction: row;
/*    padding: 0px 120px 0px 120px;*/
}

.page4-image-placeholder{
    position: absolute;
    bottom: -100px;
    display: flex;
    width: 100vw;
    justify-content: center;
    z-index: 0;
}

.page4-image{
    width: 70%;
}




@media (max-width: 500px) {

.page4-title-placeholder{
    width: 80vw;
}

.page4-title{
    font-size: 4.5vw;
}

.page4-icontext-row1{
    flex-direction: column;
}


.page4-icontext-row2{
    padding-top: 0px;
    flex-direction: column;
    width: 90vw;

}

.page4-image-placeholder{
    position: unset;
    padding-top: 7vh;
}

.page4-image{
    width: 95vw;
}

.page4-icontext-placeholder , .page4-icontext-placeholder2{
    display: flex;
    flex-direction: row;
    padding: 0;
}

.page4-icontext-placeholder, .page4-icontext-placeholder2{
    padding-top: 5vw;
}

#page4-1 , #page4-3 {
    align-self: flex-start;
}

#page4-2 , #page4-4 {
    align-self: flex-end;
}

.page4-textdesc{
    font-size: 3vw;
}

.page4-texttitle{
    font-size: 3.3vw;
}

.page4-icon-placeholder{
    width: 13vw;
}

.page4-text-placeholder{
    width: 49vw;
}

.page4-texttitle-placeholder{
    width: 49vw;
}


.page4-textdesc-placeholder{
    width: inherit;
}

}