.Why_Choose {
    /* background: #F2F2F2 0% 0% no-repeat padding-box; */
    padding: 40px;
    margin: 40px 0px 0px;
}

.Why_Choose .left_side {}

.Why_Choose .left_side .heading_div {
    margin-bottom: 27px;
}

.Why_Choose .left_side .heading_div .second_heading_text {
    font-size: 34px;
    font-family: lato;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: normal;
}


.Why_Choose .left_side .heading_div .second_heading_text .green_text {
    color: #50883f;
}

.Why_Choose .left_side .simple_text {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 11px;
    line-height: normal;
    position: relative;
}

.Why_Choose .left_side .simple_text::before {
    content: "✓";
    position: absolute;
    left: -20px;
    color: #d16e2c;
    font-weight: 700;
}

.Why_Choose .left_side .simple_text strong {
    margin-bottom: 10px;
}
.Why_Choose .left_side .inner_text {
    color: #555;
    font-weight: 400;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: normal;
}

.Why_Choose .img_div {
    width: fit-content;
    margin: 0 auto;
}

.Why_Choose .img_div .machine_img {
    width: auto;
    height: 100%;
}


@media (min-width: 0px) and (max-width: 575px) {
    .Why_Choose .left_side .heading_div .second_heading_text {
        font-size: 22px;
    }

    .Why_Choose .left_side .simple_text::before {
    left: -15px;
}

    .Why_Choose .left_side .simple_text {
        font-size: 15px;
    }

    .Why_Choose {
        padding: 0px 10px;
    }

    .Why_Choose .img_div .machine_img {
        height: 200px;
    }

    .Why_Choose .left_side .inner_text {
        font-size: 14px;
    }
}


@media (min-width: 576px) and (max-width: 767.98px) {
    .Why_Choose .left_side .heading_div .second_heading_text {
        font-size: 26px;
    }

    .Why_Choose .left_side .simple_text {
        font-size: 16px;
    }

    .Why_Choose .img_div .machine_img {
        height: 280px;
    }

    .Why_Choose .left_side .inner_text {
        font-size: 15px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .Why_Choose .left_side .heading_div .second_heading_text {
        font-size: 28px;
    }

    .Why_Choose .left_side .simple_text {
        font-size: 15px;
    }

    .Why_Choose .img_div .machine_img {
        height: 320px;
    }

    .Why_Choose .left_side .inner_text {
        font-size: 15px;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    .Why_Choose .left_side .heading_div .second_heading_text {
        font-size: 30px;
    }

    .Why_Choose .left_side .simple_text {
        font-size: 16px;
    }

    .Why_Choose .img_div .machine_img {
        height: 370px;
    }

    .Why_Choose .left_side .inner_text {
        font-size: 15px;
    }

}

@media (min-width: 1200px) and (max-width: 1399px) {
    .Why_Choose .left_side .heading_div .second_heading_text {
        font-size: 32px;
    }


    .Why_Choose .left_side .inner_text {
        font-size: 15px;
    }

    .Why_Choose .left_side .simple_text {
        font-size: 17px;
    }

    .Why_Choose .img_div .machine_img {
        height: 400px;
    }
}