﻿.service-img img {
/*    min-height: 400px !important;
    object-fit: cover*/
}


.product-img {
    text-align:center;
}

.product-img img {
    min-height: 200px !important;
    height: 200px !important;
    object-fit: contain;
    text-align:center;
}


.product-img2 {
    text-align: center;
    min-height: 220px;
    display: flex;
    justify-content:center;
    align-content: center;
    align-items: center
}

    .product-img2 img {
        min-height: 100% !important;
        height: 100% !important;
        text-align: center;
        object-fit: contain;
    }

.product-img3 {
    text-align: center;
}

    .product-img3 img {
        min-height: 200px !important;
        height: 200px !important;
        width: 200px !important;
        text-align: center;
        object-fit: contain;
    }

.btn-primary {
    background-color: #003657 !important;
}


/* text-lg-nowrap sınıfı tanımı */
@media (min-width: 992px) {
    .text-lg-nowrap {
        white-space: nowrap;
    }
}


.pt-50 {
    padding-top: 60px;
}