@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,900');
@import url('https://fonts.googleapis.com/css?family=Heebo:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,900');
.shg-home-follow {
  height: 100%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .shg-home-follow {
    min-height: 100%;
    overflow: visible;
  }
}
.shg-home-follow .sub-desc-container {
  font-family: 'Heebo', sans-serif;
  font-weight: 700;
  letter-spacing: 0.5em;
  line-height: 1.3;
  font-size: 12px;
  color: #b1aea6;
}
.shg-home-follow .sub-desc-container.desktop {
  display: block;
}
.shg-home-follow .sub-desc-container.mobile {
  display: none;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 30px;
  font-size: 20px;
}
@media only screen and (max-width: 420px) {
  .shg-home-follow .sub-desc-container.mobile {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .shg-home-follow .sub-desc-container.desktop {
    display: none;
  }
  .shg-home-follow .sub-desc-container.mobile {
    display: block;
  }
}
.shg-home-follow .social-container {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.shg-home-follow .social-container.desktop {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .shg-home-follow .social-container.desktop {
    display: none;
  }
}
.shg-home-follow .social-container.mobile {
  display: none;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .shg-home-follow .social-container.mobile {
    display: block;
  }
}
.shg-home-follow .social-btn-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.shg-home-follow .social-btn-container {
  position: relative;
  width: 380px;
  margin: -10px 150px 30px auto;
  padding: 0 20px;
}
.shg-home-follow .social-btn-container:before,
.shg-home-follow .social-btn-container:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  background-size: 6px 2px;
  background-repeat: repeat-x;
  width: 700px;
  height: 2px;
}
.shg-home-follow .social-btn-container:before {
  background-image: linear-gradient(to left, #75a1c9 40%, rgba(255, 255, 255, 0) 0%);
  background-position: left;
  right: 100%;
}
.shg-home-follow .social-btn-container:after {
  background-image: linear-gradient(to right, #75a1c9 40%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  left: 100%;
}
.shg-home-follow .social-btn-container.desktop {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.shg-home-follow .social-btn-container.mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .shg-home-follow .social-btn-container {
    width: 345px;
    margin: 10px auto 30px;
  }
  .shg-home-follow .social-btn-container.desktop {
    display: none;
  }
  .shg-home-follow .social-btn-container.mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.shg-home-follow .icon-container {
  display: inline-block;
  background-color: #75a1c9;
  border-radius: 100%;
  margin-right: 20px;
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 1024px) {
  .shg-home-follow .icon-container {
    width: 45px;
    height: 45px;
  }
}
.shg-home-follow .icon-container:last-child {
  margin-right: 0;
}
.shg-home-follow .icon-container a {
  width: 100%;
  height: 100%;
}
.shg-home-follow .fb-icon,
.shg-home-follow .ig-icon {
  width: 100%;
  padding: 12px;
}
.shg-home-follow .tw-icon {
  width: 100%;
  padding: 14px 12px;
}
.shg-home-follow .linkedIn-icon {
  position: relative;
  top: 7px;
  left: 9px;
}
@media only screen and (max-width: 1024px) {
  .shg-home-follow .linkedIn-icon {
    top: 4px;
    left: 6px;
  }
}
.shg-home-follow .yt-icon {
  width: 30px;
  position: relative;
  top: 14px;
  left: 10px;
}
@media only screen and (max-width: 1024px) {
  .shg-home-follow .yt-icon {
    top: 12px;
    left: 8px;
  }
}
