
.opp-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    padding: 10px;
}
.opp-product {
    width: 180px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
.opp-product a {
    text-decoration: none;
    color: inherit;
}
.opp-product img {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 10px;
}
.opp-info strong {
    display: block;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 4px;
}
.opp-info span {
    display: block;
    font-size: 13px;
    color: #333;
    margin-bottom: 2px;
}
