* {
    text-decoration: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    list-style: none;
    /* color: var(--light-color); */ /* Commented out, using variable */
}

.sypplyiers {
    width: 100%;
    max-height: auto;
    background: linear-gradient(0deg, var(--overlay-color), var(--overlay-color)), url('/image/sypplyiers.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    color: var(  --light-color);
}

.supplyiersTitle {
    width: 100%;
    height: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: var(--primary-color); */ /* Commented out, using variable for red */
}

.supplyiersTitle h2 {
    margin-top: 80px;
    font-size: 2rem;
    color: var(--light-color);
}

.supplyersLogList {
    width: 80%;
    margin-bottom: 80px;
}

.supplyersLogo {
    width: 100%;
    /* background-color: var(--secondary-color); */ /* Commented out, placeholder for green */
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
}

.supplyersLogo img {
   
    border-radius: 15px;
    width: 200px;
    height: auto;
    /* background-color: var(--primary-color); */ /* Commented out, using variable for red */
}