.kms-container{
  position:relative;
  height:100%;
  width:100%;
}
.kms-holder{
  position:relative;
  height: 100%;
  margin-bottom: 40px;
  width:100%;
  display:flex;
  flex-direction:row;
  justify-content:space-around;
  align-items:center;
}

@media only screen and (max-width: 1000px) {
  .kms-holder{
    flex-direction:column;
  }
}

.kms-holder img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    height: 250px;
    width:auto;
    cursor: pointer;
    transition: .2s;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(52,57,66,0.52);
-moz-box-shadow: 0px 0px 22px 0px rgba(52,57,66,0.52);
box-shadow: 0px 0px 22px 0px rgba(52,57,66,0.52);
}
.learn-image-styles{
    margin: 0px 30px 105px 0px!important;
  }

@media only screen and (max-width: 1200px) and (min-width: 990px)  {
	.learn-image-styles{
		margin: 0px 130px 25px 0px!important
	}	
}

@media only screen and (max-width: 1000px) {
  .kms-holder img {
    height:400px;
    margin:20px;
  }
}

@media only screen and (max-width: 500px) {
  .kms-holder img {
    height:250px;
    margin:10px;
  }
  .learn-image-styles{
    margin: 0px 30px 30px 0px!important;
  }
}
.kms-holder img:hover {
    opacity: .5;
    transition: .2s;
}

.kms-container h3{
  position:relative;
  display: flex;
  justify-content:center;
  align-items:center;
  margin:10px;
  padding:0;
}

.kms-container h3 a{
    font-size: 32px;
    color: #055496;
    text-decoration: none;
    
}

.advo-kit{
    padding-right: 20px;
    padding-bottom: 20px;
}