@media (min-width: 576px) { 
    
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #header-section.front-header {
        background-image: url("/images/_group-3-md.png");
    }

    #header-section .header-right-content h1, #header-section .header-right-content p {
        text-align: left;
    }

    #header-section .header-right-content h1 br {
        content: " ";
        display: none;
    }

    #header-section .btn-try-for-free {
        display: inline-block;
        margin-bottom: 10px;
    }

    #second-section {
        margin-top: 0px;
    }

    #third-section .banner img{
        left: -40px;
    }

    #third-section .card-competent-staff {
        margin-top: 550px;
    }

    #fourth-section .right-banner {
        width: 55%;
    }

    #fourth-section .first-row {
        margin-top: 10px;
    }

    #footer-section {
        min-height: 700px;
        background-image: url("/images/ipad-footer-bg.png");
        padding-top: 150px;
        padding-bottom: 20px;
        margin-top: 100px;
    }

    .features-header {
        min-height: 860px;
    }

    .mt-md-17 {
        margin-top: 170px !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #header-section.front-header {
        min-height: 900px;
        background-image: url("/images/_group-3.png");
        background-size: auto 100%;
    }

    .header-content {
        margin-top: 100px;
    }

    #header-section .header-right-content {
        margin-top: 60px;
    }

    #header-section .header-right-content h1, #header-section .header-right-content p {
        text-align: left;
    }

    #header-section .btn-try-for-free {
        display: inline;
    }

    #third-section .banner {
        position: absolute;
        right: 0px;
        top: 250px;
    }

    #third-section .banner img {
        width: 70%;
        float: right;
        left: 0px;
    }

    #third-section .card-access-everywhere, #third-section .card-competent-staff {
        margin-top: 100px;
    }

    #footer-section {
        min-height: 700px;
        background-image: url("/images/rectangle-7.png");
        padding-top: 300px;
        padding-bottom: 20px;
        margin: 0px;
    }

    #footer-section .footer-block {
        border-bottom: none;    
    }

    #footer-section .nav.flex-column {
        display: block;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  

}