@media only screen and (max-width : 1000px) {
    .referansTitle {
        font-size: 11px;
        line-height: 14px;
    }
}

@media only screen and (max-width : 900px) {
    .referansTitle.top {
        top: -95%;
    }
}

@media only screen and (max-width : 750px) {
    .referansTitle.top {
        top: -120%;
    }
}

@media only screen and (max-width : 620px) {
    .referansTitle.top {
        top: -203%;
    }
}

@media only screen and (max-width : 500px) {
    .referansTitle.top {
        top: -203%;
    }

    .referansTitle {
        font-size: 10px;
        line-height: 12px;
        left: -100%;
        width: 300%;
    }
}