.btn.btn-inquiry{
    max-width: 9rem;
    color: #ffffff;
    border: 2px solid white;
    background-color: #3a71bd;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;

}
.btn.btn-inquiry:hover {
    background-color: #5b84bd;
}
