﻿.auto .template-header {
    padding: 0 30px;
}
    .auto .template-header .template-header-copy {
        position: relative;
        margin-top: 60px;
    }
        .auto .template-header .template-header-copy .btn,
        .auto .template-header .template-header-copy .btn.dual.btn-2 {
            position: absolute;
            bottom: 0;
            right: 0;
        }
        .auto .template-header .template-header-copy .btn.dual.btn-1 {
            position: absolute;
            bottom: 50px;
            right: 0;
        }
    .auto .template-header .template-header-copy h1 {
        margin: -10px 0;
    }
    .auto .template-header .template-header-copy h4:not(:first-child) {
        margin-top: 20px;
    }
    .auto .template-header .template-header-copy p {
        margin-top: 30px;
    }
    .auto .template-header .template-header-image.big-header {
        width: 1400px;
        position: relative;
        left: calc(50% - 700px);
    }

    .auto .template-header.image-full-grid {
        padding: 0;
    }
    .auto .template-header.image-full-grid .template-header-copy {
        margin: 0 60px 0 60px;
    }
    .auto .template-header.image-full-grid .template-header-image {
        margin-bottom: 60px;
    }

@media (max-width: 1400px) {
    .auto .template-header .template-header-image.big-header {
        left: calc(50% - 600px);
        width: 1200px;
    }
}

@media (max-width: 1200px) {
    .auto .template-header .template-header-image.big-header {
        left: calc(50% - 550px);
        width: 1100px;
    }
}

@media (max-width: 1100px) {
    .auto .template-header .template-header-image.big-header {
        left: calc(50% - 512px);
        width: 1024px;
    }
}

@media (max-width: 1023px) {
    .auto .template-header .template-header-image.big-header {
        left: 0;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .auto .template-header {
        margin-top: 20px;
        padding: 0;
    }
        .auto .template-header .template-header-image img {
            width: 100%;
        }
        .auto .template-header .template-header-copy {
            margin-top: 20px;
        }
            .auto .template-header .template-header-copy h1 {
                margin: -5px 0;
            }
            .auto .template-header .template-header-copy h4:not(:first-child) {
                margin-top: 10px;
            }
            .auto .template-header .template-header-copy .btn {
                position: relative;
                margin: 40px 15px 0 15px;
                width: calc(100% - 30px);
            }
            .auto .template-header .template-header-copy .btn.dual.btn-2 {
                position: relative;
                margin: 10px 15px 0 15px;
                width: calc(100% - 30px);
            }
            .auto .template-header .template-header-copy .btn.dual.btn-1 {
                position: relative;
                width: calc(100% - 30px);
                margin: 20px 15px 0 15px;
                bottom: 0;
            }
            .auto .template-header .template-header-copy p {
                margin-top: 20px;
            }
    .auto .template-header.image-full-grid .template-header-copy {
        margin: 25px 20px 0 20px;
    }
    .auto .template-header.image-full-grid .template-header-image {
        margin-bottom: 0;
    }
}