.social-btn {
    display: flex;
    width: 70px;
    align-items: center;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    margin-bottom: 5px;
    position: relative;
    left: -0px;
    transition: left 1s;
  }

  .social-btn:hover {
    left: -10px;
    transition: left 1s;
  }
  
  .social {
    position: fixed;
    top: 30%;
    z-index: 999;
  }

  .social a {
    text-decoration: none;
  }
  
  .color-telegram {
    background-color: #0084c6;
  }
  .color-instagram {
    background-color: #02c0fa;
  }
  .color-whatsapp {
    background-color: #24cc63;
  }
  .color-whatsapp2 {
    background-color: #616ee6;
  }
  
  .google-font {
    font-family: "Lato", sans-serif;
    font-size: 1.25rem;
  }
  
  .social-btn img {
    width: 40px;
  }
  
  .social-btn p {
    color: white;
  
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .icons8-telegram-app {
    order: 2;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("../img/phone-solid.svg")
      50% 50% no-repeat;
    background-size: 100%;
  }
  
  .icons8-instagram {
    order: 2;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("../img/envelope-solid.svg")
      50% 50% no-repeat;
    background-size: 100%;
  }
  
  .icons8-whatsapp {
    order: 2;
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url("../img/whatsapp.svg")
      50% 50% no-repeat;
    background-size: 100%;
  }

  .icons8-whatsapp2 {
    order: 2;
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url("../img/language-solid.svg")
      50% 50% no-repeat;
    background-size: 100%;
  }