.share-section{
      text-align: center;
      margin-top: 43px;
    }
    .share-icon{
      text-indent:100%;
      overflow:hidden;
      display: -webkit-inline-box;
      height: 40px;
      width: 62px;
    }

    .fb{
      background: #3b589d;
      background: url("../img/fblogo.png") no-repeat;
      background-size: contain;
      background-position: center;
    }

    .tw{
        background: #27a0f2;
        background: url("../img/twlogo.png") no-repeat;
        background-size: contain;
        background-position: center;
    }
    .line{
      background: url("../img/linelogo.png") no-repeat;
      background-size: contain;
      background-position: center;
      width:40px;
      margin-left: 11px;
      margin-right: 11px;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
    }
    
    .gp{
      background: #dc4f41;
      background: url("../img/gplogo.png") no-repeat;
      background-size: contain;
      background-position: center;
    }
@media all and (-ms-high-contrast: none){
  .share-icon{
    position: relative;
    left:-234px;
    font-size: 23px;
  }
}

@media screen and ( max-width:545px)
{

  .share-section{
      text-align: center;
      margin-top: 28px;
    }