.tp-page-wrapper {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #B9B9B9;
    padding-bottom: 50px;
}

.sec-one-img {
    display: block;
    width: 100%;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.tp-hero {
    background-image: url('../assets/dagen-truck-pull/mobile-hero.png');
    background-size: cover;
    background-position: center center;
    height: 230px;
}

.tp-hero-inner {
    padding-top: 35px;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
}

.tp-hero-headline {
    font-weight: 700;
    text-align: center;
    font-size: 28px;
    color: #fff;
    margin-bottom: 10px;
}

.tp-hero-sub-headline {
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

.tp-body {
    background: #fff;
    border-radius: 12px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -55px;
    position: relative;
    max-width: 360px;
}

.tp-body-inner {
    padding: 20px 20px;
}

.tp-sec-headline {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}

.tp-sec-content {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0px;
    font-weight: 500;
}

.so-col.two {
    margin-top: 20px;
}

.tp-sec-two {
    background: #020F4A;
    color: #fff;
    border-radius: 6px;
    margin-top: 30px;
}

.tp-sec.tp-sec-two .tp-sec-inner {
    padding: 25px;
}

.st-col.two {
    margin-top: 30px;
}

.st-box {
    background: #fff;
    color: #020F4A;
    text-align: center;
    border-radius: 6px;
}

.st-box-inner {
    padding: 30px;
}

.st-box-col {
    margin-top: 45px;
}

.tp-sec-three {
    margin-top: 30px;
}

.sth-box {
    margin-top: 25px;
    background: #E8E8E8;
    border-radius: 6px;
}

.sth-box-inner {
    padding: 21px;
}

.sth-box-headline {
    font-weight: 700;
    font-size: 20px;
}

.tp-btn {
    background: #fff;
    text-align: center;
    border: 2px solid #020F4A;
    width: 197px;
    box-sizing: border-box;
    padding: 7px 5px;
    font-weight: 700;
    font-size: 16px;
    color: #020F4A;
    margin-top: 25px;
    transition: all .2s;
}

.tp-btn:hover {
    background: #020F4A;
    color: #fff;
}

.sth-col.two {
    margin-top: 25px;
}

.sec-three-img {
    display: block;
    width: 100%;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.sec-three-img.desktop {
    display: none;
}

.tp-sec-four {
    background: #020F4A;
    border-radius: 6px;
    margin-top: 30px;
    text-align: center;
    color: #fff;
}

.tp-sec.tp-sec-four .tp-sec-inner {
    padding: 30px;
}

.sf-contact-name {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    margin: 15px 0;
}

.sf-contact-name span {
    display: none;
}


@media (min-width: 768px) {
    .tp-body {
        max-width: 1600px;
    }
    .so-cols {
        font-size: 0;
        margin-left: -15px;
        margin-right: -15px;
    }

    .so-col {
        display: inline-block;
        vertical-align: middle;
        box-sizing: border-box;
        width: 50%;
    }

    .so-col-inner {
        padding: 0 15px;
    }

    .st-cols {
        font-size: 0;
    } 

    .st-col {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    .st-col.one {
        width: 45%;
    }

    .st-col.two {
        margin-top: 0;
        width: 55%;
    }

    .st-box-col {
        display: inline-block;
        vertical-align: bottom;
        box-sizing: border-box;
        width: 50%;
    }

    .st-box-col img {
        transform: scale(0.87);
    }

    .sth-cols {
        font-size: 0;
        margin-left: -15px;
        margin-right: -15px;
    }

    .sth-col {
        display: inline-block;
        vertical-align: middle;
        box-sizing: border-box;
    }

    .sth-col.one {
        width: 45%;
    }

    .sth-col.two {
        width: 55%;
        margin-top: 0;
    }

    .sth-col-inner {
        padding: 0 15px;
    }

    .sec-three-img.mobile {
        display: none;
    }

    .sec-three-img.desktop {
        display: block;
    }

    .tp-sec-three {
        margin-top: 45px;
    }

    .sf-contact-name span {
        display: initial;
    }

    .sf-contact-name br {
        display: none;
    }
}

@media (min-width: 1024px) {
    .tp-hero {
        background-image: url('../assets/dagen-truck-pull/desktop-hero.png');
        height: 285px;
    }

    .tp-hero-inner {
        padding-top: 45px;
        max-width: 100%;
    }

    .tp-hero-headline {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .tp-hero-sub-headline {
        font-size: 24px;
    }

    .tp-body {
        margin-top: -85px;
    }

    .tp-body-inner {
        padding: 35px;
        max-width: 1375px;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
    }

    .so-cols {
        margin-left: -30px;
        margin-right: -30px;
    }

    .so-col-inner {
        padding: 0 30px;
    }

    .tp-sec-one .tp-sec-headline {
        width: 400px;
    }

    .so-col.two .so-col-inner {
        max-width: 485px;
        margin-left: auto;
        margin-right: auto;
    } 
}

@media (min-width: 1200px) {
    .tp-hero-inner {
        padding-top: 70px;
    }

    .tp-hero-headline {
        font-size: 46px;
        margin-bottom: 20px;
    }

    .tp-hero-sub-headline {
        font-size: 28px;
    }

    .tp-hero {
        height: 444px;
    }

    .tp-body {
        margin-top: -184px;
    }

    .tp-sec-headline {
        font-size: 28px;
        line-height: 34px;
    }

    .tp-sec-content {
        font-size: 18px;
        line-height: 22px;
        margin: 15px 0px;
    }
    
    .tp-sec-one .tp-sec-headline {
        width: 100%;
    }

    .so-col.two .so-col-inner {
        max-width: 580px;
    }

    .st-box-col {
        width: 25%;
        vertical-align: middle;
        margin-top: 5px;
    }

    .tp-sec.tp-sec-two .tp-sec-inner {
        padding: 40px;
    }

    .st-cols {
        margin-left: -20px;
        margin-right: -20px;
    }

    .st-col {
        vertical-align: middle;
    }

    .st-col.one {
        width: 375px;
    }

    .st-col.two {
        width: calc(100% - 375px);
    }

    .st-col-inner {
        padding: 0 20px;
    }

    .st-box {
        max-width: 842px;
        margin-right: 0;
        margin-left: auto;
    }

    .sth-box-headline {
        font-size: 22px;
    }

    .tp-btn {
        width: 217px;
        font-size: 18px;
    }

    .sth-box-inner {
        padding: 30px;
    }

    .sth-box {
        max-width: 530px;
    }

    .sth-cols {
        font-size: 0;
        margin-left: -30px;
        margin-right: -30px;
    }

    .sth-col-inner {
        padding: 0 30px;
    }

    .sf-contact-name {
        font-size: 32px;
        margin: 20px 0;
    }

    .tp-sec.tp-sec-four .tp-sec-inner {
        padding: 45px;
        max-width: 448px;
        margin-left: auto;
        margin-right: auto;
    }

    .tp-sec.tp-sec-four {
        margin-top: 50px;
    }

    .tp-sec-two,
    .st-box,
    .sth-box,
    .tp-sec-four {
        border-radius: 12px;
    }
}

@media (min-width: 1400px) {
    .tp-sec.tp-sec-two .tp-sec-inner {
        padding-left: 60px;
    }

    .tp-sec.tp-sec-three .tp-sec-inner {
        padding-left: 48px;
    }

    .sec-three-img.desktop {
        margin-right: 0;
        margin-left: auto;
    }
}

@media (min-width: 1600px) {
    .tp-hero {
        height: 544px;
    }

    .tp-hero-inner {
        padding-top: 95px;
    }

    .tp-body {
        margin-top: -245px;
    }

    .tp-body-inner {
        padding: 80px 35px;
        box-sizing: initial;
    }

    .st-box-col img {
        transform: scale(1);
    }

    .tp-sec-two {
        margin-top: 50px;
    }
}



























