.orderLastPage_bilgilendirme{
    width: 100%;
    font-size: 13px;
    color: rgb(95, 95, 95);
    font-family: "SF-Pro-Light";
    font-weight: 0;
    letter-spacing: -.022em;
}
.orderLastPage_krediKarti{
    width: 550px;
    max-width: 80%;
    height: 90px;
    margin-top: 30px;
    display: flex;
    font-size: 13px;
    font-family: "SF-Pro-Light";
    font-weight: 0;
    letter-spacing: -.022em;
}
.orderLastPage_krediKarti_baslik{
    width: 60px;
    height: 100%;
    border-right: 1px solid rgb(232, 232, 232);
}
.orderLastPage_krediKarti_baslikİcerik{
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: start;
    align-items: center;
   
    border-bottom: 1px solid rgb(232, 232, 232);
}
.orderLastPage_krediKarti_baslikİcerik a{
    margin-left:10px;
}

.orderLastPage_krediKarti_icerik{
    width: auto;
    height: 100%;
}
.orderLastPage_krediKarti_icerikBilgi{
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: left;
    align-items: center;
    border-bottom: 1px solid rgb(232, 232, 232);
}
.orderLastPage_krediKarti_icerikBilgi a{
    margin-left:15px;
}

