@media (max-width: 767px) {
    .d-block {
        display: block;
    }
    }
    @media (min-width: 768px) {
    .d-md-none {
        display: none; 
    }  
    }  

/*background change*/
.css-1yiz2lt {
    padding: 84px 0 189px;
    background-image: url("../images/snow-plowing/background-snowplowing.jpg");
    background: linear-gradient(0deg, rgb(221 239 234 / 28%), rgb(221 239 234 / 90%)), url("../images/snow-plowing/background-snowplowing.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-background-position: top; 
    background-position: top;
    }  
    @media (max-width: 768px) {
        .css-1yiz2lt {
            -webkit-background-position: 30%; 
            background-position: 30%;
        }
        }  

/*services section*/
.css-bspt {
    padding: 70px 0px;
    background-color:#f9fafb;
}
  
.css-fftsim {text-align: center;
    margin: 0;
    color: #2c3d50;
    font-family: "Poppins", system-ui;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.css-ptpz2f {
    margin: 0;
    margin-bottom:3rem;
    line-height: 1.3;
    color: #1A1A1A;
    font-family: "Poppins", system-ui;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;}

.css-fnsiw {
    margin: 0;
    margin-bottom:3rem;
    margin-top: 1rem;
    line-height: 1.3;
    color: #2c3e50;
    font-family: "Poppins", system-ui;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;}

.service-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: auto;
}

.service {
    flex: 1 1 calc(33% - 20px); /* 4 per row */
    box-sizing: border-box;
    text-align: center;
}

.service img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
}
.service p {
    margin: 0;
    margin-top: 15px;
    color: #2c3e50;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Poppins", system-ui;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize;
    text-align: center;
}

.highlight1 {
    font-weight: 600;
    color:#009fd9;
}


@media (max-width: 768px) {
    .css-bspt {
        padding: 40px 0px;
    }
    .service {
      flex: 1 1 calc(50% - 20px); /* 2 per row */
    }
    .css-fnsiw {
        margin-bottom: 0;
        margin-top: .5rem;
        padding: 0 .7rem;
        line-height: 1.3;
    }
    .css-fftsim {
        font-size: 28px;
    }
    .css-ptpz2f {
        font-size:20px;
        line-height: 1.3;
    }
}
/*services section End*/