.pageTopImageWrap .row{height: 300px;background-position: center center;background-size: cover;display: flex;align-items: center;justify-content: center;position: relative;}
.pageTopImageWrap .row h1{font: normal normal 800 26px/39px Poppins;color: #FFFFFF;position: relative;z-index: 1;}
.pageTopImageWrap .row h1::before{content:'';position: absolute;top:-6px;left:0px;right:0px;margin:auto;background-color: #005351;width: 75%;height: 3px;}
.pageTopImageWrap .row::after{content:'';position: absolute;top:0px;left:0px;width: 100%;height: 100%;background-color: rgba(0,0,0,0.50);pointer-events: none;}



.kurumsalTextFluid{background: #F2F5F7;padding: 45px 0px;}
.kurumsalTextImage{display: flex;align-items: center;}
.kurumsalTextFluid .row{display: flex;align-items: stretch;}
.kurumsalTextWrap h3{font: normal normal bold 22px/30px Poppins;color: #005351;}
.kurumsalTextWrap .text{font: normal normal normal 14px/23px Poppins;color: #000000;}


.degerlerimizWrap > .row{background: #282A34;padding:45px 0px}
.degerlerimizTitle h3{font: normal normal bold 26px/39px Poppins;color: #b1d8bc;text-align: center;}

.degerList{display: grid;grid-template-columns: repeat(3,1fr);justify-content: center;align-items: center;margin-top: 30px;gap:30px}
.degerList ul{display: flex;gap:15px}
.degerList ul li img{height: 40px;max-width: 35px;object-fit: contain;}
.degerList ul li p{font: normal normal normal 12px/18px Poppins;color: #FFFFFF;}
.degerList ul li h4{font: normal normal bold 15px/26px Poppins;color: #b1d8bc;margin-bottom: 8px;}


.kurumsalIkWrap{margin-top: 60px;}
.kurumsalIkWrap h3{font: normal normal bold 22px/30px Poppins;color: #005351;margin-bottom: 20px;}
.kurumsalIkWrap .text{font: normal normal normal 14px/23px Poppins;color: #000000;}
.kurumsalIkWrap li{list-style-type: disc!important;}


@media(max-width:768px){

    .kurumsalTextFluid .row{flex-direction: column;gap: 30px;}
    .degerList{grid-template-columns: repeat(1,1fr);}
    .kurumsalIkWrap .text{padding-left: 15px;}
}

