.product-image-detail {
    height: 570px;
    width: 570px;
    object-fit: cover;
}

.service-section-card {
    height: 159px;
    width: 210px;
    object-fit: cover;
}

.project-section-card {
    height: 528px;
    width: 540px;
    object-fit: cover;
}

.product-card {
    height: 270px;
    width: 270px;
    object-fit: cover;
}

.product-card-2 {
    height: 213px;
    width: 310px;
    object-fit: cover;
}

.home-caraousel-image {
    height: 610px !important;
    width: 610px !important;
    object-fit: cover;
}

.about-us-section-1 {
    height: 240px !important;
    width: 240px !important;
    object-fit: cover;
}

.about-us-section-2 {
    height: 347px !important;
    width: 240px !important;
    object-fit: cover;
}

.about-us-section-3 {
    height: 617px !important;
    width: 270px !important;
    object-fit: cover;
}

.news-card-1 {
    height: 207px;
    width: 310px;
    object-fit: cover;
}

@media screen and (min-width=768px) and (max-width=1199px) {
    .product-image-detail {
        height: inherit;
        width: inherit;
        object-fit: cover;
    }

    .home-caraousel-image {
        height: 450px !important;
        width: 450px !important;
        object-fit: cover;
    }
}

@media screen and (max-width: 767px) {
    .product-image-detail {
        height: 290px;
        width: 290px;
        object-fit: cover;
    }

    .service-section-card {
        height: 113px;
        width: 150px;
        object-fit: cover;
    }

    .project-section-card {
        height: 290px;
        width: 283px;
        object-fit: cover;
    }

    .product-card {
        height: 290px;
        width: 290px;
        object-fit: cover;
    }

    .home-caraousel-image {
        height: 290px !important;
        width: 290px !important;
        object-fit: cover;
    }

    .product-card-2 {
        height: 240px;
        width: 240px;
        object-fit: cover;
    }

    .about-us-section-1 {
        height: 40vw !important;
        width: 50vw !important;
        object-fit: cover;
    }

    .about-us-section-2 {
        height: 40vw !important;
        width: 50vw !important;
        object-fit: cover;
    }

    .about-us-section-3 {
        height: 84vw !important;
        width: 50vw !important;
        object-fit: cover;
    }

    .news-card-1 {
        height: 162px;
        width: 244px;
        object-fit: cover;
    }
}
