.cardContainer{display:flex;padding:var(--padding-top-bottom,16px);flex-direction:column;justify-content:center;align-items:flex-start;gap:var(--padding-top-bottom,16px);align-self:stretch;border-radius:12px;background:#fff;box-shadow:40px 40px 100px 0 rgba(0,0,0,.05)}.cardContainer .top{display:flex;justify-content:space-between;width:100%;align-items:center}.cardContainer .top .title{color:var(--Color-black,#0d0d0d);font-size:18px;font-style:normal;font-weight:600;line-height:120%}.cardContainer .top .icon{display:flex;padding:10px;align-items:flex-start;gap:var(--Spacing,8px);border-radius:var(--Radius,30px);background:var(--Color-red-50,#fdf3f2)}.cardContainer .top .icon img{width:32px!important}.cardContainer .bottom{color:var(--Color-gray-600,#595959);font-size:14px;font-style:normal;font-weight:300;line-height:150%}@media(min-width:850px){.cardContainer .top .title{font-size:24px}.cardContainer .bottom{font-size:16px}}.BrandsParent{background:var(--Color-white,#fff);padding-top:80px;padding-bottom:80px}.BrandsParent .BrandsContainer{align-items:center;gap:48px}.BrandsParent .BrandsContainer,.BrandsParent .BrandsContainer .top{display:flex;flex-direction:column;justify-content:center;align-self:stretch}.BrandsParent .BrandsContainer .top{align-items:flex-start;gap:12px}.BrandsParent .BrandsContainer .top .moto{display:flex;padding:var(--Spacing,8px) 12px;justify-content:center;align-items:center;gap:var(--Spacing,8px);border-radius:36px;background:var(--Color-red-100,#fdeae8)}.BrandsParent .BrandsContainer .top .moto span{color:var(--Color-red-primary---600,#e03b24);font-size:16px;font-style:normal;font-weight:600;line-height:150%}.BrandsParent .BrandsContainer .top .title{color:var(--Color-black,#0d0d0d);font-size:32px;font-style:normal;font-weight:600;line-height:120%}.BrandsParent .BrandsContainer .bottom{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:48px}.BrandsParent .BrandsContainer .bottom img{max-width:120px}@media(min-width:850px){.BrandsParent .BrandsContainer{flex-direction:row;justify-content:space-between}.BrandsParent .BrandsContainer .top{flex:1 1 30%}.BrandsParent .BrandsContainer .top .title{font-size:51px}.BrandsParent .BrandsContainer .bottom{flex:1 1 70%}}