.gray-img{
    opacity:1;
}
.orjinal-img{
    opacity:0;
}

.efeect-image:hover .gray-img {
    opacity: 0;
}
.efeect-image:hover .orjinal-img {
    opacity: 1  ;
}

.referans-baslik {
    color: #14487C;
    font-family: Inter;
    font-weight: 600;
    font-size: 54px;
    line-height: 121%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 146px;
}

.efeect-image {
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-row {
    row-gap: 12rem;
}

.efeect-image img {
    position:absolute;
    width: 150px;
    height: 5em;
    object-fit: contain;
}

@media (max-width: 768px) {
    .image-hover-effect {
        filter: none !important;
    }
}

@media (max-width: 768px) {
    .referans-baslik {
        font-size: 36px;
        margin-bottom: 100px;
    }
}