.vguide-download {
    background-image: linear-gradient(180deg, rgba(12, 38, 65, 0.45), rgba(12, 38, 65, 0.45)), url(https://assets.simpleviewinc.com/simpleview/image/upload/v1/clients/gatlinburgtn/Morton_Overlook_Sunset_II_751f7b10-0ed6-43bf-84d6-ee7e17acd764.jpg);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-size: cover;
    box-shadow: none;
    backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
    height: 570px;
    overflow: hidden;
    padding-top: 35px;
}

@supports ( -webkit-touch-callout : none) {
    .vguide-download {
        background-attachment: scroll
    }
}

@supports not ( -webkit-touch-callout : none) {
    .vguide-download {
        background-attachment: fixed;
    }
}

@media (min-width: 64em) {
    .vguide-download {
        height: 300px;
        flex-direction: row;
        justify-content: center;
        padding-right: 40px;
        padding-left: 60px;
        padding-top: 0;
        overflow: visible;
    }
    
    .vguide-download:after { display: none; }
}
.vguide-download .text-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 400px;
}
@media (min-width: 64em) {
    .vguide-download .text-column {
        width:33%;
        max-width:600px;
    }
}
.vguide-download .text-column h3 {
    margin-top: 0px;
    color: #e9bf60;
    font-size: 26px;
    line-height: 1em;
    text-transform: uppercase;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    width: 100%;
}

.vguide-download .text-column p {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
    line-height: 1.6em;
    margin-bottom: 10px;
    width: 100%;
}
@media (min-width: 64em) {
    .vguide-download .text-column h3 {
        margin-bottom: 10px;
    }
    .vguide-download .text-column p {
        margin-bottom: 20px;
        font-size: 16px;
    }
}
.vguide-download .text-column .download {
    width: auto;
    display: flex;
    align-items: center;
    flex: 0 auto;
    justify-content: space-around;
    border-radius: 4px;
    background-color: #e9bf60;
    padding: 10px 35px 12px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.75);
    transition: border-radius 350ms ease, border-color 350ms ease, color 350ms ease, flex 350ms ease, box-shadow 200ms ease, width 350ms ease, background-color 350ms ease, -webkit-box-flex 350ms ease, -webkit-flex 350ms ease, -ms-flex 350ms ease;
    font-family: Montserrat, sans-serif;
    color: #0c2641;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0px;
    text-transform: capitalize;
    text-decoration: none;
}
@media (min-width: 64em) {
    .vguide-download .text-column .download {
        padding: 15px 35px 17px;
    }
}
.vguide-download .text-column .download:hover {
    background-color: #0c2641;
    color: #e9bf60;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.35);
}

.vguide-download .text-column .download i {
    margin-right: 5px;
    margin-left: 5px;
    line-height: 1em;
}

.vguide-download .img-column {
    position: relative;
    left: auto;
    top: auto;
    right: -2%;
    bottom: 0;
    overflow: hidden;
    max-width: 410px;
        width: 100%;
    height: 350px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.vguide-download .img-column img {
    position: absolute;
    right: 50%;
    bottom: -10%;
    width: 215px;
    transform: rotate(20deg) translateX(50%);
}
@media (min-width: 64em) {
    .vguide-download .img-column img {
        position: absolute;
        right: 60px;
        bottom: -87px;
        width: 300px;
        transform: rotate(20deg) translateX(0);
    }
}

@media (min-width: 64em) {
    .vguide-download .img-column {
        bottom: 8%;
    }
}