:root {
    --agi-royal-blue: #081f45;
    --agi-aqua-spring: #ebf7f5;
    --agi-crimson: #d0dddf;
    --agi-red: #ff0000;
    --agi-gray-white: #e9eaeb;
    --agi-blue-border: #5583d3;

    --inter: "Inter", sans-serif;
    --libre: "Libre Baskerville", serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}


html {
    font-size: 0.688rem;
}

body {
    font-family: var(--inter);
    color: var(--agi-royal-blue);
    background: var(--agi-gray-white);
    overflow-x: hidden;
}

.cursive-font {
    font-family: var(--libre);
    font-weight: 500;
}

.max-width {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    width: 100%;
    margin: auto;
}

.text-aqua {
    color: var(--agi-aqua-spring);
}

.default-btn {
    border-width: 2px;
    border-style: solid;
    border-radius: 1.875rem;
    padding: 0.35rem 1rem;
    text-transform: uppercase;
    text-decoration: none;
}

.blue-border-btn {
    border-color: var(--agi-blue-border);
    color: var(--agi-aqua-spring);
    font-size: 1.1rem;
    align-content: center;
    transition: all 0.4s;
    padding: 8px 17px;
}

.blue-border-btn:hover {
    background: var(--agi-blue-border);
    color: var(--agi-royal-blue);
}

.red-border-btn {
    border-color: var(--agi-red);
    color: var(--agi-royal-blue);
    font-size: 1rem;
    min-height: 42.19px;
    align-content: center;
    letter-spacing: 1px;
    font-weight: 300;
    padding: 0.5rem 1.85rem;
    transition: all 0.4s;
}

.red-border-btn:hover {
    background: var(--agi-red);
    color: var(--agi-aqua-spring);
}

nav .top a i {
    color: var(--agi-red);
    font-size: 1.125rem;
}

nav {
    background: var(--agi-royal-blue);
    padding: 0.9rem 0;
}

.navbar-brand img {
    height: 30px;
}

.hero {
    background: var(--agi-aqua-spring);
    background: linear-gradient(
        90deg,
        var(--agi-aqua-spring),
        var(--agi-crimson)
    );
    position: relative;
    overflow: hidden;
    padding: 5rem 0 3rem;
    min-height: 500px;
}

.hero::after {
    content: "";
    position: absolute;
    width: 286px;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url("/images/hero-img.webp");
    background-size: auto 144%;
    background-repeat: no-repeat;
    background-position: 0 15%;
    opacity: 0.25;
}

 .hero .left {
    width: calc(100% - 80px);
    z-index: 2;
}

.blue-line {
    border-color: var(--agi-blue-border);
    opacity: 1;
}

.hero h1 {
    font-size: 2.2rem;
    font-weight: bold;
}

.hero h2 {
    font-family: var(--libre);
    font-style: italic;
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.hero p {
    font-size: 1.2rem;
    line-height: 1.25;
}

/* Quick Icons Section */
.quick-icons {
    background: #fff;
}

.quick-icons img {
    height: 50px !important;
    margin-bottom: 0.75rem;
}

.quick-icons .col-6:nth-child(3).mb-5,
.quick-icons .col-6:nth-child(4).mb-5 {
    margin-bottom: 0 !important;
}

/* Blue Sections */
.blue-section {
    background: var(--agi-royal-blue);
    color: var(--agi-aqua-spring);
}

.blue-section .left-desc {
    font-size: 1.25rem;
    padding-right: 2rem;
    line-height: 1.3;
    font-weight: 300;
}

.blue-section .left-desc br,
.section-title br {
    display: none;
}

.cursive-title {
    font-style: italic;
    font-size: 1.85rem;
    padding-right: 2rem;
    line-height: 1.45;
    font-family: var(--libre);
    font-weight: 500;
}

.workforce-partner .cursive-title,
.workforce-with-confidence .cursive-title {
    text-wrap: balance;
}

/* About Section */
.about-info {
    background: #fff;
}

.about-info .left {
    background: var(--agi-aqua-spring);
    padding: 2rem 2.5rem 9rem 0;
    align-content: center;
}

.about-info .red-bullet {
    text-transform: uppercase;
    padding-left: 35px;
    margin: 2rem 0;
    font-size: 1.25rem;
}

.about-info .red-bullet::before {
    width: 16px;
    height: 16px;
    top: 2px;
}

.red-bullet {
    list-style-type: none;
    position: relative;
    letter-spacing: 1.5px;
}

.red-bullet::before {
    content: "";
    position: absolute;
    left: 0;
    background: var(--agi-red);
    border-radius: 50%;
}

.about-info .right {
    position: relative;
    padding-right: 0;
}

.about-info .right::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: -0;
    width: 400px;
    height: 100%;
    background-image: url("/images/AGI_Manpower_GreenIcons.svg");
    background-size: auto 160%;
    background-repeat: no-repeat;
    background-position: top right;
}

