.intro.blueprint {
    padding-top: 110px;
}

.intro.blueprint .bg-img {
    height: 90%;
}

.intro.blueprint h2 {
    max-width: 100%;
    font: normal bold 80px/78px Intensa;
    text-align: left;
    padding-left: 30px;
}

.intro.blueprint h2 .exclamation {
    font: italic normal bold 88px/63px Swear Display;
    line-height: 0.4;
}

.col-two-image-blueprint {
    padding-top: 0;
    padding-bottom: 155px;
    overflow: hidden;
}

.col-two-image-blueprint .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 47%;
    height: auto;
}

.col-two-image-blueprint .bg-img img {
    object-fit: cover;
}

.col-two-image-blueprint .content-wrapper {
    position: relative;
    width: 47%;
    margin-left: auto;
}

.col-two-image-blueprint .content-wrapper p.small-heading {
    font-size: 28px;
    font-family: 'Poppins';
    background: #7C001F;
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.col-two-image-blueprint .content-wrapper p:not(.small-heading) {
    padding-right: 30px;
}

.col-two-image-blueprint .content-wrapper p.small-heading.small-heading:nth-child(2) {
    margin-bottom: 60px;
}

.col-two-image-blueprint .content-wrapper a.btn-default {
    display: inline-block;
    margin-top: 40px;
    letter-spacing: 0.03em;
}

.download-link-list h2 {
    font-family: 'Poppins';
    font-size: 28px;
    color: #7C001F;
    text-transform: uppercase;
}

.download-link-list ul {
    list-style: none;
    padding: 0;
    margin: 40px 0 0;
    display: flex;
    justify-content: space-between;
}

.download-link-list ul li {
    text-align: center;
    border: 1px solid #7C001F;
    width: calc(20% - 8px);
    margin: 0 4px;
    border-radius: 2px;
}

.download-link-list ul li a {
    color: #7C001F;
    display: block;
    cursor: pointer;
    padding: 8px;
    font-size: 16px;
    line-height: 1.2;
    transition: all 0.3s ease;
}

.download-link-list ul li a:hover {
    background: #7C001F;
    color: #fff;
    transition: all 0.3s ease;
}

.download-link-list {
    padding-bottom: 180px;
}

@media only screen and (min-width: 1500px) {
    .intro.blueprint .bg-img img {
        object-position: bottom;
    }

    .col-two-image-blueprint .bg-img {
        top: -35px;
        width: 40%;
    }
}





@media only screen and (min-width: 1701px) {
    .col-two-image-blueprint {
        max-width: 1700px;
        margin: 0 auto;
    }

    .col-two-image-blueprint .bg-img {
        top: -35px;
        width: 32%;
        left: 10%;
    }
}



@media only screen and (min-width: 1200px) {
    .col-two-image-blueprint {
        max-width: 100%;
    }

    .col-two-image-blueprint .bg-img {
        left: 0%;
        top: -4%;
        width: 30%;
    }

    .col-two-image-blueprint .content-wrapper {
        width: 57%;
    }
}

@media only screen and (max-width: 1500px) {

    .col-two-image-blueprint .bg-img {
        left: 0%;
        top: -3%;
        width: 36%;
    }
}



@media only screen and (max-width: 1200px) {
    .intro.blueprint h2 {
        font: normal bold 70px/70px Intensa;
    }

    .intro.blueprint h2 .exclamation {
        font: italic normal bold 76px/63px Swear Display;
    }

    .col-two-image-blueprint .content-wrapper {
        width: 51%;
    }

    .col-two-image-blueprint .content-wrapper p.small-heading {
        font-size: 22px;
    }

    .download-link-list ul li a {
        padding: 8px 4px;
        font-size: 14px;
    }

}

@media only screen and (max-width: 991px) {
    .intro.blueprint h2 {
        font: normal bold 60px/60px Intensa;
    }

    .intro.blueprint h2 .exclamation {
        font: italic normal bold 66px/50px Swear Display;
    }

    .intro.blueprint .bg-img {
        height: 90%;
    }

    .intro.blueprint {
        margin-top: 120px;
        min-height: 500px;
        padding-bottom: 0;
    }

    .col-two-image-blueprint .bg-img {
        width: 40%;
    }

    .col-two-image-blueprint .content-wrapper {
        width: 60%;
    }

    .col-two-image-blueprint .content-wrapper p.small-heading {
        font-size: 19px;
    }

    .col-two-image-blueprint .content-wrapper p.small-heading.small-heading:nth-child(2) {
        margin-bottom: 30px;
    }

    .col-two-image-blueprint .content-wrapper a.btn-default {
        margin-top: 20px;
    }

    .download-link-list ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .download-link-list ul li {
        width: calc(50% - 8px);
        margin: 0 4px 15px;
    }
}


@media only screen and (max-width: 767px) {
    .intro.blueprint {
        padding-bottom: 0;
        min-height: 340px;
    }

    .intro.blueprint .bg-img {
        height: 100%;
    }

    .intro.blueprint h2 {
        font: normal bold 27px / 36px Intensa;
        padding-left: 0;
    }

    .intro.blueprint h2 .exclamation {
        font: italic normal bold 30px / 37px Swear Display !important;
    }

    .col-two-image-blueprint .bg-img {
        position: relative;
        width: 100%;
    }

    .col-two-image-blueprint .content-wrapper p.small-heading {
        font-size: 16px;
    }

    .col-two-image-blueprint .content-wrapper {
        width: 100%;
    }

    .col-two-image-blueprint .content-wrapper p:not(.small-heading) {
        padding: 0 20px;
        font-size: 15px;
    }

    .col-two-image-blueprint .content-wrapper a.btn-default {
        display: block;
        width: calc(100% - 40px);
        margin: 20px 20px 0;
    }

    .download-link-list ul {
        margin-top: 30px;
    }

    .download-link-list ul li {
        width: 100%;
        margin: 0 auto 15px;
    }

    .download-link-list ul li a {
        padding: 12px;
        font-size: 16px;
    }

    .download-link-list {
        padding-bottom: 80px;
    }

    .download-link-list h2 {
        font-size: 22px;
        text-align: center;
    }

    .intro.blueprint {
        padding-top: 30px;
        margin-top: 154px;
    }

    .coming-soon-btn {
        padding: 0 20px;
    }

    .d-inline.inline-pad {
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
    }

    .intro.blueprint h2 {
        text-align: center;
    }
}

.mt-30 {
    margin-top: 30px;
}