.imageLink {
  padding-top: 5rem;
  padding-bottom: 8rem;
}

.imageLink a {
  text-decoration: none;
}

.imageLink h3 {
  color: #202020;
}

.imageLink h2 {
  margin-top: 0;
  margin-bottom: 5rem;
}

.imageLink h3 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-weight: 700;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.imageLink p {
  font-weight: 500;
}

.imageLink .networkContainer {
  text-align: center;
}

.imageLink .networkImage {
  position: relative;
  z-index: 10;
  height: 260px;
  width: 260px;
  margin: 0 auto;
}

.imageLink .foreground {
  height: 100%;
  width: 100%;
  z-index: initial;
  position: relative;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.imageLink .background {
  position: absolute;
  height: 180px;
  width: 180px;
  z-index: -1;
  background-color: #62b5e5;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.imageLink .networkContainer .foreground:hover {
  background-size: 130%;
}

.imageLink .networkContainer .foreground:hover .background {
  background-color: #d8e9c3;
}

.imageLink .background {
  bottom: -10px;
  right: -10px;
}

.imageLink .row .network-col:nth-child(2n) .background {
  bottom: unset;
  right: unset;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
}

.imageLink .row .network-col:nth-child(3n) .background {
  bottom: unset;
  top: -10px;
  right: -10px;
}

@media (max-width: 1200px) {
  .networkContainer {
    margin-bottom: 5rem;
  }

  .networkContainer:hover h3 {
    color: #549504;
  }

  .imageLink .networkContainer .foreground:hover {
    background-position: right;
    background-size: 130%;
  }
}
