.b_new_leasing_objs{
    .heading__catalog_btn{
        display: grid;
        justify-content: space-between;
        align-items: center;

        grid-template-columns: calc(100% - 147px) 137px;

        gap: 10px;

        margin-bottom: 25px;

        .heading{
            .title{
                font-size: 36px;
                line-height: 40px;
                font-weight: 900;

                color: var(--black-clr);

                font-family: Inter;
            }

            .description{
                font-size: 18px;
                line-height: 28px;
                font-weight: 400;

                color: var(--grey-clr);

                font-family: Roboto;
            }
        }
    }
}