@media (max-width: 650px){
    .footer-content{
        padding: 15px 0;
    }
    .breadcrumb-content h2{
        font-size: 30px;
    }
    .text30 {
        font-size: 24px;
    }
    .text40{
        font-size: 30px;
    }
    .copper-image,
    .technology-left{
        margin-bottom: 20px;
    }
    .ptb{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .pt{
        padding-top: 30px;
    }
    .pb{
        padding-bottom: 30px;
    }
    .who-content{
        padding: 20px;
    }
    .whychoose-card{
        gap: 15px;
    }
    .whychoose-img {
        height: 70px;
        width: 70px;
        min-width: 70px;
        line-height: 70px;
    }
    .whychoose-img img{
        max-width: 50px;
    }
    .strength-card .stregth-icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    .strength-card .stregth-icon img {
        max-width: 55px;
    }
    .technology {
        padding: 40px 0;
    }
    .product-content{
        padding: 20px;
    }
    .product-content h2, .product-content p{
        text-align: left;
    }
    .enddiv{
        justify-content: start;
    }
    .facilities::before,
    .facilities::after{
        height: 50%;
        width: 100%;
    }
    .facilities::before{
        top: 50%;
    }
    .hero-banner-content h1{
        font-size: 30px;
    }
    .hero-slider-banner{
        padding: 50px 0;
    }
}
@media (min-width: 767px){
    .footer-content{
        padding: 15px 0;
    }
    .copper-image{
        margin-bottom: 20px;
    }
    .technology-left{
        margin-bottom: 20px;
    }
}