/* headings */
h3 {
    color: #002661 !important;
    font-weight: 600;
    font-size: 1.625em;
    line-height: 1.53846154em;
    margin-top: 0.76923077em;
    margin-bottom: 0em;
}

h4 {
    color: #002661;
}

.step-by-step {
    display: grid;
    grid-template-columns: 1fr 21px 1fr 21px 1fr;
    gap: 1.5em;
    align-items: center;
    margin-top: 1em;
}

.step-by-step>div>div.step-content h4.steplabel {
    margin: 0em;
    color: #5c84c6;
    background-color: white;
    font-size: 0.65em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    border: 0px solid;
    border-radius: 30px;
    margin-bottom: 0.5em;
}

.step-by-step>div>div.step-content h4 {
    margin: 0em;
    color: #002661;
    font-size: 24px;
    font-weight: 600;
}

.step-content p {
    font-size: 16px;
    margin-bottom: 1em;
}

.home-features-wrapper {
    display: flex;
    gap: 2.5em;
} 

.flex-feature {
  max-width: 80px;
  font-size: 0.6em;
  text-transform: uppercase;
}

.flex-feature > img {
  display: flex;
  max-width: 80px;
  height: auto;
}

.flex-feature > h4 {
  text-align: center;
  margin-top: 1em;
}

/* links */
a.lightbutton {
    color: #ff4c00;
    margin-top: 1em;
    padding: 0.8em 1em;
    background-color: transparent;
    font-weight: 900;
    padding: 0;
    font-size: 20px;
    line-height: 1.625em;
}

a.lightbutton:hover {
    color: #ff7438;
    background-color: transparent;
    box-shadow: none;
    transition: none;
} 

/* sectioning */
.section-wrapper {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 4em;
    margin-top: 4em;
    margin-bottom: 6em;
}

.section-wrapper-marginonly {
    margin-top: 4em;
    margin-bottom: 6em;
}

.section-wrapper.widen-audience {
    grid-template-columns: 3fr 4fr;
}

.section-wrapper.audioguide {
    grid-template-columns: 3fr 3fr;
}

.section-wrapper.scandata {
    grid-template-columns: 3fr 5fr;
}

.section-wrapper.qr-code-center {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 3em;
}

.section-picture {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.section-picture.widen-audience {
    background-image: url('https://en.qrtranslator.com/wp-content/uploads/2021/12/e59a9458b57288b69da0954fbb943391-scaled.jpg');   
}

.section-picture.audioguide {
    background-image: url('https://en.qrtranslator.com/wp-content/uploads/2023/02/20230202_audioguide_meizhi-lang.jpg');
}

.section-picture.scandata {
    background-image: url('https://en.qrtranslator.com/wp-content/uploads/2024/03/scan_map_closeup_ny-3-demo.png');
}

div.qrt-code-try {
    max-width: 150px;
    background: white;
}

#section-news {
    margin-bottom: 4em;
}


        
@media (max-width: 992px) {
    .step-by-step {
        display: grid;
        grid-template-columns: 100%;
        gap: 1em;
        align-items: center;
        margin-top: 1em;
        justify-content: center;
        justify-items: center;
    }
}

.step-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.flex-feature img {
    max-width: 60px;
}

.step-content p {
    margin-bottom: 0em;
}

.home-features-wrapper {
    margin-top: 2em;
    justify-content: space-around;
}

.home-features-wrapper .flex-feature {
    max-width: fit-content;
}

/* tablet */
@media (max-width: 769px) {

    .section-picture {
            order: -1;
    }

    .step-by-step > div > div.step-content h4 {
        margin: 0em;
        color: black;
        font-size: 20px;
        font-weight: 600;
    }

    .section-wrapper.widen-audience,
    .section-wrapper.audioguide, .section-wrapper.scandata  {
        grid-template-columns: 1fr 1fr;
        gap: 3em;
    }

    .section-picture {
        min-height: 150px;
    }

    .section-picture.qr-code {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        gap: 1em;
    }
}

/* small screen */

@media (max-width: 576px) {

    .section-wrapper,
    .section-wrapper-marginonly {
        margin-top: 2em;
        margin-bottom: 4em;
    }

    .section-wrapper.widen-audience,
    .section-wrapper.audioguide, .section-wrapper.scandata {
        grid-template-columns: 1fr;
    }

    #section-news {
        padding: 16px;
        background: white;
        margin-bottom: 1em;
    }
}

#create {
    margin-top: 5em;
}


.step-by-step>div {
    margin-top: 0;
}