.about-info .right img {
    margin-top: -115px;
    margin-left: 0;
    width: 360px;
    z-index: 2;
    position: relative;
}

.staffing-services .main-desc {
    font-size: 1.5rem;
    line-height: 1.3;
}

.staffing-services .services-card {
    background: var(--agi-aqua-spring);
    padding: 3rem 2rem;
    height: 100%;
}

.staffing-services .services-card h5 {
    font-size: 1.4rem;
}

.staffing-services .services-card p {
    font-size: 1.25rem;
    line-height: 1.25;
}

/* Solutions Card */
.solution-card .red-bullet {
    padding-left: 22px;
    margin: 0.25rem;
    font-size: 1.4rem;
    font-weight: 300;
}

.solution-card .red-bullet::before {
    width: 6px;
    height: 6px;
    top: 7.5px;
}

.solution-card {
    padding: 1.5rem;
    height: 100%;
    align-content: center;
    min-height: 210px;
}

.solutions .content:nth-child(2n+1) .solution-card {
    background: var(--agi-royal-blue);
    color: var(--agi-aqua-spring);
}

.solutions .content:nth-child(2n+2) .solution-card {
    background: var(--agi-aqua-spring);
    color: var(--agi-royal-blue);
}

.solution-card h3 {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.4;
}

/* workforce Partner */
.workforce-partner .left {
    padding: 3rem 3rem 3rem 1.75rem;
    background: var(--agi-aqua-spring);
}

.section-title {
    font-size: 2.1rem;
    font-weight: bold;
}

.workforce-partner .right {
    background-image: url("/images/AGI_Manpower_Philippines7.webp");
    background-size: cover;
    min-height: 250px;
}

.workforce-card {
    background: var(--agi-aqua-spring);
    height: 100%;
    text-align: center;
    padding: 1.5rem;
    min-height: 200px;
    align-content: center;
    position: relative;
}

.workforce-card::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    right: 15px;
    top: 15px;
    background: var(--agi-red);
    border-radius: 50%;
}

