.ver-mas-wrapper {
    text-align: center;
    margin: 0 auto;
    width: 15%;
    border-top: 1px solid #d3d3d3;
    padding: 10px 0px;
    margin-top: 20px;
}

.ver-mas-info {
    font-size: 20px;
    color: #666666;
    margin-bottom: 10px;
}

.ver-mas-btn {
    background-color: #fff;
    border: 1px solid #ea8027;
    text-shadow: none;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    color: #ea8027;
    font-size: 20px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0;
    text-decoration: none;
    -webkit-appearance: none;
    transition: 0.5s;
    padding: 5px 0px;
    margin-top: 16px;
}

.ver-mas-btn:hover {
    color: #fff;
    background-color: #ea8027;
}

@media (max-width: 990px) {
    .ver-mas-wrapper {
        width: 50%;
    }
}