/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 08 2021 | 15:48:46 */
body[data-elementor-device-mode="desktop"] .prevention-card-col1{
    width:calc(63px + 20px);
}
body[data-elementor-device-mode="desktop"] .prevention-card-col2 {
    width:calc(100% - 83px);
}

body[data-elementor-device-mode="tablet"] .prevention-card-col1{
    width:calc(63px + 20px) !important;
}
body[data-elementor-device-mode="tablet"] .prevention-card-col2 {
    width:calc(100% - 83px) !important;
}

body[data-elementor-device-mode="mobile"] .prevention-card-col1{
    width:calc(46px + 20px) !important;
}
body[data-elementor-device-mode="mobile"] .prevention-card-col2 {
    width:calc(100% - 66px) !important;
}

body[data-elementor-device-mode="desktop"] .prevention-cards .elementor-row{
      justify-content: space-between;
}
body[data-elementor-device-mode="desktop"] .prevention-cards .elementor-col-25{
    width: calc(25% - 60px);
    margin-right: 60px;
}
body[data-elementor-device-mode="desktop"] .prevention-cards .elementor-col-25:last-child{
    margin-right: 0px;
}