.book_demo_seciton {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}

.book_demo_seciton .book_demo_content {
    max-width: 800px !important;
    margin: 0 auto;
    text-align: center;
}

.book_demo_seciton .book_demo_content h2 {
    color: #173571;
    text-align: center;
/*     font-size: 40px; */
    font-style: normal;
    font-weight: 700;
/*     line-height: 56px; /* 140% */ */
}

.book_demo_seciton .book_demo_content a {
    color: #173571;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 150px;
    background: #FFF;
    padding: 18px 30px;
    display: inline-block;
}