.rasvya-container{
    max-width:1280px;
    width:92%;
    margin:auto;
}

.rasvya-library-header{
    text-align:center;
    padding:90px 0 60px;
}

.rasvya-library-header h1{

    font-size:56px;

    font-weight:700;

    margin-bottom:20px;

}

.rasvya-library-header p{

    max-width:700px;

    margin:auto;

    color:#666;

    line-height:1.8;

}

.rasvya-library-grid .rasvya-container{

    display:grid;

    grid-template-columns:
        repeat(auto-fit,minmax(340px,1fr));

    gap:40px;

    padding-bottom:80px;

}