.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

#services_glance {
    .one_glance_row {
        .col-xs-12.col-sm-12.col-md-12.col-lg-12.match-height {
            padding: unset;

            .one_glance_info_labourdo {
                padding: unset;

                .section_tit_labourdo {
                    line-height: normal;
                    letter-spacing: calc(100vw / 1000);
                    font-size: 1.8rem;
                }

                .container.services_check_details {
                    padding: unset;

                    .check_in_out_details_services {
                        display: flex;
                        position: unset;
                        height: 2.8rem;
                        justify-content: center;
                        align-items: center;

                        .check_label_wrap {
                            width: auto;
                            position: unset;
                            display: block;
                            padding: unset;
                            margin: unset;
                            margin-inline: 1rem;
                            height: inherit;

                            .check_label {
                                position: unset;
                                width: auto;
                                line-height: normal;
                                height: inherit;
                                transform: unset;
                                display: flex;
                                align-items: center;

                                span {
                                    font-size: 1.4rem;
                                    letter-spacing: calc(100vw / 2000);
                                    text-align: unset;
                                    text-transform: capitalize;
                                }
                            }
                        }
                    }
                }

                .container.clearfix {
                    padding: unset;

                    .section_tit_labourdo {
                        margin-top: 1rem !important;
                    }

                    .listing_multicolumn {
                        display: flex;
                        flex-wrap: wrap;
                        column-count: unset;
                        column-gap: unset;
                        float: unset;

                        .service-nearby-line {
                            width: calc(100% / 3);
                            text-align: unset;
                            float: unset;
                            display: flex;
                            height: 4.5rem;
                            align-items: center;

                            .icon-service-nearby {
                                display: unset;
                                padding: unset;
                                height: 3rem;
                                width: 3rem;
                                vertical-align: unset;
                                margin-right: 1rem;
                            }

                            .service-nearby-line-label {
                                width: calc(100% - 4rem);
                                line-height: normal;
                                vertical-align: unset;
                                display: unset;
                                font-size: 1.4rem;
                                letter-spacing: calc(100vw / 2000);
                                height: auto;
                                max-height: 2.8rem;
                                text-transform: capitalize;
                            }
                        }
                    }
                }
            }
        }
    }
}
