p{
    color: white;
    font-size: 15px;
    width: fit-content;
    margin: auto;
}
.fas{
    width: 35px;
    color: bisque;
}
.fas:hover{
    transition: 0.2s;
    transform: scale(1.2);
}
p#card-title {
    color: black;
    margin: auto;
}
footer.bg-black.text-white.pt-5.pb-4.pb-4 {
    display: flex;
}
#footer-logo{
    width: 90%;
}
.text-center{
    margin-top: 0 !important;
    box-shadow: none !important;
}
img#img_paypal{
    width: 80%;
    margin: 15px;
}
.col-md-5{
    margin: auto;
}

@media(max-width: 700px){
    footer.bg-black.text-white.pt-5.pb-4.pb-4 {
        margin: 0 !important;
        border-radius: 0 !important;
        display: block;
        margin-top: 30px !important;
    }
    div#footer_logo {
        text-align: center;
    }
    img#footer-logo {
        width: 150px;
    }
    .wrapper{
        display: none;
    }
    .text-center{
        margin-top: 0!important;
    }
}