.left{
    width: 50%;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.leftBottom{
    display: grid;
    grid-template-columns: 50% 50%;
}
.boxtext{
    font-size: 18px;
    font-weight: 600;
}
.right{
    width: 50%;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.leftBrand{
    width: 50%;
}
.rightBrand{
    width: 50%;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}