/* ===============================================================
* New form fields setup
* --------------------------------------------------------------- */


.home-service-cleaning-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    padding: 0 15px;
}

.home-service-cleaning-wrapper .service-card {
    flex: 1 1 calc(33.333% - 20px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: 0 0 23px;
}


.home-service-cleaning-wrapper .service-card-wrapper {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.service-card .btn {
    width: 160px;
    margin: 0 auto;
}

.home-service-cleaning-wrapper {
    padding: 0 15px;
}

.home-service-cleaning-wrapper .service-card-wrapper {
    pointer-events: none;
    text-decoration: none;
    color: inherit;
}

@media screen and (max-width: 1200px) {

    .home-service-cleaning-wrapper .service-card {
        flex: 1 1 calc(50% - 20px);
    }
}

@media screen and (max-width: 768px) {

    .home-service-cleaning-wrapper .service-card {
        flex: 1 1 100%;
    }

    .home-service-cleaning-wrapper .service-card-list {
        display: none;
    }

    .home-service-cleaning-wrapper .service-card-wrapper {
        display: flex;
        align-items: center;
        pointer-events: auto;
        flex-direction: row;
    }

    .home-service-cleaning-wrapper .service-card-title {
        width: 100%;
    }

    .home-service-cleaning-wrapper img {
        max-width: 70px;
    }

    .home-service-cleaning-wrapper .btn {
        display: none!important;
    }
   .home-service-cleaning-wrapper {
     padding: 0;
   }
	
}


@media screen and (max-width: 500px) {
.service-card{
padding: 20px;
}
.home-service-cleaning-wrapper .service-card{
margin: 0 0 5px;
}
}

@media screen and (max-width: 400px){
.service-card-title{
        font-size: 16px;
}
}