@import "../../app/styles/main.scss"; @import ".../../../../styles.scss"; @import "../../app/styles/font.scss"; .custom_flex_container { display: flex; max-width: 940px; flex-direction: column; width: 100%; flex: 1 1 auto; // position: relative; min-width: 1px; margin: 0 auto; z-index: 1; width: 100%; font-family: "ING Me"; color: #1f1f1f; padding: 30px; } .ff_bold { font-family: "ING Me Bold"; } @media only screen and (max-width: 575px) { .custom_flex_container { max-width: 100%; padding: 15px; } }