#shiva
{
  width: 270px;
  height: 270px;
  background: rgba(255,255,255,0.6);
  -moz-border-radius: 135px;
  -webkit-border-radius: 135px;
  border-radius: 135px;
  float: left;
  margin: 5px 11px;
  text-align: center;
  display:flex;
  align-items:center;
  color: #808080;
}
#shiva > div {
	width: auto;
	display: table;
	margin: auto;
}
.count.last {
	margin-bottom:-20px;
}
.count, .mq
{
font-size: 48px;
    font-weight: 800;
    line-height: 60px;
    color: #808080;
    font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.txt {
	font-size: 30px;
    font-weight: 800;
    line-height: 25px;
    color: #808080;
    font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;	
}
#talkbubble {
   width: 120px;
   height: 80px;
   background: red;
   position: relative;
   -moz-border-radius:    10px;
   -webkit-border-radius: 10px;
   border-radius:         10px;
  float:left;
  margin:20px;
}
#talkbubble:before {
   content:"";
   position: absolute;
   right: 100%;
   top: 26px;
   width: 0;
   height: 0;
   border-top: 13px solid transparent;
   border-right: 26px solid red;
   border-bottom: 13px solid transparent;
}

.linker
{
  font-size : 20px;
  font-color: black;
}

@media screen and (max-width: 768px) {
  #shiva {
    margin: 15px 15px;
  }
}
