#Proposal-format{
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  padding:20px;
  text-align: justify;
  border-radius: 10px;
}
#Proposal-format i{
  background-color: #7db907;
  padding: 20px;
  color: white;
  border-radius:50%;
}
#Proposal-format i {
  background-color: #7db907;
  color: white;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50;
  font-size: 20px;
}
#Proposal-format p{
  margin-top:10px;
}

#Proposal-Basic-Question p{
  border: 1px solid #7db907;
  padding: 10px;
  height: 70%;
  text-align: justify;
}
#Proposal-Basic-Question h6{
  background-color: #7db907;
  padding: 20px;
  font-size: 15px;
  color: white;
}

.Unique-research-box{
  padding: 30px;
  text-align: center;
  border-radius: 15px;
}

#We-promise {
  text-align: justify;

}
#We-promise h6{
  background-color: #7db907;
  color: white;
  padding: 15px
}
#We-promise p{
  border: 1px solid #7db907;
  padding: 10px;
  height: 75%;
}