.about-us-images {
    width: 100% !important;
    height: 400px !important;
    object-fit: cover;
}

.services-img {
    max-height: 415px;
    width: 100%;
    object-fit: cover;
}

.product-box-images img {
    height: 230px;
    width: 100%;
    object-fit: cover;
}

.product-text-box {
    border: 2px solid;
    padding: 10px;
    text-align: center;
}
.photo-gallery-img{
    height: 250px !important;
    width: 100% !important;
    object-fit: cover !important;
}
.hover-product:hover .product-text-box {
    background-color: var(--primary);
    color: #fff !important;
}

.footer-wrapper {
    display: flex;
}

.footer-box {
    width: auto;
}

.text-design {
    text-shadow: 2px 2px 5px #000;
}
.left-side-bar ul{
    list-style:none !important;
    padding:0 !important;
}
.left-side-bar ul li a{
    display:flex;
    width:100%;
    padding:7px 10px;
    color:#fff;
    text-decoration:none !important;
    justify-content:space-between;
}
    .left-side-bar ul li a i{
        display:flex;
        justify-content:center;
        align-items:center;
    }
        @media(max-width:991px) {
            .content-wrapper{
                flex-direction: column-reverse !important;
            }
            .footer-wrapper {
                flex-direction: column;
                gap: 40px;
            }

            .owl-nav {
                display: none;
            }

            .about-us-images-2 {
                padding: 0 !important;
            }

            .about-us-images {
                height: 200px !important;
            }

            #temizle {
                padding-top: 0 !important;
            }

            .col-half-section {
                padding-left: 0 !important;
                padding-right: 0 !important;
            }
        }