/*!
Theme Name: Woodza Child theme
Theme URI: https://themazine.com/mr/woodzawp/
Template: woodza
Author: Template MR
Author URI: https://themeforest.net/user/template_mr
Description: This is a Child theme for Woodza WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: woodza-child
*/

.service-details__points li:before {
    right: 50%;
}

.call-to-action .sidebar__call-title {
    left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-details__points li:before {
        right: 50%;
    }
}

@media (min-width: 768px) {
    .home-page.why-choose-two .section-title-two__title {
        font-size: 55px;
    }

    .call-to-action .sidebar__call-number {
        left: 60px;
    }
}