#div-logo-senm-a-home{
  display: none;
}
#subCol-center-home {
  margin: 10px 2px 10px 10px;
  width: 70%;
  background-color: rgb(255, 255, 255); 
  display: block;
  order: 2;
}

#subcol-right-home {
  width: 15%;   
  order: 3;
}   
#subcol-left-home {
  width: 15%;  
  order: 1;
}   
.kasneb_ad-home{
  border: 1px solid lightgray; 
  padding: 20px;
  margin: 20px 0;
}

#kasneb_ad{
  margin: 0 50px;
}

 #units_home{
  background: linear-gradient(white,white);
  display: none;
  margin-top: 5px;
  box-shadow: 0 0 3px;
}
#units_home div{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: blue;
  margin-bottom: 5px;
  font-size: 16px;
  cursor: pointer;
}
#units_home div:hover{
  color: navy;
  text-decoration: underline;
}
#units_home div a{
  font-weight: 500;
  color: blue;
}
.cpa_levels{
  background-color: navy;
  margin: 20px 0;
  padding: 10px;
  color: white;
}
.cpa_levels h2{
  font-size: 20px;
  font-weight: 800;
}
@media all and (max-width:1099px) {
  #div-logo-senm-a-home{
    font-size: 35px;
    margin-top: 8px;
    color: #f4f4f4;
    font-family: 'Times New Roman', Times, serif;
    display: block;
  }
  #subcol-right-home{
    display: none;
  }
  #subcol-left-home{
    display: none;
  }
  #subCol-center-home{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
    padding: 10px;
  }
  .cpa_levels{
    text-align: center;
  }
}