 @import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');

.row{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 10px;
	border-radius: 10px;
	margin-top: 20px;
}
.img_div{
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	
}
.text_div {
	padding: 20px;
	border-radius: 10px;
	height: 270px;
}
.text_div h3{
	color: #000089;
}
.text_div p{
	overflow-y: scroll;
	height: 150px;
}
.btn_div{
	padding: 10px;
	background-color: #DEDEDE;
	display: flex;
	justify-content: space-between;
	border-radius: 10px;
	align-items: center;
}
.text_div h4{
	font-size: 20px;
	color: #E30A13;

}
.btn_div select{
	max-width: 250px;
}
.table{
		box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	}
.head_line{
	width: 100%;
	padding: 10px;
}
.head_line p{
	margin-top: 20px;
	font-size: 29px;
	text-align: center;
	font-family: 'Courgette', cursive;

}