
.home .ozet .c-box h3 {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto';
    color: #000;
}
.home .ozellik .d-box h3 {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    margin: 0;
    padding: 10px 0 10px 70px;
}
/*
.tanitim-video {
    background: url("../img/video-bg2.webp") top center no-repeat;
}
.ucretsiz-dene-bar {
    background: url("../img/get-bg.webp") no-repeat center;
}
*/
.home .hero {
    min-height:660px;
    background-position-x: center !important;
    background-position-y: bottom !important;
    background-repeat: no-repeat !important;
    background:url(../img/hero-bg.webp);
    position:relative;
    z-index:1;
    overflow:hidden;
}
@media screen and (max-width:500px) {
    .home .hero {
        background:url(../img/hero-bg-mobil.webp);
    }    
}
@media (max-width: 760px){
    .home .hero .law img {
        height: initial;
    }
}
@media (max-width: 500px){
    .home .hero .law .img {
        display: flex;
        justify-content: center;

    }
    .home .hero .law img {
        max-width: 382px;
    }
}


.home .ozet .c-box p{
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media screen and (min-width:768px) and (max-width:991px) {
    .home .ozet .c-box{
        min-height: 315px;
    }
}
@media screen and (min-width:992px) and (max-width:1199px) {
    .home .ozet .c-box{
        min-height: 320px;
    }
}
@media screen and (min-width:1200px) {
    .home .ozet .c-box{
        min-height: 290px;
    }
}

.ozellik .row .text-center.col-md-4{
    display: inline-grid;
    justify-content: center;
    align-content: center;
}