.img{
    height: 80px;
    width: 80px;
    border-radius: 50%;
	margin-left:35%;
	}

* {
    box-sizing: border-box;
  }
  
  
  /* Float four columns side by side */
  .column {
    float: left;
    width: 25%;
    height: 20%;
    padding: 0 10px 10px ;
    align-items: center;    
    box-shadow: 2px #eee;
    text-align: center;
  }
  
  /* Remove extra left and right margins, due to padding */
  .row {margin: 0 -5px;}
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Responsive columns */
  @media screen and (max-width: 600px) {
    .column {
      width: 100%;
      display: block;
      margin-bottom: 30px;
    }
  }
  
  /* Style the counter cards */
  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding-top: 20px;
	align-items:center;

    text-align: center;
    background-color: #f1f1f1;
    height: 290px;
    width:100%;
    padding-bottom: 10px;
    border-radius: 0 25px 0 25px;
  }
  .column a{
    color:black;
    text-decoration: none;
  }
  .column :hover{
-ms-transform:scale(1.5);
-webkit-transform:scale(1.5);
transform:scale(1.1);
  }
  .btn
  {
    margin-bottom:10px;
    position: relative;
    background-color: none;
    border-color: orangered;
    border-radius: 15px 0 15px 0;
  }
  .btn:hover{
    background-color: #00ccdd;
  }


.card1 h2{
	border-radius:50%;
	background-color:#00ccdd;
}
.card1 h2
{
	
	color:#00cc;
	font-weight:600;
	font-family:'roboto';
	font-size:3rem;
}
.card1 p
{
	font-family:'arial mt';
	color:#000;
	font-size:18px;
}
.card1 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding-top: 20px;
	align-items:center;

    text-align: center;
    height: auto;
    width:100%;
    padding-bottom: 10px;
    border-radius: 0 25px 0 25px;
  }
  