.featureImg {
    height: 150px !important;
    min-height: 160px
}

.h-30 {
    height: 30px
}

.h-150 {
    height: 150px;
}

.h-220 {
    height: 220px;
}

.w-170 {
    width: 170px !important;
}

.gradientText {
    background: linear-gradient(333deg, #000000, #0040ff);
    -webkit-background-clip: text;
    color: transparent;
    margin: 0;
}

.fs-40 {
    font-size: 40px
}

.mainHeader {
    font-size: 80px;
}

.mainParagraph {
    font-size: 40px;
}

.fs-80 {
    font-size: 80px !important
}

.iqmemText {
    font-size: xx-large;
    text-decoration: underline;
    color: #21377a;
}

.customAccordionBtn {
    font-weight: bold;
}

.customAccordionBtn:not(.collapsed) {
    background-color: #21377a !important;
    color: white !important;
}

.card-text-limit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Belirlediğiniz satır sayısı */
    -webkit-box-orient: vertical;
}

@media only screen and (max-width: 800px) {
    .mainHeader {
        font-size: 45px;
    }

    .mainParagraph {
        font-size: 22px;
    }
}