.pattern {
    width: 100%;
    height: 100px; /* Adjust height as needed */
    background-image: url('../../assets/services/P1.svg');
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto 100%;
}

.pattern img {
    display: none; /* Hide the original img tag since we're using background-image */
} 

.employment-row {
    margin-right: 1%;
    margin-top: 1%;
}

.employment-row-content {
    margin-top: 1%;
}

.employment-row-content-title {
    text-decoration: underline;
    text-underline-offset: 12px;
    text-decoration-color: #BB9661;
    margin-bottom: 15px;
}



