.brands-section {
    text-align: center;
    padding: 50px 20px;
    background-color: #ffffff;
}
.brands-section h2 {
    font-size: 2rem;
    color: #FFA500;
    margin-bottom: 30px;
}
.brands-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.brands-logos img {
    width: 130px;
    margin: 10px;
    border-radius: 30px;
}

