.pl-bilgi article{
    margin: 4rem 0rem;
}

.pl-bilgi h1{
    font-size: 4rem;
    border-bottom: 2px solid var(--green);
    font-weight: 500;
    display: inline;
}

.pl-bilgi a{
    font-size: 2.2rem;
    font-weight: 500;
}

.pl-bilgi p{
    margin: 2rem 0;
}

.pl-bilgi.flex-columns .column{
    flex: 25%;
}

.pl-bilgi .bolum-2{
    margin-top: 6.5rem;
}

.pl-bilgi .column .column-2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(10rem);  
}

.flex-columns .column .column-2 li{
    margin: 2rem 0;
}

.column .column-2 h2{
    font-size: 3rem;
    font-weight: 600;
    border-bottom: 1px solid var(--green);
}

.bolum-2 .özellik p{
    color: #888888;
}

.bolum-2 .özellik li::before{
    content: '\2713';
    float: left;
    color: var(--danger);
    margin: 0 .4rem;
}

.k-utils{
    margin-top: 7rem;
}

.k-utils .column{
    border-left: 4px solid var(--green);
}

.k-utils .satir-1, .satir-2{
    margin-left: 2rem;
}

.link{
    background-color: #fff;
    color: var(--dark);   
    padding: 1.5rem 2rem;
    border-radius: 15px;
    margin: 1.5rem 0;
}

.aboutus .column-1 img{
    border-radius: 1.5rem;
}

.aboutus .column .column-1,
.aboutus .column .column-2{
    height: 35rem;
}

.blank{
    margin: 0;
    padding: 0;
    height: 10rem;
}

@media(max-width:768px){
    html{
        font-size: 9px;
    }

    .pl-bilgi .row{
        flex-direction: column;
        flex-wrap: wrap;
    }

    .blank{
        height: 0;
    }

    
}