.signUp{
    display:none;
}
.mod-page-wrap{
    display:block;
}
h1{
    padding:3em 0 1em 0;
}
.idTheftContainer{
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.idFlex1{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.idFlex img{
    width:370px;
}
@media screen and (max-width:1200px){
    h1{
        padding:1em 0 1em 0;
    }
}
@media screen and (max-width:600px){
    .htmlModuleWrap img{
        width:370px !important;
    }
    p{
        font-size:1em;
    }
}