.btn__wrapper {
width: 100%;
text-align: center;
}
#load-more{
display: inline-block;
padding: 20px;
margin: 0 auto;
font-weight: 400;
font-size: 1em;
line-height: 1.25em;
color: #fff !important;
text-decoration: none !important;
border-radius: 5px;
background-color: #2ecc71;
box-shadow: 0 5px 15px 0 rgb(45 221 108 / 55%);
}