.features-small-con
{
  background-color: #f5faff;
  margin: 0 auto; 
}


.features-small-mainTitle
{
  font-size: 2.3em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.24;
  letter-spacing: -1px;
  text-align: center;
  color: #222328;
  margin: 0;
}

.features-small-titleText
{
  padding-top: 2.5em;
  max-width: 800px;
  margin: auto;
  font-size: 1.1em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #222328;
}

.features-small-units
{
  display: flex;
  justify-content: space-around;
}


.features-small-cards
{
  margin: 9em auto 0 auto;
  position: relative;
  max-width: 21em;
  border-radius: 1em;
  background-color: #ffffff;
  box-shadow: 0 20px 30px 0 rgba(0,0,0,0.1);
}

.features-small-iconCon
{
  position:absolute;
  top: -4em;
  left: calc(50% - 4em);
  width: 8em;
  height: 8em;
  background-image: linear-gradient(312deg, "#196eb7aa", "#196eb7aa");
  box-shadow: 0 20px 30px 0 rgba(0,0,0,0.1);
  border-radius: 50%;
  display:flex;
}

.features-small-icon
{
  text-align: center;
  margin:auto;
  height: 3.5em;
  width: 3.5em;
}

.features-small-cardHeader
{
  max-width: 300px;
  padding-top: 7em;
  margin: auto;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  text-align: center;
}
.features-small-cardDesc
{
  padding: 1.2em 1.5em 3em 1.5em;
  margin: auto;
  opacity: 0.7;
  font-size: 1.1em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}
