.hard-cover-section-heading h1{
    color: var(--Grey-Dark, #181818);
    font-family: Montserrat;
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: 0.76px;
}
.hard-cover-section-subtitle{
    color: var(--Grey-Medium, #5D5E67);

    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.4px;
}

.book-cover-section-images{
    display: flex;
    margin-top: 5%;
    flex-direction: row;
    justify-content: space-between;
    overflow-x:auto;
}

.book-cover-container{
    margin-top: 10%;
}
