

.book-cab {
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: #184d7d;
    padding: 30px;
    margin-top: 30px;
}
.book-cab h1 {
    font-weight: 600;
    font-size: 26px;
}
.book-cab p {
color:#fff;
}