.item-price li{
  background-color:rgba(0,0,255,0.8) !important;
}

.navSecOn{
  margin: 20px;
}

.propSection{
    display: flex;
    flex-direction: row;
    width: 100%;
}

.sectionOn{
    display: flex;
    flex-direction: column;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px;
    margin: 20px 10px;
  	width: 33%;
  	height: 400px;
}

.sectionOn button{
    border: 1px solid #10E802;
    background: none;
    color: #10E802;
    height: 45px;
    width: 130px;
    border-radius: 5px;
    margin: 0px auto;
    cursor: pointer;
}