.book-now-section{
	text-align: center;
	padding: 20px;
}
.book-now-section h3{
	font-size: 18px;
	font-weight: 600;
}
.book-now-section .btn-light{
    color: #0b1ae9;
    text-decoration: none;
    font-weight: 500;
    padding: 10px 20px;
    border: 2px solid #0b1ae9;
    border-radius: 8px;
    display: inline-block;
}
.book-now-section .btn-light:hover {
    background: #0b1ae9;
    color: #ffffff;
}