@media (min-width:1000px)  {
.svg_cont {
    transform: scale(1.4,1.35);
  top: 57% !important;
  }
}
.projectLinks >li> a{
    color: #292929;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.75em;
}

.projectLinks >li> a:hover{
    color: #25B9B2;
 }