.heading_screenshot {
    background-color: #dbdfe2;
    padding-top: 130px;
    margin-top: 2em;
}

@media (min-width: 800px) {
    .heading_screenshot {
        height: 645px;
        margin-top: 6.2em;
    }
}










.landing_screenshot__options {
    text-align: center;
}

.landing_screenshot__option {
    vertical-align: middle;
}

@media (min-width: 480px) {
    .landing_screenshot__option {
        display: inline-block;
        margin: 0 1em;
    }
}


.landing_screenshot__option_vertical_line {
    border-left: 1px solid #c0c7cd;
    display: inline-block;
    height: 125px;
    vertical-align: middle;
}
@media (max-width: 720px) {
    .landing_screenshot__option_vertical_line {
        display: none;
    }
    .landing_screenshot__secondoption {
        margin-top: 50px;
    }
}
        


.landing_screenshot__heading {
    color: #222;
    font-size: 1.51em;
    margin: 0.7em 0em 1em 0em;
    text-align: center;
    font-weight: normal;
}










.landing_screenshot__subheading {
    /*font-size: 0.8em;*/
    font-size: 1em;
    margin: 0.8em 0 1em 0;
    text-align: center;
    font-weight: normal;
}










.landing_screenshot__link {
    background-color: #ffcc01;
    border-radius: 5px;
    color: #161c25;
    display: block;
    font-weight: 800;
    font-size: 13px;
    margin: 0 auto;
    max-width: 70%;
    
    text-align: center;
    text-transform: uppercase;
    /* margin: 0em 1em 0em 1em; */
    transition: background-color 0.3s;
    
    padding: 10px;
    width: 300px;
    
}
.landing_screenshot__link:focus,
.landing_screenshot__link:hover {
    background-color: rgba(255,104,1, 0.8);
    color: #161c25;
    outline: none;
}




.heading_screenshot__images {
    margin: 0 auto;
    margin-top: 50px;
    max-width: 1033px;
    padding-bottom: 15vh;
    position: relative;
}
.heading_screenshot__image--main {
    height: 414px;
    object-fit: fill;
    width: 662px;
}
.heading_screenshot__image--burndown {
    box-shadow: 0 2px 6px 0px #ccc;
    right: 13.8%;
    max-width: 80%;
    position: absolute;
    top: 30px;
}
.heading_screenshot__image--phone {
    border-radius: 32px;
    position: absolute;
    right: 20px;
    top: 84px;
    box-shadow: 0 2px 6px 0px #ccc;
}
.heading_screenshot__image--mobile {
    position: absolute;
    right: 30px;
    top: 127px;
    z-index: 2;
}


.heading_screenshot__app_available {
    color: #222;
    font-size: 1em;
    font-weight: 800;
    margin-top: 10px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    width: 127px;
}


.app_buttons_on_screenshot {
    margin-top: 40px;
    text-align: center;
}


@media (max-width: 1060px) {
    .heading_screenshot__app_available {
        position: static;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 800px) {
    .heading_screenshot__image--main {
        height: auto;
        margin-left: 3%;
        max-width: 90%;
    }
    .heading_screenshot__image--burndown {
        right: 20px;
        top: 90px;
    }
    .heading_screenshot__image--phone {
        border-radius: 23px;
        top: 120px;
        width: 150px;
    }
    .heading_screenshot__image--mobile {
        top: 152px;
        width: 134px;
    }
    .app_buttons_on_screenshot {
        margin-top: 160px;
        position: inherit;
    
    }
    
}

@media (max-width: 480px) {
    .heading_screenshot__images {
        padding-bottom: 20vh;
    }
    .app_buttons_on_screenshot {
        margin-top: 200px;
        
    }
}
@media (max-width: 300px) {
    .app_buttons_on_screenshot {
        margin-top: 260px;   
    }
}