.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;margin-top: 8px;}
.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;}


.ikDetayText .row{margin-top: 30px;}

.hakkimizdaTextParent .text{padding: 0px;}
.hakkimizdaTextParent .text ul{display: flex;align-items: center;justify-content: space-between;padding: 12px 0px;}
.hakkimizdaTextParent .text ul li a{color:#000;font-size: 20px;}
.hakkimizdaTextParent .text ul li{font: normal normal normal 16px/37px Hurme-Geometric-Sans;color: #161615;}
.hakkimizdaTextParent .text ul li:hover{color:#008BDA}

.hakkimizdaTextParent .text:not(:last-child){border-bottom: 1px solid #C7C7C7;}

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

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

    .ikDetayTextWrap{grid-template-columns: repeat(1,1fr);}
    .ikDetayTextWrap .col-xs-12:first-child{display: none;}

    .ikBottomBgWrap .row{font: normal normal bold 18px/25px Hurme-Geometric-Sans;min-height: 170px;}

    .ikSub img{width: 35px;}
    .item{min-height: 100px;}
    
}
    
    
    