  p {
    text-align: justify;
  }

     .fixed-contact .column {
       display: flex;
       align-items: center;
       gap: 10px;
     }
  
     .fixed-contact .column i {
       font-size: 25px;
       vertical-align: middle;
       min-width: 31px;
       /* ensures consistent spacing */
       padding: 10px;
     }
  
     .fixed-contact .fa-whatsapp {
       color: #25D366;
     }
  
     .fixed-contact .fa-phone {
       color: #007bff;
     }
  
     .fixed-contact .fa-envelope {
       color: #dc3545;
     }