#codesInfoPage .steps {
    display: flex;
    justify-content: space-between;
}

#codesInfoPage .steps .step {
    text-align: center;
}

#codesInfoPage .steps .step:nth-child(2) {
    margin: 0 30px;
}

#codesInfoPage .steps .step p {
    font-size: 25px;
    line-height: 28px;
}

#codesInfoPage .what-are-codes-for-wrapper {
    margin: 40px 0 60px;
    text-align: center;
}

#codesInfoPage .what-are-codes-for-wrapper:before {
    bottom: -55px;
}

#codesInfoPage .desc {
    text-align: center;
    font-size: 22px;
    line-height: 29px;
}

#codesInfoPage .desc a {
    color: #730000;
    text-decoration: underline;
}

#codesInfoPage .wrapper {
    margin: 40px auto 0;
}

#codesInfoPage .wrapper section {
    text-align: center;
}

#codesInfoPage .wrapper section:first-child {
    margin-bottom: 40px;
}

#codesInfoPage .wrapper section h2 {
    display: inline-block;
    margin: 0 0 20px 0;
    font-size: 60px;
    font-family: Hello-Sunshine-Marker, Arial, sans-serif;
    border-bottom: 2px dotted #ffffff;
}

#codesInfoPage .wrapper section h2 a {
    color: #ffffff;
}

#codesInfoPage .wrapper section p {
    font-size: 20px;
}

@media (max-width: 480px) {
    #codesInfoPage .steps {
        flex-direction: column;
    }

    #codesInfoPage .steps .step:nth-child(2) {
        margin: 10px 0;
    }
}

@media (max-width: 768px) {
    #codesInfoPage .steps .step img.step-visual {
        margin: 20px auto;
    }

    #codesInfoPage .steps .step img,
    #codesInfoPage .steps .step p {
        display: block;
        margin: auto;
    }

    #codesInfoPage .desc {
        font-size: 28px;
        line-height: 35px;
    }
}

@media(min-width: 481px) {
    #codesInfoPage .steps .step:nth-child(1),
    #codesInfoPage .steps .step:nth-child(2),
    #codesInfoPage .steps .step:nth-child(3) {
        width: 30%;
    }
}

@media (min-width: 769px) {
    #codesInfoPage .steps .step img.step-visual {
        margin: 0 10px;
    }

    #codesInfoPage .wrapper {
        display: flex;
        justify-content: space-between;
    }

    #codesInfoPage .wrapper section {
        width: 50%;
    }

    #codesInfoPage .wrapper section:first-child {
        margin-bottom: 0;
    }

    #codesInfoPage .wrapper section h2 {
        font-size: 70px;
    }
}


@media (min-width: 992px) {
    #codesInfoPage .inner-wrapper {
        width: 80%;
    }

    #codesInfoPage .steps .step {
        display: flex;
        align-items: flex-start;
        text-align: left;
    }

    #codesInfoPage .steps .step:nth-child(1) {
        width: 25%;
    }

    #codesInfoPage .steps .step:nth-child(2) {
        width: 35%;
    }

    #codesInfoPage .steps .step:nth-child(3) {
        width: 35%;
    }

    #codesInfoPage .desc a:hover {
        text-decoration: none;
    }
}

@media (min-width: 1200px) {
    #codesInfoPage .steps .step:nth-child(1),
    #codesInfoPage .steps .step:nth-child(2),
    #codesInfoPage .steps .step:nth-child(3) {
        width: 30%;
    }
}