*{
margin: 0;
padding: 0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
background-color: hsl(210, 17%, 98%);

}

ul li a{
text-decoration: none;

}

/* For truncating text after certain lines */

@media (max-width: 768px) {
.card_responsibe img {
height: 120px;
width: auto;
object-fit: cover;
}

.card_responsibe h5 {
font-size: 1.2rem;
}

.card_responsibe p {
font-size: 0.9rem;
}

.card_responsibe a {
font-size: 0.85rem;
}

.text-truncate_text {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;

}

}
/* For truncating text after certain lines */



