/* Mobile */
@media (max-width: 767px){
    br {
        display: none;
    }
    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
        font-size: 30px;
    }

    p, li, a {
        font-weight: 500;
    }

    .home-about h3:before, .home-about .h3:before {
        width: 100px;
        left: 0;
        right: 0;
    }
    
    .home-header p>img {
        width: 25px;
    }

    .home-about {
        padding: 10% 0;
    }

    .second h3:before, .second .h3:before, .dashboard-body h3:before {
        left: 0 !important;
        right: 0 !important;
        border-radius: 10px;
    }

    .dashboard-body {
        padding: 10% 0;
        text-align: center!important;
    }

    .dashboard-body h3, .dashboard-body .h3 {
        padding-top: 10%;
    }

    iframe {
        width: 100%;
        height: 198px;
    }
    
    .footer {
        padding: 10% 0;
        margin-bottom: 4%;
    }

    .footer h4 {
        margin-bottom: 15%;
    }

    .footer p, .footer a {
        margin-bottom: 10px;
    }

    .footer img {
        width: 27px;
        margin-right: 10px;
    }
}

/* Tablet & small screens: */
@media (min-width: 768px) and (max-width: 991px){
    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
        font-size: 30px;
    }

    .home-about, .dashboard-body, .footer {
        padding: 5% 0;
    }

    iframe {
        width: 100%;
        height: 392px;
    }
    
    .footer {
        margin-bottom: 4%;
    }

    .footer img {
        width: 27px;
        margin-right: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    h1, .h1 {
        font-size: 40px;
    }

    h2, .h2 {
        font-size: 30px;
        font-weight: 800;
    }

    .home-about, .dashboard-body, .footer {
        padding: 5% 0;
    }

    .dashboard-body img {
        padding: 0 5%;
    }

    iframe {
        width: 100%;
        height: 482px;
    }
}

/* Laptop: */
@media (min-width: 1199px) and (max-width: 1600px){
    h1 {
        font-size: 40px;
    }

    .home-about, .dashboard-body, .footer {
        padding: 5% 0;
    }

    iframe {
        width: 100%;
        height: 575px;
    }
}

@media (min-width: 1391px) and (max-width: 1439px){
    iframe {
        width: 100%;
        height: 575px;
    }
}

@media (min-width: 1440px) and (max-width: 1600px){
    iframe {
        width: 100%;
        height: 668px;
    }
}