.law-firm .card .card-body{
    background: linear-gradient(180deg, rgba(0,0,0,0.8211659663865546) 0%, rgba(0,0,0,0.7259278711484594) 32%, rgba(0,0,0,0.12368697478991597) 82%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 14px solid;

}
.law-firm{
    width:calc(100% / 3 - 15px);
    margin-left:15px;
}
.law-firm .card{
    border-radius: 10px !important;
    height:250px;
    margin-top:25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

}
.box{
    display: flex;
    justify-content: space-between;
    align-items:center;
    background: #f01e27;
    color: #fff;
    padding: 5px 10px;
    margin-top:10px;
}
#header .header-top{
        background: #f01e27;
        border-bottom:10px solid #111;
}
#header .header-nav-top {
    display: flex;
    align-self: stretch;
    align-items: center;
    background: #111;
}
.footer-logo{
        background: #fff;
    padding: 10px;
    border-top: 3px solid #f01b24;
}
.slider{
        border-bottom: 10px solid #f01e27;

}
#footer {
    background: #101213;}
    #footer .footer-copyright {
        background: #101213;
    }
    td {
        border: 1px solid #a7a7a7;
        padding: 0 10px;
    }
    .icerik img{
        margin-bottom: 50px;
        height: 320px;
        object-fit: contain;
        width: 100%;
    }
    table tr:nth-child(2n-1){
        background: #f3f3f3;
    }
@media (max-width: 991px) {
    .owl-stage-outer{
        height: 220px;
    }
    .law-firm{
    width:calc(100% / 2 - 20px);
    margin:0 10px;
}
        .slider{
    height:184px !important;
}
    .slider .item{
    height:184px;
}
    .slider .item .background-image-wrapper{
         height:184px;
         background-size:contain;
          border-bottom: 10px solid #f01e27;
    }
    .law-firm .card {
        border-radius: 10px !important;
    height: 170px;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;}
    .laws{
        margin-top:-45px !important;
    }
}
