.ikSubList{display: grid;grid-template-columns: 350px 1fr;gap: 15px;}
.ikSub{background: #008BDA1C;padding: 15px;height: calc(20vw * 1/1);display: flex;align-items: center;justify-content: center;text-align: center;flex-direction: column;gap:8px}
.ikSub h3{font: normal normal bold 16px/21px Hurme-Geometric-Sans;color: #00287A;}
.ikSub img{width: 55px;}

.ikSub a h3{display: block;transition: 300ms;}
.ikSub a:hover h3{transform: translateY(4px);}


.ikSubBG{padding: 15px;display: flex;align-items: center;justify-content: center;text-align: center;background-position: center center;background-size: cover;
background-repeat: no-repeat;border-left:8px solid #008BDA;position: relative;}
.ikSubBG::before{content:'';width: 0;height: 0;border-top: 10px solid transparent;border-bottom: 10px solid transparent;border-right: 15px solid #008BDA;
position: absolute;left:-23px}


.ikDetayTextWrap{margin-top: 45px;}
.ikDetayText{padding: 0px;display: flex;flex-wrap: wrap;}




.ikBottomBgWrap .row{background-image: url("../images/ikBottomBg.jpg");min-height: 200px;background-position: center center;background-size: cover;background-repeat: no-repeat;
display: flex;align-items: center;justify-content: center;color: #FFFFFF;font: normal normal bold 36px/24px Hurme-Geometric-Sans;text-align: center;}


.medyaDetayTextWrap{margin-bottom: 45px;text-align: center;padding: 0px;margin-top: 30px;}
.medyaDetayTextWrap h2{font: normal normal bold 20px/30px Hurme-Geometric-Sans;color: #161615;margin-bottom: 8px;}

.medyaMerkeziCol{margin-bottom: 30px;}

@media(max-width:768px){
    .ikSubList{grid-template-columns: repeat(2,1fr);}
    .ikSub h3{font: normal normal bold 10px/14px Hurme-Geometric-Sans;}
    .ikBottomBgWrap .row{font: normal normal bold 18px/25px Hurme-Geometric-Sans;min-height: 170px;}
}



