.aboutus .degerler .content {
    max-width: 20%;
}



.aboutus .row {
    display: flex;
    justify-content: center;
}

.aboutus .row .content .image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutus .row .content img {
    width: 20rem;
    height: 20rem;
}

.aboutus .row .content {
    display: flex;
    flex-wrap: wrap;
    margin: 2rem;
    border: var(--border);
    text-align: center;
    padding: 3rem 2rem;
    background-color: var(--white-color);
    border-radius: 3rem;
}

.aboutus .row .content h3 {
    color: var(--main-color);
    font-size: 2.5rem;
    width: 100%;
    text-align: center;
}

.aboutus .row .content p {
    color: var(--main-color);
    text-align: center;
}

.aboutus .roww .content h3 {
    font-size: 2.5rem;
    text-align: center;
}

.aboutus .roww .content h2 {
    margin-top: 7rem;
    font-size: 2.5rem;
    text-align: center;
}

.aboutus .kadro .content {
    max-width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutus .kadro .content h3 {
    border-bottom: 2px solid var(--main-color);
    display: inline-block;
    /* sadece metin uzunluğu kadar çizgi */
    margin: 1rem;
}

.aboutus .kadro .image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutus .kadro .image img {
    width: 20rem;
    height: 20rem;
    object-fit: cover;
}


.aboutus .test {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
}

@media (max-width: 1024px) {

    .aboutus .degerler .row .content img {
        width: 17rem;
        height: 17rem;
    }

    .aboutus .kadro .row .content img {
        width: 17rem;
        height: 17rem;
    }

}

@media (max-width: 768px) {

    .aboutus .degerler .row .content img {
        width: 13rem;
        height: 13rem;
    }

    .aboutus .kadro .row .content img {
        width: 17rem;
        height: 17rem;
    }

    .aboutus .degerler .row .content h3 {
        font-size: 2rem;
    }

    .aboutus .degerler .row .content h2 {
        font-size: 2rem;
    }

    .aboutus .degerler .row .content p {
        font-size: 1.3rem;
    }
}

@media (max-width: 485px) {
    .aboutus .degerler .row .content img {
        width: 11rem;
        height: 11rem;
    }

    .aboutus .kadro .row .content img {
        width: 15rem;
        height: 15rem;
    }

    .aboutus .degerler .row .content h3 {
        font-size: 1.8rem;
    }

    .aboutus .degerler .row .content h2 {
        font-size: 1.8rem;
    }

    .aboutus .degerler .row .content p {
        font-size: 1.2rem;
    }
    
}

@media (max-width: 445px) {
        .aboutus .degerler .row .content h3 {
        font-size: 1.2rem;
    }

    .aboutus .degerler .row .content h2 {
        font-size: 1.2rem;
    }
        .aboutus .degerler .row .content img {
        width: 9rem;
        height: 9rem;
    }

    .aboutus .kadro .row .content img {
        width: 13rem;
        height: 13rem;
    }
    .aboutus .degerler .content p{
    display: none;
}
}