.ban3{
    width: 100%;
    height: 75vh;
    background-image: url(./careersbg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.banrap8{
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-row-gap: 10px;
    grid-column-gap: 50px;
    background-color: rgba(0, 0, 0, 0.664);
    color: aliceblue;
}
.box h1{
    color: aliceblue;
}
.box h1 p{
    color: aliceblue;
}
.box1 img{
    margin-top: 40%;
    height: 40vh;
    border-radius: 20px;
    /* padding-right: 30px; */
}
.box2 h1{
    margin-top: 20%;
    margin-right: 20%;
}

.conclu1{
    margin-top: 10px;
}
.conclu1 p{
    text-align: center;
    color: aliceblue;
    font-size: large;
}