.adhesive-products-container {
    padding-block-start: 40px;
    background-color: #eef0f4;
}

.adhesive-products-title {
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 40px;
    color: #333;
}

.adhesive-products-title span {
    color: #1f71e8;
}

.adhesive-products-grid {
    display: flex;
    justify-content: center;
}

.adhesive-card-wrapper {
    flex-grow: 1;
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}

.adhesive-card-wrapper img {
    width: 100%;
    height: auto;
    /*aspect-ratio: 3 / 4;*/
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

@media (max-width: 576px) {
    .adhesive-products-title {
        font-size: 1rem;
    }
}
