section.header {
                        height: 350px;
                }

		.blue-block-inner.right {
			text-align: right;
		}

                .header-section .white-overlay {
                        height: 350px;
                }

                section.header::after {
                        height: 350px;
                }

                .header-block-middle {
                        padding-top: 140px;
                }

                .header-block-middle-white-overlay {
                        padding-top: 140px;
                }

                p.header-text {
                        color: black;
                        font-size: 70px;
                        font-weight: bold;
                        line-height: 70px;
                        text-transform: uppercase;
                        /* text-align: center; */
                        margin-bottom: 0;
                }

                p.header-text::before {
                        content: "_";
                }
                p.header-text::after {
                        content: ".";
                }

                @media (max-width: 1023px) {
			.blue-block-inner.right {
				text-align: left;
			}

			p.header-text {
				font-size: 3rem;
			}
                        .header-block-middle-white-overlay {
                                padding-top: 0;
			}

			section.header {
			    height: 30%;
			}
			section.header::after {
				height: 30%;
			}

			.header-section {
				overflow: hidden;
			}

			.header-section .white-overlay {
				height: auto;
			}
                }
