.publishing-banner{
    background-image: url('./Assets/Group\ 310.png');
    background-position: bottom;
    background-size: cover;
}
.converted-books{
    padding: 40px 0px;
    .container{
        flex-direction: column;
        .heading h1{
            text-align: center;
        }
        .cards-tile{
            width: 100%;
            .row{
                display: flex;
                justify-content: center;
                padding: 10px;
                gap: 20px;
                .col{
                    width: 30%;
                    .tile{
                        padding: 40px 10px;
                        display: flex;
                        flex-direction: column;
                        gap: 20px;
                        box-shadow: 0px 0px 20px 0px;
                        text-align: center;
                    }
                }
            }
        }
    }
}