@media screen and (min-width: 601px) {
    .customWidth {
        width: 300px;
    }
}

@media screen and (max-width: 600px) {
    .customWidth {
        width: 300px;
    }
}

.bg-togpa {
    background: #24292d;
}

.egitmenThumb {
    width: 100% !important;
    height: 300px !important;
    object-fit: cover !important;
}

.w-33 {
    width: 33%;
}

.text-yellow-1 {
    color: goldenrod !important;
}

.text-14 {
    font-size: 14px;
}

.text-11 {
    font-size: 11px !important;
}

.text-17 {
    font-size: 17px;
}

.baslik {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-family: 'Roboto';
}

.togpa-label {
    position: absolute;
    top: -10px;
    left: 0;
    padding: 0 10px;
    color: #24292d;
    -webkit-box-shadow: 0 0 40px rgb(0 0 0 / 15%);
    box-shadow: 0 0 40px rgb(0 0 0 / 15%);
}

@media screen and (max-width: 600px) {
    .nav {
        justify-content: center;
        padding: 5%;
    }
}