
.baslik-box{
    
    height: 6vw;
    width: 93.52%;
    display: flex;
    align-items: center;
	padding-left: 1.60vw;
}

.baslik-yazi{
    font-style: normal;
    font-weight: 700;
    font-size: 2.2vw;
    line-height: 2.3vw;
    color: #535353;
}

.geri{
    margin-top: 5vw;
    height: 3vw;
    width: 93.52%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ani{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    
}

.ani:hover{
    transform: translateX(-1.3vw);
    cursor: pointer;
}
.geri-img{
    height: 1.04vw;
    max-width: auto;
}

.geri-gel{
 
    font-style: normal;
    font-weight: 400;
    font-size: 1.38vw;
    color: #000000;
}

.yazi-bilgi{
    width: 93.52%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 5vw;
    border-radius: 0.41vw;
}

.yazi-box{
    width: 50.97vw;
    height: auto;
    padding: 1.60vw;
    font-style: normal;
    font-weight: 300;
    font-size: 1.32vw;
    line-height: 1.80vw;
    color: #525252;
    text-align: justify;
    border-radius: 0.41vw;
}

.tata{
    align-self: flex-end;
    height: 4vw;
}

.icerikk{
    width: 27.98%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.gorsel{
    border-radius: 0.41vw;
}

.puan{
    height: 5.58vw;
    font-style: normal;
    font-weight: 600;
    font-size: 2.16vw;
    line-height: 2.7vw;
    background-color: #F1F1F1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 0.41vw;
    margin-top: 1vw;
}

