.ContentTittle{
    font-family: Poppins;
    font-size: 2rem;
    font-weight: 600;
    line-height: 48px;
    text-align: center;   
    margin-top: 55px;
}

.İletisimCard
{
    border-radius: 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    box-shadow: 0px 3.51px 33.35px 0px #0000000D; 
    padding-top: 55px; 
    padding-bottom: 55px; 
    height: 100%;
}

.kartlogoalt{
    font-family: Poppins;
    font-size: 13px;
    font-weight: 500;
    line-height: 19.5px;    
    color: #9A9A9A;
    margin-top: 12px;
}

.KartText{
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #000000;
    margin-top: 6px;
}

.KartDec{
    text-decoration: none;
    color: #000000;
    font-family: Poppins;
}

.Kartwp{
    margin-top: 1rem;
}

@media only screen and (width <= 991px) {
    .ContentTittle{
    margin-bottom: 30px;
    }
    .ForPhone2{
        order: 1;
    }
    .ForPhone1{
        order: 2;
    }
    .ForPhone3{
        order: 3;
    }
}