.ContentTittle{
    font-family: Poppins;
    font-size: 2rem;
    font-weight: 600;
    line-height: 48px;
    text-align: center;   
    margin-top: 85px; 
}
.image1, .image2 {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease-in-out;
}
.image1 {
    opacity: 1;
}
.referance-card:hover .image1 {
    opacity: 0;
}
.referance-card:hover .image2 {
    opacity: 1;
}
.image2 {
    opacity: 0;
}
.referance-card{
    height: 186px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 23px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 3.51px 3.51px 33.35px 0px rgba(0, 0, 0, 0.05);
}
.ContentText{
    width: 75%;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #3B3B3B;
    margin-top: 2rem;
}
.referance-card{
    position: relative;
    width: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 186px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 3.51px 3.51px 33.35px 0px rgba(0, 0, 0, 0.05);
}

.referans-img{
    object-fit: contain;
    width: 143px !important;
    height: 70px !important;
}

.ForMobileReferans{
    display: none;
}
.owl-stage{
    margin-top: 3rem !important;
    margin-bottom: 2rem !important;
}
@media only screen and (max-width:1400px) {
    .referance-card {
        width: 165px;
        height: 150px;
    }
    .referance-card img{
        width: 125px;
    }
}
@media only screen and (max-width:1200px) {
    .referance-card {
        width: 145px;
        height: 140px;
    }
    .referance-card img{
        width: 115px;
    }
}
@media only screen and (width <= 991px) {
    .referance-card img{
        width: 120px !important;
    }
    .ContentTittle {
        margin-top: 47px;
    }
    .ContentTittle{
        font-size: 23px;
    }
    .ContentText {
        width: 100%;
    }
    .owl-stage {
        margin-top: 6rem !important;
        margin-bottom: 2rem !important;
    }
    .ForMobileReferans{
        display: block;
    }
    .ContentText {
        font-size: 16px;
    }

    .ForPcReferanslar{
        display: none;
    }
}
@media only screen and (width <= 991px) {
    .referance-card{
        width: 100% !important;
    }
}