.more-btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.more-btn {
    display: inline-block;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;

    color: #fff;
    background: #4BAEA9;

    border-radius: 6px;
    transition: 0.25s;
}

.more-btn:hover {
    background: #3c8f8a;
}