    .left {
        width: 39%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
    }

    .right {
        width: 30%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .actions {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center
    }

    .paginate {
        position: absolute;
        bottom: 0;
        left: 50%;
    }

    .paginate a {
        text-decoration: none !important;
        border: 1px solid green !important;
        color: green !important;
        margin: 5px;
        border-radius: 10px
    }

    .estimate-title {
        font-weight: bold;
        text-align: center !important;
        text-transform: uppercase;
        font-size: 40px !important;
        color: #108a00 !important;
        margin-bottom: 40px !important;

    }
