.page11{
    position: relative;
    width: 100vw;
    height: auto;
	background-color: white;
    display: flex;
    flex-direction: column;
/*	justify-content: center;*/
	align-items: center;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: 0 0 0 0;
}

.page11-row1{
    width: 80vw;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.page11-title{
    font-family: Poppins-Bold,sans-serif;
    font-size: 3.5vw;
    color: #003F7D;
}

.page11-row2{
    padding-top: 5vh;
    width: 70vw;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.page11-row2-col1{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.page11-row2-col1-row{
    padding-top: 1vh;
    padding-bottom: 1vh;
    width: 100%;
}

.page11-img{
    width: inherit;
    height: auto;
}

@media (max-width: 500px){
    .page11-title{
        font-size: 7vw;
    }

    .page11-row2{
        width: 90vw;
    }

    .page11-row2{
        padding-top: 0px;
    }

}