.flex__container{display:flex;margin:auto;flex-wrap:wrap;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;align-items:center;justify-content:center;background-color:rgba(255,255,255,.9);padding:1.5rem;border-radius:var(--radius)}[class*=col-]{display:block;text-align:center;max-width:100%;margin:1rem 0;padding:1.5rem}@media screen and (min-width: 769px){[class*=col-]{margin:1rem 2rem;padding:1.5rem}.col-1{flex:1 1 10%;max-width:calc(10% - 1rem)}.col-2{flex:1 1 20%;max-width:calc(20% - 1rem)}.col-3{flex:1 1 30%;max-width:calc(30% - 1rem)}.col-4{flex:1 1 40%;max-width:calc(40% - 1rem)}.col-5{flex:1 1 50%;max-width:calc(50% - 1rem)}.col-6{flex:1 1 60%;max-width:calc(60% - 1rem)}.col-7{flex:1 1 70%;max-width:calc(70% - 1rem)}.col-8{flex:1 1 80%;max-width:calc(80% - 1rem)}.col-9{flex:1 1 90%;max-width:calc(90% - 1rem)}.col-10{flex:1 1 100%;max-width:calc(100% - 1rem)}}/*# sourceMappingURL=responsive.min.css.map */