
        
   .section-page-header {
        position: relative;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
   
    .section-page-header:after {
        position: absolute;
        background: url(/media/0p2baumx/pinktriangle.png) no-repeat;
        background-size: 40px 40px;
        background-position: top right;
        content: '';
        width: 60px;
        height: 60px;
        right: 20px;
        top: 40px;
        z-index: 2;
        transform: rotate(0deg);
    }
                    
    .overlay{
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        display: block;
        background: url(/media/fgnfqmag/redtransshapeheader.png) no-repeat;
        background-size: 2600px 1368px;
        background-position: -450px -100px;
        opacity: 0.7;
                overflow: hidden;
    }
        .overlay:after {
            position: absolute;
            background: url(/media/fgnfqmag/redtransshapeheader.png) no-repeat;
            background-size: 100%;
            background-position: top right;
            content: '';
            width: 500px;
            height: 400px;
            right: -420px;
            top: 0px;
            z-index: 2;
        }
    
    .section-page-header {
        padding: 100px 0 15px;
        margin-top: 52px
    }

        .section-page-header h1 {
            font-size: 24px;
            max-width: 75%;
            line-height: 1.1
        }


    @media (min-width: 480px) {
        .section-page-header {
            position: relative;
            background-size: cover;
            background-position: 50% 50%;
            background-repeat: no-repeat;
        }
        .overlay {
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            display: block;
            background: url(/media/fgnfqmag/redtransshapeheader.png) no-repeat;
            background-size: 2600px 1368px;
            background-position: -1000px -100px;
        }
        .overlay:after {
            right: -400px;
        }
          .section-page-header:after {
                position: absolute;
                background: url(/media/0p2baumx/pinktriangle.png) no-repeat;
                background-size: 60px 60px;
                background-position: top right;
                content: '';
                width: 60px;
                height: 60px;
                right: 40px;
                top: 40px;
                z-index: 2;
                transform: rotate(0deg);
            }
            .section-page-header:after {
                width: 120px;
                height: 185px;
                right: 30px;
                bottom:-20px;
                z-index: 30;
            }

            .section-page-header h1 {
                font-size: 28px;
                max-width: 65%
            }
    }

    @media (min-width: 768px) {

        .section-page-header {
            position: relative;
            background-size: cover;
            background-position: 50% 50%;
            background-repeat: no-repeat;
        }

        .section-page-header {
            padding: 130px 0 20px;
            margin-top: 52px;
        }
        
        .overlay{
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            display: block;
            background-size: 2600px 1368px;
            background-position: -1000px -100px;
        }
        
        .overlay:after {
            right: -380px;
        }
        
        .section-page-header:after {
            position: absolute;
            background: url(/media/0p2baumx/pinktriangle.png) no-repeat;
            background-blend-mode: multiply;
            background-position: top right;
            background-size: 80px 80px;
            content: '';
            width: 80px;
            height: 80px;
            right: 80px;
            top: 80px;
            z-index: 2;
            transform: rotate(0deg);
        }
                        
            .section-page-header h1 {
                font-size: 36px;
                max-width: 75%
            }

            .section-page-header:after {
                width: 130px;
                height: 200px;
                right: 30px;
                bottom: -50px;
                z-index: 30;
            }
    }

    @media (min-width: 992px) {
       .section-page-header {
            padding: 180px 0 20px;
            margin-top: 78px;
        }
        .section-page-header {
            position: relative;
            background-size: cover;
            background-position: 50% 50%;
            background-repeat: no-repeat;
        }
        .overlay{
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            display: block;
            background: url(/media/fgnfqmag/redtransshapeheader.png) no-repeat;
            background-size: 2600px 1368px;
            background-position: -900px -100px;
        }
        .overlay:after {
            right: -300px;
        }
       .section-page-header:after {
            position: absolute;
            background: url(/media/0p2baumx/pinktriangle.png) no-repeat;
            background-size: 120px 120px;
            content: '';
            width: 120px;
            height: 120px;
            right: 60px;
            top: 80px;
            z-index: 2;
            transform: rotate(0deg);
        }
    }

    @media (min-width: 1400px) {
        .section-page-header {
            position: relative;
            background-size: cover;
            background-position: 50% 50%;
            background-repeat: no-repeat;
        }

        .section-page-header {
            padding: 200px 0 30px;
            margin-top: 88px;
        }
        .overlay{
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            display: block;
            background: url(/media/fgnfqmag/redtransshapeheader.png) no-repeat;
            background-size: 2600px 1368px;
            background-position: -450px -100px;
        }
        
        .section-page-header h1 {
            font-size: 40px;
            max-width: 90%
        }

        .section-page-header:after {
            width: 130px;
            height: 200px;
            right: 60px;
            bottom: -50px;
            z-index: 30;
        }
    }
        