.brand-details .odd-even:nth-child(odd) {
    background: linear-gradient( 158.17deg, #58acff 9.69%, rgba(217, 217, 217, 0) 98.14% );
    box-shadow: 0px 4px 4px 0px #0000001a;
        height: 230px;
    width: 180px;
}
.brand-details .odd-even:nth-child(even) {
    background: linear-gradient( 158.17deg, #b1d16d 9.69%, rgba(217, 217, 217, 0) 98.14% );
    box-shadow: 0px 4px 4px 0px #0000001a;
        height: 230px;
    width: 180px;
}

.odd-even{
    border-radius: 20px 20px 120px 20px;
}

.brand-page-image{
    width: 104px;
    height: 70px;
    object-fit: contain;
}