.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;}



.faaliyetlerWrap .container{background-image: none;background-position: 100% top;background-size: 60%;background-repeat: no-repeat;padding-top: 60px;}


.listParent:nth-child(odd){display: flex;align-items: center;flex-direction: row-reverse;}
.listParent:not(:last-child){margin-bottom: 60px;}
.listParent img.icon{height: 30px;}
.listParent h3{font: normal normal bold 18px/33px Poppins;color: #005351;}
.listParent p{font: normal normal normal 14px/26px Poppins;color: #000000;}
.listParent ul{display: flex;align-items: center;gap:12px;}

@media(max-width:768px){

    .listParent{flex-direction: column!important;padding: 0px;}
    .listParent:not(:last-child){margin-bottom: 30px;}
    .listParent img.icon{margin-top: 15px;}

    .faaliyetlerWrap .container{padding-top: 15px;}
}