@import "/css/fonts/PFBeauSansPro/stylesheet.css?v=1";

/* --- Global Styles & Resets --- */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,body {
    font-family: 'PF BeauSans Pro', Arial, Helvetica, sans-serif;
    font-size: clamp(14px, 2vw, 24px); 
    line-height: 1;
    color: #37393A;
    margin: 0 auto;
    overflow-x: clip;
}

svg {
    display: block;
}

section {
    padding: 0 1rem;
    margin: 2.5rem auto;
    max-width: 1240px; 
    /* var(--max-width, none); */
}

h2 {
    margin-bottom: 1.46rem;
    font-size: 2.083rem;
    text-align: center;
}

.container {
    display: flex;
    flex-direction: column;
}

.--svg {
    background: center no-repeat;
    background-size: contain;
}


/* --- Page --- */

:root {
    --max-width: clamp(1240px, 100vw, 1920px);
}

body {
    padding-bottom: 2.5rem;
}

.steps {
    /* display: grid; */
    /* grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr)); */
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
    gap: 2rem;
    text-align: center;
}

.step {
    flex: 1 1 10rem;
    max-width: 20rem;
}

.step-image {
    height: 7.75rem;
    margin-bottom: 0.833rem;
    background: center no-repeat;
    background-size: contain;
}

.step-text {
    line-height: 1.2;
} 

.barcode {
    max-width: 21.374rem;
    align-self: center;
}

.legal {
    font-size: max(0.667rem, 11px);
    line-height: 1.5;
    color: #454545;
    text-align: center;
}

.logo {
    height: 3.916rem;
}