.bc-cards{background:var(--title);color:#fff}.bc-cards__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;margin-bottom:48px}.bc-cards__container{-ms-flex-wrap:wrap;flex-wrap:wrap}.bc-cards__card,.bc-cards__container{display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px}.bc-cards__card{-webkit-box-orient:vertical;-webkit-box-direction:normal;background:var(--main);border-radius:24px;color:#fff;-ms-flex-direction:column;flex-direction:column;max-width:calc(33.33333% - 26.66667px);padding:24px;width:100%}.bc-cards__img{height:auto;max-width:48px;width:100%}@media (max-width:1199px){.bc-cards__head{gap:12px;margin-bottom:32px}.bc-cards__container{gap:16px}.bc-cards__card{border-radius:16px;gap:16px;max-width:calc(50% - 8px);padding:16px}}@media (max-width:1023px){.bc-cards__title{font-size:24px;line-height:28px}}@media (max-width:768px){.bc-cards__card{max-width:100%}.bc-cards__img{max-width:32px}}