.row{
		display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  
.m-top-50 {
    margin-top: 50px;
}
  
.justify-content-end {
    justify-content: flex-end !important;
}
  
.flex {
    display: flex;
}

.pagination .page-nmr a:not(.icon) {
    border-radius: 50%;
    background: rgba(0, 0, 0, 0);
    color: #000;
    font-weight: 600;
}
  
.pagination .page-nmr a {
    margin: 0 0 0 5px;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    display: block;
    color: black;
}
  
.pagination .page-nmr.active a {
    background: #D71F03;
    color: #ffffff;
}