﻿figure{

}

figure img {
    width: 60%;
    height: auto;
    margin-bottom: 15px;
}

@media (max-width: 800px) {
    figure img {
        width: 90%;
    }
}

.logoWiN {
    width: 200px;
    margin-bottom: 0px;
}


@media (max-width: 450px) {
    .logoWiN {
        width: 100px;
    }
}



.displayContent ul li {
    list-style-type: circle;
    margin-left: 20px;
    margin-bottom: 0.2em;
}