.scientists_list {
	padding-left: 0;
}

.scientists_list > li {
	border: solid 3px #2f546c;
    list-style: none;
    padding: 5px;
	background: #d8e3eb;
}

.scientists_name {
	color: #2f546c;
	font-weight: bold !important;
}

.scientists_container,
.scientist_container {
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 40px;
}

.scientists__title {
    font-size: 22px;
	color: #2f546c;
}

.scientist__leftside {
    display: flex;
}

.scientists_container>ul>li {
    margin-top: 10px;
}

.scientist__image>img {
    object-fit: cover;
}

.scientist__info {
    padding: 5px;
}

.s_id {
    padding: 5px;
    /* color: #fff;/ */
}

.s_id>img {
    width: 20px;
    height: 20px;
}

.scientist_description {
    text-align: justify;
    padding-right: 15px;
}

.scientist_linkedin {
    border-bottom: solid 2px #334f53;
    color: #334f53;
}

.scientist_linkedin i {
    font-size: 12px;
}

.scientist_linkedin:hover {
    border-bottom: solid 2px #567276;
    color: #567276
}

@media only screen and (max-width: 768px) {
    .scientist__leftside {
        flex-direction: column-reverse;
        align-items: center;
    }
}