
.seffafTitle{background: rgb(213, 213, 213,0.73);padding: 0px;}
.title{margin-bottom: 30px;font-weight: 600;}
.hizmetler .row::before,
.hizmetler .row::after{display: none;}
.hizmetler .row .hizmetList{display: flex;gap:90px;align-items: center;}

.pageRightContent{padding-bottom: 60px;background: var(--white)!important;}
.hizmetList:nth-child(even){flex-direction: row-reverse;margin-block: 120px;}



.pageRightContent ul li{padding: 10px 0px;}
.pageRightContent ul li:not(:last-child){border-bottom:1px solid var(--red);}

.hizmetText{padding: 30px;}



@media(max-width:768px){
    .hizmetler .row .hizmetList{flex-direction: column;}
    .hizmetBilgi .col-xs-12{grid-template-columns: repeat(1,1fr);}
    .hizmetBilgi{padding: 0px 15px;}

    .pageRightContent{border-radius: 0px;border-top-color: var(--krem);margin:0px 15px}
    .hizmetText{padding: 15px 0px;}

    .pageContainer > .row{flex-direction: column;}
}