.w-100-height{
    height: 90vh;
    width: 100%;
}
.carousel-inner::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.carousel-caption{
    text-align: left;
    margin-bottom: 200px;
    z-index: 100;
}
.carousel-caption h5{
    text-transform: uppercase;
    font-size: 40px;
    white-space: nowrap;
}
#companies{
    background-color: #212529;
    color: #b5b5b5;
    margin-top: -150px;
}
.ceo-row{
    margin-top: 25%;
}
.card-image img{
    height: 270px;
    width: 100%;
    object-fit: cover;  
}
#blog .card-body .btn{
background-color: #d4e8ff;
}