body{
  font-family: 'Nunito', sans-serif;
  padding: 50px;
}
.header {
	background-color:#04486A;
	height : auto;
	text-align: center;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	font-weight: 700;
	color:#fff; 
	
	
}
.card{
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
  padding: 14px 80px 18px 36px;
  cursor: pointer;
}

.card:hover{
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.card h3{
  font-weight: 600;
}

.card img{
  position: absolute;
  top: 20px;
  right: 15px;
  max-height: 120px;
}

.card-1{
  background-image: url("../images/fin-ico.png");
      background-repeat: no-repeat;
     background-position:  96% , right,  center;
    background-size: 80px;
}

.card-2{
   background-image: url("../images/sprtiual-ico.png");
      background-repeat: no-repeat;
    background-position:  96% , right,  center;
    background-size: 80px;
}

.card-3{
   background-image: url("../images/int-ico.png");
      background-repeat: no-repeat;
    background-position:  96% , right,  center;
    background-size: 80px;
}
.card-4{
   background-image: url("../images/occ-ico.png");
      background-repeat: no-repeat;
     background-position:  96% , right,  center;
    background-size: 80px;
}
.card-5{
   background-image: url("../images/env-ico.png");
      background-repeat: no-repeat;
     background-position:  96% , right,  center;
    background-size: 80px;
}
.card-6{
   background-image: url("../images/phy-ico.png");
      background-repeat: no-repeat;
    background-position:  96% , right,  center;
    background-size: 80px;
}
.card-7{
   background-image: url("../images/social-ico.png");
      background-repeat: no-repeat;
    background-position:  96% , right,  center;
    background-size: 80px;
}
 @media (max-width:400px){
	 
	 .card{
		 background-size : 60px;
	 } 
}
.card-8{
   background-image: url("../images/emo-ico.png");
      background-repeat: no-repeat;
      background-position:  96% , right,  center;
    background-size: 80px;
}

.top-buffer {
	margin-top: 30px;
}

@media(max-width: 990px){
  .card{
    margin: 10px;
  }
} 

@media(max-width:990px){
	.top-buffer{
		margin-top: 0px;
	}
}