.view-all a{
    display: block;
    margin: 50px auto 0;
    background: #ffc107;
    width: fit-content;
    padding: 10px 16px;
    color: black;
    font-size: 20px;
    border-radius: 0px 30px 0 30px;
    font-weight: 600;
transition: all 0.3s ease-in-out;
}
.view-all a:hover {
background: black;
color: white;
}
.footer-top-two {
    margin-top: 0px !important; 
}