﻿.section_1 h3 {
    font-family:microgramma-extended,Sans Serif;
    text-transform: uppercase;
    font-weight:700;
}
.section_2 h3 {
    font-family: microgramma-extended,Sans Serif;
    text-transform: uppercase;
    font-weight: 700;
}

@media (min-width: 821px) {
    .hero_container {
        position: relative;
        background: url('/images/customer-portal/hero-img-customer-portal-wide.jpg') no-repeat;
        background-position: center;
        background-size: cover;
        height: 40vh;
    }

        .hero_container .hero_text {
            position: absolute;
            text-align: center;
            top: 50%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -50%);
        }

            .hero_container .hero_text img {
                width: 95%;
                margin-bottom: 1rem;
            }

            .hero_container .hero_text h1 {
                color: #fff;
                font-size: 2rem;
            }


    .section_1, .section_2 {
        padding: 3.5rem 2rem;
    }

        .section_1 h2, .section_2 h2 {
            font-weight: 600;
            font-size: 2.25rem;
        }

        .section_1 a img, .section_2 a img {
            transition: .2s;
            max-width: 125px;
            width: 100%;
        }

            .section_1 a img:hover, .section_2 a img:hover {
                transform: rotate(10deg);
            }

        .section_1 a span, .section_2 a span {
            font-size: 22px;
            color: #000;
        }


    .section_3 {
        padding: 2rem 2rem 4rem;
    }

        .section_3 img {
            width: 100%;
            max-width: 500px;
            border-radius: 15px;
        }

        .section_3 p, .section_3 a {
            font-size: 22px;
            max-width: 350px;
        }

        .section_3 .position-relative .sub_text {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -50%);
        }

            .section_3 .position-relative .sub_text a span {
                margin-left: 5px;
                transition: .2s;
            }

            .section_3 .position-relative .sub_text a:hover span {
                margin-left: 15px;
            }


    /* Divider */
    .divider {
        width: 90%;
        max-width: 1200px;
        margin: 2rem 0 1rem;
    }
}

@media (min-width: 500px) and (max-width: 820px) {
    .hero_container {
        position: relative;
        background: url('/images/customer-portal/hero-img-customer-portal-wide.jpg') no-repeat;
        background-position: center;
        background-size: cover;
        height: 40vh;
    }

        .hero_container .hero_text {
            position: absolute;
            text-align: center;
            top: 50%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -50%);
        }

            .hero_container .hero_text img {
                width: 85%;
                margin-bottom: 1rem;
            }

            .hero_container .hero_text h1 {
                color: #fff;
                font-size: 1.8rem;
            }


    .section_1, .section_2 {
        padding: 2rem;
    }

        .section_1 h2, .section_2 h2 {
            font-weight: 600;
            font-size: 2rem;
        }

        .section_1 a img, .section_2 a img {
            max-width: 100px;
            width: 100%;
        }

        .section_1 a span, .section_2 a span {
            font-size: 22px;
            color: #000;
        }


    .section_3 {
        padding: 2rem 2rem 4rem;
    }

        .section_3 img {
            width: 100%;
            max-width: 500px;
            border-radius: 15px;
        }

        .section_3 h3 {
            font-size: 30px;
            font-weight: 600;
        }

        .section_3 p {
            font-size: 24px;
            margin: 0 auto 10px;
        }

        .section_3 a {
            font-size: 20px;
        }

        .section_3 .position-relative .sub_text {
            text-align: center;
        }


    /* Divider */
    .divider {
        width: 90%;
        max-width: 1200px;
        margin: 2rem 0 1rem;
    }
}

@media (max-width: 499px) {
    .hero_container {
        position: relative;
        background: url('/images/customer-portal/hero-img-customer-portal-wide.jpg') no-repeat;
        background-position: center;
        background-size: cover;
        height: 60vh;
    }

        .hero_container .hero_text {
            position: absolute;
            text-align: center;
            top: 40%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -40%);
        }

            .hero_container .hero_text img {
                width: 75%;
                margin-bottom: 1rem;
            }

            .hero_container .hero_text h1 {
                color: #fff;
                font-size: 1.8rem;
            }


    .section_1, .section_2 {
        padding: 2rem;
    }

        .section_1 h2, .section_2 h2 {
            font-weight: 600;
            font-size: 2rem;
        }

        .section_1 a img, .section_2 a img {
            max-width: 80px;
            width: 100%;
        }

        .section_1 a span, .section_2 a span {
            display: inline-block;
            margin-bottom: 1rem;
            font-size: 20px;
            color: #000;
        }


    .section_3 {
        padding: 0 2rem 4rem;
    }

        .section_3 img {
            width: 100%;
            max-width: 500px;
            border-radius: 15px;
        }

        .section_3 h3 {
            font-size: 27px;
            font-weight: 600;
        }

        .section_3 p {
            font-size: 21px;
            margin: 0 auto 10px;
        }

        .section_3 a {
            font-size: 18px;
        }

        .section_3 .position-relative .sub_text {
            text-align: center;
        }


    /* Divider */
    .divider {
        width: 95%;
        margin: 2rem 0 1rem;
    }
}