.scv-product-section {
    position: relative;
}

.scv-product-see-more {
    position: absolute;
    right: 24px;
    bottom: 0;
    transform: translateY(50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 16px;
    border: 1px solid #dce9ee;
    border-radius: 6px 6px 0 0;
    background: #fff;
    color: #0a789d;
    font-family: 'MontserratBold', Arial, sans-serif;
    font-size: 13px;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(18, 65, 83, .08);
}

.scv-product-see-more:hover,
.scv-product-see-more:focus {
    border-color: #a8cf19;
    color: #123849;
    background: #f8fbfd;
}

@media (max-width: 767px) {
    .scv-product-see-more {
        right: 18px;
    }
}
