body {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  text-align: center;
  background-color: #fbfbfb;
  margin: 0;
}

p{
   margin: 0;
   color: grey;
   line-height: 2;
}

h1{
  margin: 0;
  font-size: 2rem;
  color: #545454;
}
h2{
  margin-top: 0;
  color: #545454;
}

/* Heading */

.heading{
  padding-top: 50px;
}

.light-heading{
  font-weight: 200;
  margin-bottom: 0;
}

.heading-p{
  width: 37%;
  margin: 20px auto 0;
}

/* Card */

.container {
  position: relative;
  padding: 30px 0 30px 0;
}

.card {
  width: 320px;
  height: 220px;
  margin: 25px auto;
  border-radius: 5px;
  border-top: solid thick;
  background-color: #fff;
  box-shadow: 1px 5px 20px #d9d9d9;
  padding: 25px;
  text-align: left;
}


.top{
  border-color: red;
  position: relative;

}

.bottom{
  border-color: Orange;
  position: relative;
}

.left{
  border-color: cyan;
  position:absolute;
  left: 9%;
  top: 25%;
}

.right{
  border-color: #549EF2;
  position: absolute;
  right: 9%;
  top: 25%;
}

/* icon Image */

.icon-img{
  display: inline-block;
  position: relative;
  left: 250px;
  top: 25px;
}

/* Footer */

.attribution {
  font-size: 11px;
  text-align: center;
}

.attribution a {
  color: hsl(228, 45%, 44%);
}

/* Media Query */

@media (max-width: 900px) {

 .heading-p{
   width: 80%;

 }

 .right{
   position:relative;
   left: 0;

 }
 .left{
   position: relative;
  left: 0;
 }

}
