/* Extra small devices (phones, 600px and down) */
@media screen and (max-width: 560px) {
    ul.franchi-list li {
        width: 100%;
        text-align: center;
    }
    .features_section .feature_detail .left_data {
        padding-left: 20px;
    }

    .features_section .feature_detail, .features_section .feature_detail .feature_box {
        display: inline-block;
        padding-left: 0;
    }
        .features_section .feature_detail .right_data{padding-right:inherit}
        .features_section .feature_detail .feature_img {
            transform:inherit
        }
  
}

 
@media only screen and (min-width: 600px) {
    .features_section .feature_detail, .features_section .feature_detail .feature_box {
        display: inline-block;
        padding-left: 0;
    }

        .features_section .feature_detail .right_data {
            padding-right: inherit
        }

        .features_section .feature_detail .feature_img {
            transform: inherit;
            text-align:center
        }
        .features_section .feature_detail .feature_box {
            max-width: 100%;
            margin-left: 15px;
            margin-right: 15px;
        }
    
} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .features_section .feature_detail, .features_section .feature_detail .feature_box {
        display: inline-block;
        padding-left: 0;
    }

        .features_section .feature_detail .right_data {
            padding-right: inherit
        }

        .features_section .feature_detail .feature_img {
            transform: inherit
        }
    .features_section .feature_detail{display:flex}
    
}

 
@media only screen and (min-width: 992px) {
    .features_section .feature_detail .feature_box {
        max-width: 440px;
        margin-left: 15px;
        margin-right: 15px;
    }
}

 
@media only screen and (min-width: 1200px) {
     
}
