p{
  text-align: justify!important;
}
.footer, .header{
    background-color: #505e6e!important;
}
.footer{
    margin-bottom: -100px;
}
.featureImage{
    width: 200px;
    height: 200px;
}
#whatsappButton{
    width: 100px;
    height: 100px;
}
.btn-whatsap {
    width: 100px;
    height: 100px;
    
    position: fixed;
    bottom: 40px;
    right: 40px;
    transition: all 300ms ease 0ms;
    z-index: 99;
  }
  .btn-whatsap:hover {
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-7px);
  }






  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }