@media (min-width: 768px) {
     .pricing-page .pricing-plan-card {
        height: 370px;
    }
}

@media screen and (min-width:992px) {
    .feature-card,.feature-card3{
        height: 340px;
    }
    .case-study-card .case-study-card-content{
        height: 220px;
    }
    .testimonial-card2 .testimonial-content-wrap{
        height: 425px;
    }
    .service-card3.magnetic-item{
        height: 340px;
    }
    .service2-page .service-card4 {
        height: 400px;
    }
    .feature-card2 {
        height: 380px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .service-card2{
        height: 500px;
    }
    .service-card2 .service-content-wrap h3{
        margin-bottom: 0;
    }
    .h-250{
        height: 250px;
    }
}

@media screen and (max-width:992px){
    .home2-process-section .process-wrapper{
        background: unset !important; ;
    }
    
}
@media screen and (min-width:1400px) {
    .current-page .pricing-plan-card.magnetic-item{
        height: 540px;
    }
}
@media screen and (min-width:1200px) and (max-width:1400px){
    .current-page .pricing-plan-card.magnetic-item{
        height: 580px;
    }
}

@media screen and (min-width:1200px) {
    .service-card2{
        height: 400px;
    }
    .smart-collect-services .service-card{
        height: 430px;
    }
    .step-section .single-process::before{
        display: block;
    }
}

@media screen and  (max-width:767px){
  .service-card{
        height: auto;
    }
    .faq-right , .faq-right .image-container {
        min-height: unset;
        height: unset;
    }
}

@media screen and (min-width:767px) and (max-width:1199px){
    .smart-collect-services .service-card{
        height: 350px;
    }
    .current-page .pricing-plan-card.magnetic-item{
        height: 640px;
    }
}


@media screen and (min-width:767px) and (max-width: 991px) {
    .case-study-card .case-study-card-content {
        height: 250px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .current-page .pricing-plan-card {
        height: 630px;
    }
    .single-skill img{
        width: 60px;
    }
}
