*{
  box-sizing: border-box;
}
body{
  width: 100%;
  height: 100vh;
  margin: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.integratedContainer{
  margin: 0px auto;
  max-width: 770px;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.integratedContainer-iconsSection{
  width: 100%;
  padding: 108px 84px 88px 84px;
  border-radius: 19px;
  background-color: #F8F8F8;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.circleSVG-container{
  height: 237px;
  width: 237px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0 , 0 , 0 , 0.45);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0 , 0 , 0 , 0.45);
  box-shadow: 0px 3px 6px 0px rgba(0 , 0 , 0 , 0.45);
  background-color: #EEEEEE;
  display: flex;
  justify-content: center;
  align-items: center;
}
.integrated-heading{
  color: black;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  width: 100%;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 45px;
}