@media only screen and (min-width: 3840px) {
    h1 {
        font-size: 30px;
    }
    p,
    a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 890px) {
    .service {
        padding-top: 130px;
    }

    .list-bannier {
        display: none;
    }
    .homebook {
        width: 100%;
        transform: translateX(0) translateX(0);
        border: 0;
    }
    .feacture img {
        height: 180px;
    }
    .homebook-img img {
        height: 10px;
    }
    .homebook-tri {
      display: none;
    }
    .item-books-list {
        margin-bottom: 5px;
    }
    .homebook-image button{
      transform: translateX(100px);
    }
    .item-filter {
        display: flex;
        position: fixed;
        bottom: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 100;
        font-size: 14px;
    }
    .item-recent {
        width: 65%;
        background-color: #121933;
        color: white;
        padding: 5px;
    }
    .filter-btn {
        width: 35%;
        background-color: #121933;
        padding: 5px;
        color: white;
    }
    .item-recent:hover,
    .filter-btn:hover {
        background-color: #ffe8a7;
        color: #1d2a57;
    }



    
}
