I found out that the following code would make the job using the Module Class Suffix.
Do you think this is a good way to do it? Would it afflict other functions?
@media (min-width: 553px) and (max-width: 764px){
.centerFeaturedInfo {
position: relative;
min-height: 1px;
padding-right: 200px;
padding-left: 200px;
}
}
@media (max-width: 552px){
.centerFeaturedInfo {
position: relative;
min-height: 1px;
padding-right: 100px;
padding-left: 100px;
}
}