.s-icon-3 {
    position: fixed;
    bottom: 140px;
    right: 18px;
    z-index: 999;
  }
  .s-icon-3 a {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    padding: 5px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 3px 10px #888;
    box-shadow: 0 3px 10px #888;
  }
  .s-icon-3 a:first-child {
    background-color: #f60;
    padding: 9px;
  }
  .s-icon-3 a:last-child {
    background-color: #e60f1e;
  }
  .s-icon-3 a:nth-child(2) {
    background-color: #0084ff;
  }
  .c-headline-9 {
    text-align: center;
    margin-bottom: 30px;
    z-index: 9;
    position: relative;
  }
  .c-headline-9 .c_name {
    font-size: 30px;
    line-height: 46px;
    font-weight: 700;
    text-transform: unset;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }
  .c-headline-9 .c_sub {
    display: inline-block;
    font-size: 22px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 10px;
    position: relative;
    padding: 0 60px;
  }
  .c-headline-9 .c_sub span {
    color: #00a558;
  }
  .c-headline-9 .c_sub:after,
  .c-headline-9 .c_sub:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #EF8222;
  }
  .c-headline-9 .c_sub:before {
    left: 0;
  }
  .c-headline-9 .c_sub:after {
    right: 0;
  }