﻿
.col-auto.referans-col {
    display: flex;
    align-items: center;
    margin: auto;
}

.referanslar-baslik {
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #212121;
    text-align: center
}

.referanslar-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #474747;
    padding: 0px 119px;
    margin-top: 1.4rem;
}

.referanslar-text-2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #474747;
    margin-top: 2rem;
}

.referanslar-bolum-2 {
    margin-top: 4rem;
}

.referanslar-bolum-1 {
    margin-top: 4rem;
}
.referance-logo {
    width: 100%;
    height:100%;
    max-width: 165px;
    object-fit: contain;
    max-height: 41px;
}
@media screen and (max-width: 768px) {
    .refe-dp-none {
        display: none;
    }

    .col-auto.referans-col {
        padding-top: 3rem;
    }
}

@media screen and (max-width: 425px) {
    .referanslar-text {
        padding: 0px 16px;
    }
}

@media screen and (max-width: 375px) {
    .row-rf-ayar {
        display: flex;
        flex-direction: column;
    }

    .referanslar-bolum-2 {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 320px) {
    .referanslar-text {
        padding: 0px 5px;
    }
}
