.light-grey-blocks {
  margin: 0 0 30px;
}
.light-grey-blocks .light-grey-box {
  margin: 0 0 30px;
  padding: 20px;
}
@media all and (max-width: 767px) {
  .light-grey-blocks .light-grey-box {
    margin: 0 0 15px;
  }
}
.light-grey-blocks .social-box {
  display: flex;
  align-items: center;
  padding: 50px 30px;
}
.light-grey-blocks .social-box.social-box-fb {
  background: linear-gradient(135deg, #4c75cb 0%, #31497b 100%);
}
.light-grey-blocks .social-box.social-box-fb:hover {
  background: linear-gradient(135deg, #7493d6 0%, #405f9f 100%);
}
.light-grey-blocks .social-box.social-box-twitter {
  background: linear-gradient(135deg, #1da1f2 0%, #1876b0 100%);
}
.light-grey-blocks .social-box.social-box-twitter:hover {
  background: linear-gradient(135deg, #4db5f5 0%, #1e94dd 100%);
}
.light-grey-blocks .social-box.social-box-youtube {
  background: linear-gradient(135deg, #f61c0d 0%, #be1105 100%);
}
.light-grey-blocks .social-box.social-box-youtube:hover {
  background: linear-gradient(135deg, #f84a3e 0%, #f01506 100%);
}
.light-grey-blocks .social-box.social-box-linkedin {
  background: linear-gradient(135deg, #007ab9 0%, #006498 100%);
}
.light-grey-blocks .social-box.social-box-linkedin:hover {
  background: linear-gradient(135deg, #009cec 0%, #0086cb 100%);
}
.light-grey-blocks .social-box.social-box-instagram {
  background: radial-gradient(92.18000000000001% 99.11% at 26.56% 107.7%, #ffdd55 0%, #ffdd55 10%, #ff543e 50%, #c837ab 100%);
}
.light-grey-blocks .social-box.social-box-instagram:hover {
  background: radial-gradient(92.18000000000001% 99.11% at 26.56% 107.7%, #ffe788 0%, #ffe788 10%, #ff8171 50%, #d35fbc 100%);
}
.light-grey-blocks .social-box.social-box-blogs {
  background: linear-gradient(118.49deg, #d6212e 0.07000000000000001%, #dd2834 100%);
}
.light-grey-blocks .social-box.social-box-blogs:hover {
  background: linear-gradient(118.49deg, #e34752 0.07000000000000001%, #e4545e 100%);
}
.light-grey-blocks .social-box.social-box-slideshare {
  background: linear-gradient(117.63deg, #5865f2 1.21%, #4e59cd 99.93000000000001%);
}
.light-grey-blocks .social-box.social-box-slideshare:hover {
  background: linear-gradient(117.63deg, #8791f6 1.21%, #767ed8 99.93000000000001%);
}
.light-grey-blocks .social-box > div {
  width: 100%;
}
.light-grey-blocks .social-box img {
  height: 36px;
}
.light-grey-blocks .social-box h5 {
  color: #FFF;
  margin: 15px 0 0;
}
.light-grey-blocks a {
  text-decoration: none;
}
.light-grey-blocks h3 {
  margin: 0 0 30px;
}
.light-grey-blocks h5 {
  font-size: 18px;
  margin: 10px 0 10px;
}