.career-link{
    color: white;           
    font-size: 20px;
    font-weight: ;
}


.black-arrow-link{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    /* width: 140px; */
    height: 100px;
    bottom: 0;
    right: 0;
    left: 50px;
    color: white;
    width: fit-content;
    padding-right: 30px;
    padding-left: 30px;
}


.ba-link{
    color: white;
    text-decoration: none;
    font-weight: bold;

}


.careersimage{
    min-height:600px;
    width: 100%;
    background-position: center;
    background-size: cover!important;
    background-repeat: no-repeat;
    background: url('../public/images/Strand.jpg') no-repeat center
}

.middle-align{

    vertical-align: middle;
    display: table-cell;
}
.careers-box{

    margin-top: auto;
    margin-bottom: auto;
padding-right: 100px;
line-height: 30px;
display: table;
min-height:600px;
    max-width: 600px;


}

.careers{
    min-height: 600px;
}

.top-building-image-team{

    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background: url('../public/images/team_hero_2.jpg') no-repeat center
        center/cover,
      linear-gradient(
        180deg,
        rgba(13, 13, 22, 0.48) 16.16%,
        rgba(13, 13, 22, 0) 48.49%
      );
    height: 100vh;
    min-height: 800px;

}


.hero-text-team{
    transition: 1s;
    vertical-align: middle;
    display: table-cell;
   color: white;
}

.hero-text-team-container{
    position: absolute;
    max-width: 580px;
    text-align: left;
    color: #000;
    height: 100vh;
    top: 0;
    display: table;
}


.bios-box{
    display: table;
min-height:600px;
padding-right: 50px;
padding-top: 100px;
padding-bottom: 100px;

}


.bios{

    vertical-align: middle;
    display: table-cell;
    margin: 0 auto;
    
}


.bio-name{

    font-size: 44px;
    color: black;
    font-family: 'Poppins',sans-serif;
    font-weight: bold;
    margin: 0;
    padding-bottom: 10px;
    line-height: 52px;
}

.bio-title{

    font-size: 34px;
    color: black;
    font-family: 'Poppins',sans-serif;
    font-weight: bold;
    margin: 0;
    padding-bottom: 10px;
}

.bio-bio{

    font-size: 20px;
    color: black;
    font-family: 'Poppins',sans-serif;
    margin: 0;
}

.bios-box-pad{

    padding-right: 100px
}

.bio-image{
    max-width: 500px;
    padding-right: 50px;
    padding-bottom: 30px;
    width: 100%;
    display: block;
}

.divide{
    height: 2px;
    width: 100%;
    background: black;
    margin-left: 50px;
}

@media (min-width: 2200px){

.hero-text-team p {
    font-size: 28px ;
    line-height: 40px;
    transition: 2s;
     }
   
 .hero-text-team-container  {
       max-width: 970px;
       transition: 2s;
   }

   .careersimage{
    min-height: 100%;
   }

   .careers-box{
       max-width: 100%;
       padding-bottom: 100px;
       padding-top: 100px;
   }

   .bio-title{
       font-size: 40px!important;
       line-height: 70px!important;
   }
   .bio-name {
    font-size: 48px!important;
    line-height: 80px!important;
}
}

@media (min-width: 2800px){

    .hero-text-team p {
        font-size: 36px ;
    line-height: 60px;
    transition: 2s;
         }
       
     .hero-text-team-container  {
           max-width: 1200px;
           transition: 2s;
       }
    
       .careersimage{
        min-height: 100%;
       }
    
       .careers-box{
           max-width: 100%;
           padding-bottom: 100px;
           padding-top: 100px;
       }
    
       .bio-title{
           font-size: 48px!important;
           line-height: 80px!important;
       }
       .bio-name {
        font-size: 56px!important;
        line-height: 90px!important;
    }
.bios-box{
    padding-right: 20px;
}
}