.card-two-section {
    position: relative;
    /* width: 1150px; */
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.crd-section{
    background-color: rgb(231, 238, 238);
}
.card-two-section .card-two {
    position: relative;
    /* width: 330px; */
    height: 150px;
    background: #fff;
    margin: 20px;
    padding: 25px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 25px rgba(0,0,0,0.2);
    transition: 0.5s;
}
.counter {
	display: block;
	/* text-align: center; */
	font-weight: 400;
	font-size: 17px;
	line-height: 25px;
	color: #111010;
}

.card-two-section:hover .card-two {
    transform: scale(0.9);
    opacity: 0.5;
}

.card-two-section .card-two:hover {
    transform: scale(1.1);
    opacity: 1;
}
.card-two-section .card-two  .content {
    position: absolute;
    bottom: 10px;
    padding: 20px;
    page-break-after: 20px;
    text-align: center;
}

.card-two-section .card-two  .content span {
    color: #0e0d0d;
}

.card-two-section .card-two .content a {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    margin-top: 20px;
}

/* Default styles custom */
.card-two {
    width: 29%; /* Display 4 cards per row */
    float: left;
    box-sizing: border-box;
    padding: 0 15px;
}

@media (max-width: 768px) {
    .card-two {
        width: 100%; /* Display 2 cards per row */
    }
}

@media (max-width: 576px) {
    .card-two {
        width: 50%; /* Display 1 card per row */
    }
}
@media (max-width: 575px) {
    .card-two {
        width: 100%; /* Display 1 card per row */
    }
}
@media (max-width: 420px) {
    .card-two {
        width: 100%; /* Display 1 card per row */
    }
}





/* card-one responsive  */
@media only screen and (max-width: 419px) {
    .col-lg-4 {
        width: 100%;
        margin-bottom: 20px; 
    }

    .col-lg-4:nth-child(even) {
        clear: both; 
    }

    .card-one {
        width: 100%;
        margin: 0 auto; 
    }
}
@media only screen and (max-width: 576px) {
    .col-lg-4 {
        width: 100%;
        margin-bottom: 20px; 
    }

    .col-lg-4:nth-child(even) {
        clear: both; 
    }

    .card-one {
        width: 100%;
        margin: 0 auto; 
    }
}
@media only screen and (max-width: 775px) {
    .col-lg-4 {
        /* width: 100%; */
        margin-bottom: 20px; 
    }

    .col-lg-4:nth-child(even) {
        clear: both; 
    }

    .card-one {
        width: 100%;
        margin: 0 auto; 
    }
}

 /* features ..  */
@media screen and (max-width: 419px) {
    .col-lg-6 {
        width: 100%; /* Make the column occupy full width on smaller screens */
    }

    img {
        max-width: 100%; /* Make images responsive within their container */
        height: auto; /* Maintain aspect ratio */
    }
}
@media screen and (max-width: 557px) {
    .col-lg-6 {
        width: 100%; 
    }

    img {
        max-width: 100%; 
        height: auto; 
    }
}
@media only screen and (min-width: 575px) and (max-width: 997px) {
    .col-md-8 {
        width: 100%;
    }
    .col-lg-6 {
        width: 100%;
        margin-left: 92px;
    }
}

/* intregation capabilites  */

.logo-img {
    margin: 28px 4px 20px 9px;
}

.logo {
    margin-left: 335px;
    margin-top: -200px;
}

@media only screen and (min-width: 320px) and (max-width: 419px) {
    .logo-img {
        margin: 10px; /* Adjust margins for smaller screens */
        width: 100%; /* Ensure images take full width */
    }

    .erplogo li {
        width: 100%; /* Ensure list items take full width */
    }

    .logo {
        margin-left: auto; /* Center the logo */
        margin-right: auto;
        margin-top: 10px; /* Adjust margin for smaller screens */
        width: 50%; /* Adjust logo width */
        text-align: center; /* Center the image */
    }
}

/* strength ..  */
@media (min-width: 320px) and (max-width: 419px) {
    #counter-wrapper .our_strength .col-md-4 {
        width: 100% !important;
    }
}
@media (min-width: 420px) and (max-width: 675px) {
    #counter-wrapper .our_strength .col-md-4 {
        width: 100% !important;
    }
}
@media screen and (min-width: 676px) and (max-width: 992px) {
    /* Adjust styles for responsiveness */
    .counter-contain .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .counter-contain .row [class*="col-"] {
        width: 70%;
    }
}