.hizmetlerbg {background: #fff;padding: 45px 0 37px 0;}
 
.hizmetlerbg .hizmet-baslik {position: relative;margin-bottom: 25px;}
.hizmetlerbg .hizmet-baslik h2.hizmet-title {font-size: 28px;color: #000000;font-weight: 600;position: relative;display: inline-block;z-index: 9;text-transform: uppercase;letter-spacing: 1px;margin-bottom: 15px!important;}
.hizmetlerbg .hizmet-baslik h2.hizmet-title:after{content: '';position: absolute;left: -15px;bottom: 0px;width: 120%;height: 18px;background: white;z-index: -1;box-shadow: 0px 3px 11px -5px #000;}

.hizmetlerbg .hizmet-baslik p.hizmet-text {font-size: 15px;margin-bottom: 0rem!important;color:#555555;font-weight:500;z-index: 1;width: 30%;margin: 0 auto!important;}

.hizmetlerbg .hizmet-baslik .icon_bg{position: relative;display: inline-flex;}
.hizmetlerbg .hizmet-baslik .icon_bg .icon {display: inline-block;width:10px;height: 10px;background: #000000;border-radius:50%;margin:0px 5px;}
.hizmetlerbg .hizmet-baslik .icon_bg:before {content: '';position: relative;float: left;width: 50px;height: 1px;background: #d6d6d6;margin-top: 5px;}
.hizmetlerbg .hizmet-baslik .icon_bg:after {content: '';position: relative;float: right;width: 50px;height: 1px;background: #d6d6d6;margin-top: 5px;}

.hizmetlerbg .text-baslik{font-size: 14px; font-weight: 600; background: black; text-align: center; padding: 10px 0 10px 0; color: white; margin-bottom: 15px; letter-spacing: 1px; } 
.hizmetlerbg img.resss {position: relative;height: 100%;max-height: 230px;display: flex;align-items: center;justify-content: center;border: solid 2px #000000;padding: 5px;}

.hizmetlerbg a.butoon{background: white; color: #000; text-transform: uppercase; font-weight: 600; font-size: 13px; padding: 10px 25px; border: solid 2px #000; letter-spacing: 1px; margin-left: 10px; display: inline-block; margin-top: 20px; }

@media(max-width: 1024px){
	.hizmetlerbg .hizmet-baslik p.hizmet-text{width: 90%!important;}
	.hizmetlerbg a.butoon{display: inline-block; margin-top: 55px; } 
    .hizmetlerbg img.resss {
        max-height:190px;
    }
}