@media only screen and (max-width: 1399px){

	.book_item .webster {
    height: 140px;
    object-fit: contain;
    width: auto;
    margin-bottom: 10px;
}

.font_40 {
    font-size: 32px;
}

.plain-webster {
    width: 140px;
}

.book_websters_sec .book_item {

    padding: 15px;

}

.font_18 {
    font-size: 16px;
}

.adventure_start {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
}

.home_history_banner {
    position: relative;
    z-index: 9;
    padding: 20px 0;

}
}


/*large-laptop-screen-start*/
@media only screen and (min-width: 1400px) and (max-width: 1600px){

}
/*large-laptop-screen-end*/


/*laptop-screen-start*/
@media only screen and (min-width: 1200px) and (max-width: 1399px){

}
/*laptop-screen-end*/


/*mini-laptop-screen-start*/
@media only screen and (min-width: 992px) and (max-width: 1199px){

}
/*mini-laptop-screen*/


/*tablet-start*/
@media only screen and (min-width: 768px) and (max-width: 991px){

}
/*tablet-end*/


/*mobile-screen-start*/
@media only screen and (min-width: 300px) and (max-width: 767px){

}
/*mobile-screen-end*/