.dl_btn_orange {
    display: inline-block;
    padding: 8px 16px;
    text-align: center;
    background: #F58626;
    border-radius: 4px;
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
    /* identical to box height */
    color: #FFFFFF;
    cursor: pointer;
}
.dl_btn_orange:hover {
    box-shadow: 0px 0px 25px rgba(253, 161, 81, 0.75);
}
.diana_landing_footer_block {
    position: relative;
    min-height: 700px;
}
.diana_landing_footer_block .dlft_absolute {
    position: absolute;
    max-width: 1300px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.diana_landing_footer_block .dlft_absolute .dlft_title {
    font-weight: 300;
    font-size: 36px;
    line-height: 46px;
    /* identical to box height, or 128% */
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 250px;
}
.diana_landing_footer_block .dlft_absolute .dlft_main_text {
    font-weight: 600;
    font-size: 48px;
    line-height: 75px;
    /* or 156% */
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin-bottom: 195px;
}
.diana_landing_footer_block .dlft_absolute .dlft_btn {
    display: inline-block;
    padding: 8px 16px;
    text-align: center;
    background: #F58626;
    border-radius: 4px;
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
    /* identical to box height */
    color: #FFFFFF;
    cursor: pointer;
}
.diana_landing_footer_block .dlft_absolute .dlft_btn:hover {
    box-shadow: 0px 0px 25px rgba(253, 161, 81, 0.75);
}
@media screen and (min-width: 10px) and (max-width: 1000px) {
    .diana_landing_footer_block .dlft_absolute .dlft_title {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 260px;
    }
}
@media screen and (min-width: 10px) and (max-width: 700px) {
    .diana_landing_footer_block .dlft_absolute .dlft_title {
        font-size: 30px;
        line-height: 36px;
    }
    .diana_landing_footer_block .dlft_absolute .dlft_main_text {
        width: 90%;
        margin: 0 auto;
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 195px;
    }
}
@media screen and (min-width: 10px) and (max-width: 500px) {
    .dlft_bg {
        height: 700px!important;
    }
    .diana_landing_footer_block .dlft_absolute .dlft_title {
        margin-bottom: 90px;
    }
    .diana_landing_footer_block .dlft_absolute .dlft_main_text {
        width: 90%;
        margin: 0 auto;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 95px;
    }
}
/*# sourceMappingURL=style.css.map */