@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;
  /*.yt-icon {
        width: 30px;
        position: relative;
        top: 14px;
        left: 10px;

        .query(1024px,{
            top: 12px;
            left: 8px;
        });
    }*/
}
.shg-home-follow .content-container {
  padding: 0px;
  /*&:after {
            background-image: linear-gradient(to right, @blue 40%, rgba(255, 255, 255, 0) 0%);
            background-position: right;
            left: 100%;
        }*/
}
.shg-home-follow .content-container:before,
.shg-home-follow .content-container:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 5px;
  background-size: 6px 2px;
  background-repeat: repeat-x;
  width: 700px;
  height: 2px;
}
.shg-home-follow .content-container:before {
  background-image: linear-gradient(to left, #75a1c9 40%, rgba(255, 255, 255, 0) 0%);
  background-position: left;
  right: 101%;
}
@media only screen and (max-width: 1024px) {
  .shg-home-follow .content-container:before {
    top: 10px;
    right: 77%;
  }
}
@media only screen and (max-width: 768px) {
  .shg-home-follow .content-container:before {
    top: 10px;
    right: 80%;
  }
}
@media only screen and (max-width: 600px) {
  .shg-home-follow .content-container:before {
    display: none;
  }
}
@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;
  margin-bottom: 30px;
}
.shg-home-follow .sub-desc-container.desktop {
  display: block;
}
.shg-home-follow .sub-desc-container.mobile {
  display: none;
  text-align: center;
  padding: 0 20px;
  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;
  padding: 0 20px;
}
.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: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .shg-home-follow .social-btn-container.desktop {
    display: none;
  }
  .shg-home-follow .social-btn-container.mobile {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-pack: distribute;
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
  }
}
.shg-home-follow .icon-container {
  display: inline-block;
  background-color: #75a1c9;
  margin-right: 20px;
  width: 145px;
  height: 145px;
}
@media only screen and (max-width: 1024px) {
  .shg-home-follow .icon-container {
    width: 14vw;
    height: 14vw;
  }
}
.shg-home-follow .icon-container:last-child {
  margin-right: 0;
}
.shg-home-follow .icon-container a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.shg-home-follow .fb-icon,
.shg-home-follow .ig-icon {
  width: 26%;
  margin: 0 auto;
}
.shg-home-follow .tw-icon,
.shg-home-follow .yt-icon {
  width: 35%;
  position: relative;
  margin: 0 auto;
}
.shg-home-follow .linkedIn-icon {
  width: 30%;
  margin: 0 auto;
}
