.yorum {
    display: flex;
    height: 100vh;
    align-items: center;
}

.card {
    border: none;
}

.owl-item {
    padding: 10px;
}

.card-yazı p {
    padding: 30px 40px 50px 40px;
    font-weight: 500;
}

.card-yazı {
    position: relative;
    min-height: 100px;
    display: flex;
    align-items: center;
}

.favicon {
    width: 100%;
    height: auto;
}

.favicon img {
    height: 90px;
    width: 90px !important;
    position: absolute;
    bottom: -45px;
    left: 39%;
    border-radius: 100px;
    border: 8px solid white;
}

.puan {
    margin-top: 20px;
}

.puan img {
    height: 20px;
    width: 20px !important;
    margin: 30px 5px 0 0;
}

.isim h1 {
    font-size: 15px;
    font-weight: 700;
    margin-top: 20px;
}

.isim p {
    font-size: 12px;
    font-weight: 400;
}