
.rounded-border {
    border-radius: 25px;
    border: 1px solid #bbbbbb;
    padding: 20px;
    width: 100%;
    text-align: center;
}

@media (max-width: 992px) {
    .rounded-border {
        margin-bottom: 20px;
    }
}

.rounded-border img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.product-link-text-wrapper {
    margin-top: 20px;
}

.product-link-text {
    font-size: 20px;
    margin: auto;
    color: #567c84;
}
