.book-button {margin: 0 20px 40px 20px; display: block; height: 50px; border-radius: 25px; background: linear-gradient(90deg, #f27b1ada, #fbaf34e4); padding: 0 10px;}
.book-button-alt {display: flex; align-items: center; justify-content: space-between;}
.book-button-alt span {color: #fff; cursor: pointer; line-height: 50px; margin: 0 0 0 15px; font-size: 18px; font-weight: 600;}
.book-button-alt img {width: 20px; height: 20px; margin: 15px 10px; opacity: 0.7;}

@media (max-width: 768px) {
}

