.kosuitem {
    float: left;
    width: 25%;
    height: 10vw;
    display: table;
    position: relative;
}

.zemin1 {
    background-image: none;
    background-size: cover;
    background-color:#00003c;
  }
  
  .zemin2 {
    background-image: none;
    background-size: cover;
    background-color:#272A71;
  }
  
  .zemin3 {
    background-image: none;
    background-size: cover;
    background-color:#00003c;
  }
  
  .zemin4 {
    background-image: none;
    background-size: cover;
    background-color:#272A71;
  }


  @media (max-width: 1440px) {
  .baskanbosluk {
    padding-right: 20%;
  }
  
  #cocukintro {
    width: 100%;
    height: 46.5vw;
    background: url(../img/cocukbanner.jpg) center bottom no-repeat;
    background-size: contain;
    position: relative;
    background-position-y: 149px;
}
}

@media (max-width: 767px) {
 
#cocukintro {
  width: 100%;
  height: 210px;
  background: url(../img/cocukbanner.jpg) center bottom no-repeat;
  background-size: contain;
  position: relative;
  background-position-y: 75px;
}
.cocukkosusu {
  margin-top: 20px!important;
  padding-top: 10px!important;
  padding-right: 15px!important;
  padding-left: 15px!important;
  min-height: auto!important;
}
.kirmizidivider {
  width: 38%;
  height: 10px;
  position: absolute;
  right: 0px;
  top: 45px;
  background-color: #EB1C24;
}
}
