.load_more {
    text-transform: uppercase;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    position: relative;
    color: #ffffff margin: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    cursor: pointer;
    /* text-align: center; */
    background: #0268a4;
    color: white;
    padding: 15px;
}

.pager{
    max-width: calc(100% - 381px);
    display: flex;
    justify-content: center;
    padding: 20px;
}
