/* ========================= Responsive Styles ========================= */
@media only screen and (max-width: 767px) {

    html,
    body {
        overflow-x: hidden;
    }

    .mat-hero {
        width: 100%;
        overflow: hidden;
        grid-template-rows: 1fr auto 1fr auto;
        background-image: url('../../images/hero_section/heroPhone3.jpg'), linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    }

    .mat-hero-welcomeContent {
        width: 75%;
        padding-bottom: 0;
    }

    .mat-hero-welcomeContent h1 {
        font-size: 2.5rem;
        word-spacing: 5px;
    }

    .mat-hero-welcomeContent p {
        word-spacing: 5px;
        font-size: 2rem;
        padding-bottom: 20px;
    }

    .bottom-border {
        width: 35%;
        margin-top: -180px;
    }

    /* ========================= HERO SECTION Middle Link ROW ========================= */
    .mat-hero-middle-link-row {
        justify-content: center;
        align-items: center;
        margin-top: -180px;
    }

    .mat-hero-middle-link-block {
        width: 25%;
        height: 100px;
        margin-bottom: 10px;
    }

    .mat-hero-middle-link-block-hovicon {
        width: 60px;
        height: 60px;
        font-size: 30px;
    }

    .mat-hero-middle-link-block-hovicon i,
    .mat-hero-middle-link-block-hovicon span {
        font-size: 20px;
    }

    .mat-hero-middle-link-block-hovicon span {
        font-size: 13px;
    }

}


@media (min-width: 768px) and (max-width: 1024px) {
    .mat-hero {
        grid-template-rows: 1fr auto 1fr auto;
        background-image: url('../../images/hero_section/tabletBG6.jpg'), linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
        background-blend-mode: overlay;
    }

    .mat-hero-welcomeContent {
        width: 50%;
        padding-bottom: 0;
    }

    .mat-hero-welcomeContent h1 {
        font-size: 5rem;
        word-spacing: 10px;
    }

    .mat-hero-welcomeContent p {
        font-size: 2.2rem;
        padding-bottom: 20px;
        word-spacing: 10px;
    }

    .bottom-border {
        width: 40%;
    }

    /* ========================= HERO SECTION Middle Link ROW ========================= */
    .mat-hero-middle-link-row {
        justify-content: center;
        align-items: center;
    }

    .mat-hero-middle-link-block {
        width: 18%;
        height: 100px;
        margin-bottom: 10px;
    }

    .mat-hero-middle-link-block-hovicon {
        width: 80px;
        height: 80px;
        font-size: 30px;
    }

    .mat-hero-middle-link-block-hovicon i,
    .mat-hero-middle-link-block-hovicon span {
        font-size: 30px;
    }

    .mat-hero-middle-link-block-hovicon span {
        font-size: 15px;
    }

}

@media (min-width: 1025px) and (max-width: 1278px) {
    .mat-hero-welcomeContent {
        width: 40%;
    }

}