/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 12 2026 | 12:18:11 */
.faqs_last_row{
	position: relative;
	overflow: hidden;
}

.faqs_last_row:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/wp-content/uploads/2025/11/Industries-Animated-Line-4.svg);
    height: 100%;
    width: 330px;
    z-index: 10;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.pay_and_benefit_row{
	position: relative;
}

.pay_and_benefit_row:before{
    content: "";
    position: absolute;
    bottom: -15%;
    right: 0;
    background: url(/wp-content/uploads/2025/11/QA-Animated-Line-2.svg);
    height: 100%;
    width: 200px;
    z-index: 10;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.assignments_row{
	position: relative;
}

.assignments_row:before{
    content: "";
    position: absolute;
    top: -6%;
    left: 0;
    background: url(/wp-content/uploads/2025/11/QA-Animated-Line-1.svg);
    height: 100%;
    width: 340px;
    z-index: 10;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}