.join_us {
    width: 100%;
    min-height: 85vh;
    background-image: linear-gradient(rgba(12, 18, 34, 0.55), rgba(12, 18, 34, 0.7)),
        url('../images/career-hero-back.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0 0 var(--radius-lg) var(--radius-lg);
}

.join_us .head {
    color: var(--color-accent-bright);
    font-family: var(--font-display);
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 400;
}

.join_us .row {
    position: relative;
    top: 10rem;
}

.join_us .desc {
    color: #fff;
    font-size: 1.5rem;
}

.bus-each-education .quote {
    text-align: center;
    font-size: 3rem;
    position: relative
}

.bus-each-education .quote span {
    position: absolute;
    top: 90%;
    left: 10%;
    text-shadow: 2px 2px #000000;
}

.join_us .container {
    margin-top: 10rem;
}

.bus-each-education {
    background-image: url("../images/sir_bg.jpg");
    color: white;
}

.bus-each-education .head {
    font-size: 2rem;
    text-transform: uppercase;
    color: #fff;
    /* padding: 3rem; */
}

.bus-each-education .desc {
    font-size: 1.3rem;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

.bus_each .row {
    background-color: transparent;
}

.bus_each .bus-each-commerce .row .col-md-8 {
    border: none;
}

.bus-each-commerce .bus_each .head {
    font-size: 2rem;
}

.bus_each .head-img img {
    border-radius: 2rem;
    width: 70%;
    height: 100%;
    text-align: center;
}

.bus-each-commerce .img-employees img {
    height: 15rem;
    width: 15rem;
    border-radius: 2rem;
}

.bus-each-commerce .text {
    color: #fff;
}

.bus-each-commerce .text {
    border-left: none;
    padding: 2rem;
}

.bus-each-commerce .text .domain {
    font-size: 2rem;
}

.bus-each-commerce .text .italic {
    font-style: italic;
}

.bus-each-commerce .text .name {
    font-size: 2rem;
}

.employee_section {
    background-image: none;
    background-color: #171717;
}

.bus-each-sports {
    background-image: url('../images/success.jpg');
    position: relative;
    /* background-position: 10vh; */
    width: 100%;
    /* padding: 20rem; */
    background-size: cover;
}

.bus-each-sports .light-pink {
    background-color: rgba(142, 33, 88, 0.8);
    /* border: 2px solid red; */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.bus-each-sports .light-pink .text {
    color: #fff;
    text-shadow: 2px 2px #000000;
    font-size: 2.2rem;
}

.bus-each-medical {
    /* background-image: none;
    background-color: #fff; */
    width: 100%;
    height: 50rem;
}

.bus-each-medical .row {
    background-color: rgba(0, 0, 0, 0.7);
}

.bus-each-stock {
    background-image: none;
    background-color: linear-gradient(to right, rgb(255, 128, 8), rgb(255, 200, 55));
}


/* media quries code starts here */

@media only screen and (max-width: 600px) {
    .join_us .row {
        width: 100%;
        position: relative;
        top: 0%;
        left: 0%;
    }
    .bus-each-sports .light-pink .text {
        color: #fff;
        text-shadow: 2px 2px #000000;
        font-size: 1rem;
    }
    .join_us .desc {
        color: #fff;
        font-size: 1.3rem;
        text-align: justify;
    }
    .join_us .head {
        font-size: 2rem;
        text-align: justify;
    }
    .join_us .container {
        margin-top: 9rem;
    }
    .join_us .row {
        position: relative;
        top: 5rem;
    }
    .bus-each-education .head {
        font-size: 1.7rem;
    }
    .bus-each-education .text {
        padding: 0;
        margin: 0;
    }
    .bus-each-education .quote span {
        position: static;
    }
    .bus-each-commerce .img-employees img {
        width: 10rem;
        height: 10rem;
    }
    .bus-each-education .quote {
        font-size: 2rem;
    }
    .bus-each-commerce .text .name {
        font-size: 1.4rem;
    }
    .bus-each-sports .light-pink {
        position: static;
    }
    .bus-each-medical {
        height: fit-content
    }
    .fa-bars {
        color: white;
        font-size: 2rem;
    }
}