section {
    margin-top: 10px;
}

.navbar.transparent.navbar-inverse .navbar-inner {
    background: rgba(0,0,0,0.4);
 }

 div.card {
    border: none;
 }

 div.card-footer {
    border: none;
 }

 .card-header {
    background-image: linear-gradient(to right bottom, #cfcfcf, #b9b9b9, #dddddd, #c2c2c2, #ffffff);
    text-align: center;
 }

.card-body p {
    text-align: justify;
}

.b-logo { 
    width: 110px;
    height: auto;
}

.p-md-5 {
    padding: 3rem!important;
}

.companies a img {
    width: 180px;
    height: auto;
}

.bg-body-tertiary {
    background: rgb(80,79,97);
    background: linear-gradient(90deg, rgba(80,79,97,1) 0%, rgba(162,162,171,1) 53%, rgba(69,148,164,1) 100%);
}

#top-banner-container {
    margin: 1rem 0px;
}

#top-banner-container img {
    object-fit: cover;
    width: 50%;
    height: 100%;
    padding-top: 10px;
}

.brief-link-container {
    background-color:#fff;
}

.profile-card-image {
    border-radius: 50%;
    width: 210px;
    margin-top: 5px;
}

#footer {
    padding: 30px 0px;
    background-color: darkkhaki;
}