Check each shortcode like [iheu_ultimate_oxi id=”341″].
In this shortcode you will get id like 341. So you can customize font settings for each shortcode.
Note: I write “id” into each class where you need to add style id like 341
//Tab Version
@media only screen and (min-width : 669px) and (max-width : 993px){
//Heading
.image-ultimate-hover-id .iheu-info h3{
}
//description
.image-ultimate-hover-id .iheu-info p{
}
// Button
.image-ultimate-hover-id a.iheu-button{
}
}
**Mobile Version
@media only screen and (max-width : 668px){
//Heading
.image-ultimate-hover-id .iheu-info h3{
}
//description
.image-ultimate-hover-id .iheu-info p{
}
// Button
.image-ultimate-hover-id a.iheu-button{
}
}
hope you can done it.