/* These are just a test styles - you don't need them in your project */

.circles {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-bottom:20px;
  flex-wrap:wrap;
}

.card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.circol {
  display: flex;
  justify-content: center;
  flex-direction:column;
  margin-top:2%;

}

.circles-center {
  width: 150px;
  margin: 6px 6px 20px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
  align-self: center;
}
	.mid-row {
		display: flex;
		flex-direction: column;
		align-items:flex-start;
	}
	.mid-row span{
		line-height:2;
	}

	.circles {
	  display: flex;
	  flex-direction: row;
	  align-items: center;
	  justify-content: space-between;
	  padding-bottom:20px;
	}

.circle {
  width: 150px;
  margin: 6px 6px 20px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}

.circle canvas {
  vertical-align: top;
}

.circle strong {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
}

.circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}

.circle span {
  display: block;
  color: #aaa;
  margin-top: 12px;
  text-transform: capitalize;
}

.img-container {
	display: flex;
	flex-direction:column;
	align-items:center;
}

	.middle-box{
		display:flex;
		flex-direction:row;
	}
	.c{
		flex:2;
	}



