.contentmag {
  background-color: #00cc62;
  width: 40px;
  height: 40px;
  border-radius: 5%;
  border: 1px solid #32903c;
  
  display: flex;
  align-items: center;
  justify-content: center;
}

.contentmag:hover{
  background-color: #00A652;
}

.contentmag:hover  .icon-image::before{
  background-color: #00A652;
}

.contentmag:hover .icon-image {
  transition: 1s;
  width: 13px;
  height: 13px;
}
.contentmag:hover .iconImageContent {
  padding: 25%;
  transition: 1s;
}
.contentmag:hover .icon-image::after {
  transition: 1s;
  width: 15%;
  height: 8px;
}
.contentmag:hover .icon-image::before {
  transition: 1s;
  height: 11px;
  width: 11px;
  left: 8%;
  top: 8%;
}

/* 
.iconImageContent {
  display: block;
  padding: 16%;
}

.icon-image {
  display: block;
  position: relative;
  height: 20px;
  width: 20px;
  background-color: white;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.icon-image::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  left: 10%;
  top: 10%;
  background-color: #00cc62;
}

.icon-image::after {
  content: "";
  position: absolute;
  width: 15%;
  height: 10px;
  background-color: white;
  top: 99%;
  left: 40%;
} */