.workforce-card span,
.trusted-workforce span {
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.workforce-card p,
.trusted-workforce p {
    font-size: 1.4rem;
    line-height: 1.2;
    text-wrap: balance;
}

p br {
    display: none;
}

.workforce-info .content {
    border-right: 1px solid var(--agi-blue-border);
    border-bottom: 1px solid var(--agi-blue-border);
    padding: 8px;
}

.workforce-info .content:nth-child(1n) {
    border-right: none;
    padding-right: 0;
    padding-left: 0;
}

.workforce-info .content:last-child {
    border-bottom: none;
}

.trusted-workforce {
    background-color: var(--agi-royal-blue);
}

.trusted-workforce .number {
    color: var(--agi-red);
    font-size: 2.188rem;
    font-weight: bold;
}

/* Workforce with Confidence */
.workforce-with-confidence {
    background-color: var(--agi-aqua-spring);
}

.workforce-with-confidence .confidence-card {
    min-height: 100px;
    background: #fff;
    font-weight: bold;
    align-content: center;
    text-align: center;
    padding: 1rem;
    font-size: 1.188rem;
    line-height: 1.2;
}

.red-pill {
    position: absolute;
    top: -22px;
    background: var(--agi-red);
    border-color: var(--agi-red);
    color: var(--agi-aqua-spring);
    font-size: 1.188rem;
    letter-spacing: 1px;
    font-weight: 300;
    padding: 0.5rem 1.5rem;
    border-radius: 1.875rem;
    text-decoration: none;
    min-height: 44px;
    align-content: center;
    z-index: 2;
    line-height: 1;
    transition: all 0.4s;
}

.red-pill:hover {
    transform: translateY(-5px);
}

.start-career h2,
.get-in-touch h2,
.trusted-workforce h2 {
    width: fit-content;
}

hr {
    border-top: 2px solid var(--agi-blue-border);
}

.start-career .red-bullet {
    padding-left: 29px;
    margin: 0.25rem;
    font-size: 1.625rem;
}

.start-career .red-bullet::before {
    width: 8px;
    height: 8px;
    top: 15px;
}

.career-container {
    background: linear-gradient(270deg, #f4f3ef, #fbfbf9);
    position: relative;
}

.career-container::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    content: "";
    height: 100%;
    background: url("/images/AGI_Manpower_Shape_BlueOutline.svg");    
    background-size: 100% 211%;
    background-position: 0 36%;
    background-repeat: no-repeat;
}

.career-container img {
    margin-top: -25px;
    margin-left: -19%;
    z-index: 2;
    position: relative;
    width: 420px;
}

.compliant-ethical .bottom {
    background: var(--agi-aqua-spring);
    padding: 4rem 2rem;
}

.compliant-ethical .bottom .content {
    padding: 0 1rem;
}

.compliant-ethical .bottom .row::before {
    content: "";
    position: absolute;
    height: 80%;
    width: 3px;
    background: var(--agi-blue-border);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.compliant-ethical .compliant-card {
    background: #fff;
    border: 3px solid var(--agi-blue-border);
    text-align: center;
    font-size: 1.438rem;
    line-height: 1.2;
    padding: 2.5rem 2rem;
    color: var(--agi-royal-blue);
    position: relative;
    z-index: 2;
}

.launching::after,
.launching::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
}

.launching::after {
    right: 0;
    width: 80%;
    background:
        url("/images/AGI_Manpower_Philippines5.webp"), var(--agi-gray-white);
    background-size: cover;
    background-repeat: no-repeat;
}

.launching::before {
    left: 0;
    width: 90%;
    background-image: linear-gradient(
        90deg,
        var(--agi-gray-white) 0%,
        var(--agi-gray-white) 60%,
        #f3242400
    );
    z-index: 1;
}

.launching .max-width {
    z-index: 2;
}

.launching hr {
    width: 65%;
}

.get-in-touch {
    background-image: url("/images/AGI_Manpower_Philippines6.webp");
    background-size: cover;
    background-position: 52% 50%;
}

.get-in-touch::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255, 0.75);
}

.get-in-touch .content {
    min-height: 350px;
    align-content: center;
    position: relative;
    z-index: 1;
}

.get-in-touch h2 {
    position: relative;
    z-index: 1;    
}

.get-in-touch .content .address {
    max-width: 600px;
    margin: auto;
    text-wrap: balance;
}

.get-in-touch .content p {
    font-size: 1.25rem;
    letter-spacing: 1px;
    line-height: 1.2;
}

footer {
    background: var(--agi-royal-blue);
    color: var(--agi-aqua-spring);
}

footer img {
    height: 60px;
}

footer p {
    font-size: 1.188rem;
    font-weight: 200;
    line-height: 1.2;
    padding-right: 4rem;
    letter-spacing: 1px;
}

