
.about-header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.24), rgba(0, 0, 17, 0.589)), url("images/weldingblog.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    padding: 2rem 0;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-header h1 {
    font-size: 2.5rem;
    color: white;
    margin-bottom: 0.5rem;
}

.about-header p {
    font-size: 1.2rem;
    font-style: italic;
    color: white;
}