.hakkimizda-toplam {background: url(../images/logo2.png) no-repeat; background-size: 44%; background-position-y: 51%; background-position-x: 7%; }
.hakkimizda-toplam .img-wrap {width: 100% !important;height: 100% !important;overflow: hidden;}
.hakkimizda-toplam .img-wrap img{width: 100%; height: 100%; object-fit: cover; object-position: center center;transition: 0.5s;}
.hakkimizda-toplam .img-wrap img:hover{transform: scale(1.2);transition: 0.5s;} 
.hakkimizda-toplam h1.baslik {color: #595858; font-weight: 500; font-size: 2.4rem; position: relative; border-bottom: solid 5px #de2a1b; line-height: 36px; width: 44px;} 
.hakkimizda-toplam h2.baslik2 {color:#000;font-size:2.4rem;font-weight: 500;}
.hakkimizda-toplam p {color:#000;font-weight: 300;font-size:1.1rem;}
.btn-secondary {color: #fff; background-color: #009ddb!important; border-color: #009ddb!important;}

@media(max-width: 1024px){
	.hakkimizda-toplam{padding: 0px!important; 
    background-size: 104%!important;
    background-position-y: 31%!important;}

}