.dis {

    display: block;
}
.mob {
    display: none;
    }
    .rasch4 h3 span{
        font-size:  44pt;
    }

@media(max-width:1000px) {
    .rasch4 h3 span{
        font-size:  37pt;
    }
    .rasch.hF { 
    min-height: 430px;
}
}

@media(max-width:768px) {

.dis {
    display: none;
    }
.mob {
    display: block;
    }

    .rasch.hF { 
    min-height: 300px;
}

.rasch4 h3 span{
        font-size:  27pt;
    }
}
@media(max-width:520px) {

 
    .rasch.hF { 
    min-height: 350px;
}

.rasch4 h3 span{
        font-size:  28pt;
    }
}
   
   @media(max-width:420px) {

 
    .rasch.hF { 
    min-height: 350px;
}

.rasch4 h3 span{
        font-size:  24pt;
    }
}