@media (min-width: 576px) {
    html {
        font-size: 0.75rem;
    }

    .blue-border-btn {
        font-size: 1rem;
        min-height: 42.19px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-brand img {
        height: 35px;
    }

    .hero {
        padding: 5rem 0 3rem;
        min-height: 400px;
    }

    .hero::after {
        background-size: auto 143%;
        opacity: 1;
    }

    .hero .left {
        width: calc(100% - 200px);
    }

    .cursive-title {
        font-size: 1.9rem;
        padding-right: 5rem;
    }

    .blue-section .left-desc {
        padding-right: 4rem;
    }

    .about-info .right img {
        width: 430px;
    }

    .about-info .left {
        padding: 2rem 3.5rem 9rem 0;
    }

    .about-info .right::before {
        width: 500px;
    }

    .staffing-services .content:nth-child(5) .services-card {
        padding: 3rem 5rem;
    }

    .solutions .content:nth-child(4n+1) .solution-card,
    .solutions .content:nth-child(4n+2) .solution-card {
        background: var(--agi-royal-blue);
        color: var(--agi-aqua-spring);
    }

    .solutions .content:nth-child(4n+3) .solution-card,
    .solutions .content:nth-child(4n+4) .solution-card {
        background: var(--agi-aqua-spring);
        color: var(--agi-royal-blue);
    }

    .solution-card .red-bullet {
        padding-left: 22px;
        margin: 0.25rem;
        font-size: 1.35rem;
    }

    .solution-card {
        padding: 1.5rem;
        min-height: 210px;
    }

    .solution-card .red-bullet::before {
        top: 9.5px;
    }

    .workforce-info .content:nth-child(2n) {
        border-right: none !important;
        padding-right: 0 !important;
        padding-left: 8px !important;
    }

    .workforce-info .content:nth-child(1n) {
        border-right: 1px solid var(--agi-blue-border);
        padding-right: 8px;
    }

    .workforce-info .content:nth-child(2n + 1) {
       padding-left: 0;
    }

    .workforce-info .content:nth-child(-n + 2) {
        padding-top: 0;
    }

    .workforce-info .content:nth-last-child(1) {
        padding-right: 0;
        border-right: none;
        border-bottom: none;
    }

    .workforce-card span, 
    .trusted-workforce span {
        font-size: 1.4rem;
    }

    .workforce-card p, 
    .trusted-workforce p {
        font-size: 1.25rem;
    }

    .career-container::after {
         width: 100%;
        background-size: 94% 182%;
        background-position: 94% 33%;
    }
    
    .launching::before {
        width: 80%;
    }

    .get-in-touch {
        background-position: 40% 50%;
    }

    .get-in-touch .content {
        min-height: 380px;
    }

    .get-in-touch::before {
        background: rgb(255, 255, 255, 0);
    }

    .red-pill {
        padding: 0.5rem 2.5rem;
    } 

    .workforce-partner .right {
        min-height: 400px;
    }

    .career-container img {
        margin-left: 3%;
    }

    .section-title br {
        display: inline;
    }
}

@media (min-width: 768px) {
    .navbar-brand img {
        height: 40px;
    }

    .hero {
        min-height: 500px;
    }

    .hero::after {
        width: 350px;
    }

    .hero .left {
        width: calc(100% - 320px);
    }

    .cursive-title {
        font-size: 2rem;
        padding-right: 10rem;
    }

    .section-title {
        font-size: 2.5rem;
    }

    .blue-section .left-desc {
        font-size: 1.35rem;
        padding-right: 10rem;
    }

    .about-info .right img {
        width: 500px;
    }

    .about-info .red-bullet {
        padding-left: 43px;
    }

    .staffing-services .services-card h5 {
        font-size: 1.5rem;
    }

    .staffing-services .services-card p {
        font-size: 1.35rem;
    }

    .workforce-partner .right {
        min-height: 500px;
    }

    .workforce-card span, 
    .trusted-workforce span {
        font-size: 1.45rem;
    }

    .workforce-card p, 
    .trusted-workforce p {
        font-size: 1.3rem;
    }

    .workforce-card::before {
        width: 20px;
        height: 20px;
    }

    .workforce-card {
        padding: 1.5rem 2.5rem;
        min-height: 230px;
    }

    .career-container img {
        width: 600px;
        margin-left: 6%;
    }

    .career-container::after {
        width: 100%;
        background-size: 103% 183%;
        background-position: 94% 33%;
    }

    .compliant-ethical .compliant-card {
        font-size: 1.2rem;
        padding: 3.5rem 2rem;
    }

    .compliant-ethical .bottom .row::before {
        width: 80%;
        height: 3px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .get-in-touch {
        background-position: 46% 50%;
    }

    .get-in-touch .content {
        min-height: 400px;
    }

    footer img {
        height: 75px;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 0.875rem;
    }

    .blue-border-btn {
        font-size: 0.875rem;
    }

    .max-width {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .workforce-partner .left {
        padding: 3rem 3rem 3rem 2.5rem;
    }

    .hero {
        min-height: 550px;
    }

    .hero::after {
        width: 530px;
        background-size: auto 165%;
        background-position: 0 15%;
    }

    .hero .left {
        width: calc(100% - 500px);
    }

    .quick-icons img {
        height: 65px !important;
        margin-bottom: 0.75rem;
    }

    .cursive-title {
        padding-right: 3rem;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .blue-section .left-desc {
        font-size: 1.3rem;
        padding-right: 5rem;
    }

    .about-info .right img {
        margin-top: -50px;
        margin-left: -100px;
        width: 580px;
    }

    .about-info .left {
        padding: 5rem 3.5rem 5rem 0;
    }

    .about-info .red-bullet {
        margin: 2.75rem 0;
    }

    .about-info .right::before {
        background-size: contain;
    }

    .about-info .red-bullet::before {
        width: 18px;
        height: 18px;
        top: 4px;
    }

    .staffing-services .services-card h5 {
        font-size: 1.3rem;
    }

    .staffing-services .services-card p {
        font-size: 1.28rem;
    }

    .staffing-services .content:nth-child(4) .services-card,
    .staffing-services .content:nth-child(5) .services-card {
        padding: 3rem 5rem;
    }

    .solutions .content:nth-child(6n+1) .solution-card,
    .solutions .content:nth-child(6n+2) .solution-card,
    .solutions .content:nth-child(6n+3) .solution-card {
        background: var(--agi-royal-blue);
        color: var(--agi-aqua-spring);
    }

    .solutions .content:nth-child(6n+4) .solution-card,
    .solutions .content:nth-child(6n+5) .solution-card,
    .solutions .content:nth-child(6n+6) .solution-card {
        background: var(--agi-aqua-spring);
        color: var(--agi-royal-blue);
    }

    .solution-card {
        min-height: 290px;
    }

    .solution-card h3 {
        font-size: 1.4rem;
    }

    .solution-card .red-bullet {
        padding-left: 29px;
        font-size: 1.25rem;
    }

    .workforce-info .content:nth-child(2n) {
        border-right: 1px solid var(--agi-blue-border) !important;
        padding-right: 8px !important;
    }

    .workforce-info .content:nth-child(3n),
    .workforce-info .content:nth-child(3n + 3) {
        border-right: none !important;
        padding-right: 0 !important;
    }  

    .workforce-info .content:nth-child(3n + 1) {
        padding-left: 0 !important;
    }

    .workforce-info .content:nth-child(2n + 1) {
       padding-left: 8px;
    }

    .workforce-info .content:nth-child(-n + 3) {
        padding-top: 0;
    }

    .workforce-info .content:nth-last-child(-n + 3) {
        border-bottom: none;
        padding-bottom: 0;
    }

    .workforce-info .content:nth-child(3n + 1) {
        padding-left: 0;
    }

    .workforce-card span, 
    .trusted-workforce span {
        font-size: 1.3rem;
    }

    .workforce-card p, 
    .trusted-workforce p {
        font-size: 1.2rem;
    }

    .red-pill {
        top: -25px;
        min-height: 50px;
    }

    .career-container img {
        margin-top: -127px;
        margin-left: -165px;
        width: 640px;
    }

    .career-container::after {
        width: 750px;
        background-size: 94% 129%;
        background-position: 292% 33%;
    }

    .compliant-ethical .bottom .content {
        padding: 0 2rem;
    }

    .get-in-touch {
        background-position: 37% 50%;
    }

    .get-in-touch .content {
        min-height: 500px;
    }
}

@media (min-width: 1100px) {
    .hero::after {
        width: 564px;
        background-size: auto 165%;
        background-position: 0 15%;
    }

    .career-container::after {
        width: 900px;
        background-size: 94% 129%;
        background-position: 292% 33%;
    }
}

@media (min-width: 1200px) {
    .navbar-brand img {
        height: 50px;
    }

    .hero::after {
        width: 543px;
        background-size: auto 161%;
    }

    .hero .left {
        width: calc(100% - 490px);
    }

    .hero h1 {
        font-size: 2.6rem;
    }

    .hero h2 {
        font-size: 2.4rem;
    }

    .hero p {
        font-size: 1.3rem;
    }

    .cursive-title {
        font-size: 2.5rem;
    }

    .section-title {
        font-size: 2.6rem;
    }

    .blue-section .left-desc {
        font-size: 1.5rem;        
        padding-right: 5rem;
    }

    .about-info .right::before {
        width: 590px;
    }

    .about-info .right img {
        margin-left: -63px;
        width: 630px;
    }

    .staffing-services .main-desc {
        font-size: 1.5rem;
    }

    .solution-card h3 {
        font-size: 1.45rem;
    }

    .solution-card .red-bullet {
        padding-left: 29px;
        font-size: 1.3rem;
    }

    .solution-card {
        padding: 2rem;
        min-height: 300px;
    }

    .solution-card .red-bullet::before {
        width: 8px;
        height: 8px;
    }

    .workforce-card span, .trusted-workforce span {
        font-size: 1.4rem;
    }

    .workforce-card p, 
    .trusted-workforce p {
        font-size: 1.25rem;
    }

    .workforce-card::before {
        width: 28px;
        height: 28px;
    }

    .workforce-card {
        padding: 2.5rem;
        min-height: 250px;
    }

    .workforce-with-confidence .confidence-card {
        min-height: 180px;
    }

    .career-container img {
        margin-top: -140px;
        margin-left: -196px;
        width: 750px;
    }

    .career-container::after {
        width: 900px;
        background-size: 97% 128%;
        background-position: 298% 33%;
    }

    .compliant-ethical .compliant-card {
        font-size: 1.438rem;
    }

    .launching::before {
        width: 60%;
    }

    .get-in-touch {
        background-position: top center;
    }
}

@media (min-width: 1300px) {
    .career-container::after {
        width: 1050px;
        background-size: 97% 128%;
        background-position: 298% 33%;
    }
}

@media (min-width: 1400px) {
    html {
        font-size: 1rem;
    }

    .max-width {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .workforce-partner .left {
        padding: 3rem 3rem 3rem 4rem;
    }

    .hero {
        min-height: 650px;
    }

    .hero::after {
        width: 645px;
        background-size: auto 162%;
        background-position: 0 18%;
    }

    .hero .left {
        width: calc(100% - 580px);
    }

    .about-info .right img {
        width: 700px;
    }

    .about-info .red-bullet::before {
        width: 22px;
        height: 22px;
    }

    .staffing-services .services-card h5 {
        font-size: 1.38rem;
    }

    .staffing-services .services-card p {
        font-size: 1.35rem;
    }

    .solution-card h3 {
        font-size: 1.5rem;
    }

    .solution-card {
        padding: 2rem 2.5rem;
        min-height: 338px;
    }

    .solution-card .red-bullet::before {
        top: 11px;
    }

    .workforce-card span, 
    .trusted-workforce span {
        font-size: 1.25rem;
    }

    .workforce-card p, 
    .trusted-workforce p {
        font-size: 1.156rem;
    }

    .trusted-workforce .row {
        padding: 0 9rem;
    }

    .workforce-with-confidence .confidence-card {
        min-height: 220px;
    }

    .career-container img {
        margin-top: -170px;
        width: 900px;
    }

    .career-container::after {
        width: 1050px;
        background-size: 96% 139%;
        background-position: 236% 33%;
    }
}

@media (min-width: 1500px) {
    .career-container::after {
        width: 1150px;
        background-size: 96% 139%;
        background-position: 236% 33%;
    }

    .blue-section .left-desc br {
        display: inline;
    } 
}

@media (min-width: 1650px) {
    .hero {
        min-height: 780px;
    }

    .hero::after {
        width: 750px;
        background-size: auto 144%;
        background-position: 0 15%;
    }

    .hero .left {
        width: calc(100% - 700px);
    }

    .hero h1 {
        font-size: 3.375rem;
    }

    .hero h2 {
        font-size: 2.938rem;
    }

    .hero p {
        font-size: 1.563rem;
    }

    .cursive-title {
        padding-right: 7rem;
        font-size: 3.188rem;
    }

    .section-title {
        font-size: 3.125rem;
    }

    .blue-section .left-desc {
        font-size: 1.625rem;     
        padding-right: 8rem;
    }

    .staffing-services .main-desc {
        font-size: 1.625rem;     
    }

    .about-info .right img {
        margin-top: -100px;
        width: 800px;
    }

    .about-info .left {
        padding: 5rem 0 5rem 4rem;
    }

    .staffing-services .services-card h5 {
        font-size: 1.563rem;
    }

    .staffing-services .services-card p {
        font-size: 1.48rem;
        line-height: 1.25;
        max-width: 500px;
        margin: auto;
    }

    .solutions .row,
    .workforce-info .row {
        padding: 0 4rem;
    }

    .trusted-workforce .row {
        padding: 0 15rem;
    }

    .solution-card h3 {
        font-size: 1.625rem;
    }

    .solution-card .red-bullet {
        font-size: 1.438rem;
    }

    .solution-card .red-bullet::before {
        top: 14px;
    }

    .career-container::after {
        width: 1200px;
        background-size: 96% 156%;
        background-position: 140% 28%;
    }

    .compliant-ethical .bottom .content {
        padding: 0 5rem;
    }

    p br {
        display: inline;
    }
}

@media (min-width: 1750px) {
    .career-container::after {
        width: 1400px;
        background-size: 96% 156%;
        background-position: 140% 28%;
    }
}