.main-section{
  max-width:95%;
    margin:20px auto;
    margin-top:10px;
   box-shadow:0px 5px 20px black;
}
.pricing-container{
    display:flex;
    flex-flow: row wrap;
    justify-content:space-around;
}
  .pricing-item{
     margin:10px;
     width:450px;
     background-color:white;
     display:inline-block;
     height:100%;
}  
.card-header{
  background:linear-gradient(45deg, #190B28 60%, white 40%);
 width:19em;
 position:absolute;
}
.card-header h1{
  color:white;
   top:20%;
   padding:5px;
   text-shadow:0px 3px 15px white;
 }
.main{
 box-shadow:0px 5px 15px black;
 background:linear-gradient(-45deg, white 80%,  #190B28 20%);
 text-align:center;
}

.price{
  font-size:40px;
  text-align:right;
  font-family:'Oswald', sans-serif;
  color:#190B28;
}
.h2{
  margin-bottom:10px;
    padding-left:30px;
}  
p{
  color:white;
  font-weight:bold;
}
.ul{
  list-style:none;
  margin-left:90px;
  }
  
.ul li{
  text-align:left;
  font-size:1em;
  font-weight:bold;
  margin-bottom:10px;
}
.ul li i{
width:15px;
margin-right: 10px;
}
