.modulcon{
    display: flex;
    flex-wrap: wrap;
}
.modulbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff5c;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: calc(33% - 20px);
    margin: 10px;
}
.modulbox img{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.pagetitle{
    margin: auto;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;

}
.modulbox img{
    width: 150px;

}
@media only screen and (max-width: 700px) {
    .modulbox{
        width: 100%;
    }
}