@media only screen and (max-width: 1430px) {
     .v3-service-card-wwd-holder .elementor-container.elementor-column-gap-default {
         grid-template-columns: repeat(2, 1fr);
     }
}

@media only screen and (max-width: 940px) {
     .v3-service-card-wwd-holder .elementor-container.elementor-column-gap-default {
         grid-template-columns: repeat(1, 1fr);
     }
}

@media only screen and (max-width: 470px) {
    .v3-service-card.v3-service-card-wwd{
        width: 300px!important;
        height: unset!important;
    }
}


 /* @media only screen and (max-width: 1199px) {
    .stacking-card {
        position: unset;
        flex-direction: column;
        padding: 30px;
        height: 89px;
        overflow: hidden;
        transition: 0.8s;
    }
    .stacking-card:last-child{
        margin-bottom: 50px;
    }

    .stacking-card-content-holder {
        width: 100%;
        height: auto;
        text-align: center;
        padding: 0;
    }

    .stacking-card-header {
        font-size: 20px;
        position: relative;
    }

    .stacking-card-header .fa-solid.fa-chevron-down {
        position: absolute;
        display: unset;
        background-color: #FFD800;
        border-radius: 100%;
        width: 30px;
        height: 30px;
        right: -15px;
        top: 50%;
        transform: translate(0%, -50%);
    }

    .stacking-card-header .fa-solid.fa-chevron-down::before {
        position: relative;
        top: 5px;
        display: block;

        transition: 0.4s;
    }

    .stacking-card-excerpt {
        font-size: 16px;
    }

    .stacking-card-image-holder {
        width: 100%;
    }

    .stacking-card-button {
        width: max-content;
        margin: auto;
    }

    /* OPEN STATE */

 /*.stacking-card.open .stacking-card-header .fa-solid.fa-chevron-down::before {
        transform: rotate(180deg);
    }

} */