h5 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;

}
.footer-div a{
    color: black;
    font-weight: 700;
}
.footer-div h5{
    padding-bottom: 2px;
}

.footer-div {
    background-color: white;
    height: 100px;
    text-align: center;
    padding-top: 15px;
    border-radius: 20px 20px 0 0;
}