.whatsapp-container {
    position: fixed;
    bottom: 40px;
    right: 15px;
    z-index: 99999;
}
.whatsapp {
    background-color: #38e775;
    width: 40px;
    height: 40px;
    border-radius: 35px;
    text-align: center;
    color: #fff;
    padding: 7px;
    font-size: 25px;
    margin-bottom: 10px;
}
.whatsapp-container a {
    color: #fff;
    cursor: pointer;
}

@media (min-width: 576px) 
{
	.text-sm-justify 
	{
    	text-align: justify !important;
  	}
}

@media (min-width: 768px) 
{
	.text-md-justify 
	{
    	text-align: justify !important;
  	}
}

@media (min-width: 992px) 
{
	.text-lg-justify 
	{
    	text-align: justify !important;
 	}
}

@media (min-width: 1200px) 
{
  	.text-xl-justify 
	{
    	text-align: justify !important;
  	}
}