/*--------------------------Success Stories-------------------*/
.Success-Stories h1 
{
  text-align: center;
  font-size: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.Success-Stories-boxes
{
  width: 100%;
  min-height: 800px;
  background: #006a5d;
}
.Success-Stories-boxes-row-1
{
  width: 70%;
  min-height: 600px;
  display: flex;
  /*background-color: #644cf0;*/
  margin-left: 15%;
  justify-content: space-around;
}
.Success-Stories-one-img-1
{
  width: 360px;
  min-height: 600px;
 /*background-color: #00b6a1;*/
  border-radius: 10px;
  align-items: center;
  border: 1px solid rgb(146, 145, 145);
}
.Success-Stories-one-img-1 img 
{
  border-radius: 10px 10px 0px 0px;
}
.Success-Stories-one-img-1 h1  
{
  width: 300px;
  height: 50px;
  border: 2px solid #06a848;
  border-radius: 10px;
  margin-left: 30px;
}
.Success-Stories-one-img-1 h1 a
{
  color: #f96f59;
}
.Success-Stories-one-img-1 h2 
{
  font-size: 25px;
  text-align: center;
}
.Success-Stories-one-img-1 h2 a 
{
  color: #06a848;
}
.Success-Stories-one-img-1 p 
{
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #302f2f;
}
.Success-Stories-one-img-1 p a
{
  color: #06a848;
}
.Success-Stories-boxes-row-2
{
  width: 70%;
  min-height: 600px;
  display: flex;
  /*background-color: #644cf0;*/
  margin-left: 15%;
  justify-content: space-around;
  margin-top: 50PX;
}
.Success-Stories-boxes-row-3
{
  width: 70%;
  min-height: 600px;
  display: flex;
  /*background-color: #644cf0;*/
  margin-left: 15%;
  justify-content: space-around;
  margin-top: 50PX;
}
.Success-Stories-boxes-row-4
{
  width: 70%;
  min-height: 600px;
  display: flex;
  /*background-color: #644cf0;*/
  margin-left: 15%;
  justify-content: space-around;
  margin-top: 50PX;
}

