.intro-text {
    padding: 80px 0;
    background-color: #f7f7f7;
    background-image: var(--bg-intro-text);
    background-size: cover;
    background-blend-mode: overlay;
    text-align: center;
    margin-top: 15px;
}

.intro-text h2 {
    color: #0a3148;
}

.intro-text p {
    max-width: 800px;
    margin: 20px auto 0 auto;
}