.nav_adjust{
font-size:10px;

}
.imgs_G{
	    height: 80%;
    width: 80%;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	
}
.imgs_H{
	    height: 150%;
    width: 80%;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	
}
.img_con{
	display:flex;
	justify-content:center;
}
.list-group-item:first-child {
    border-top: 0px;
}

a.list-group-item, button.list-group-item {
	border-left: 0px;
border-right: 0px;
    color: #67ab6c;
    font-size: 16px;
}

.list-group-item:last-child {
	border-radius: 0px;
}

.owl-carousel .owl-item img {
	height: 300px;
}

#courses .col-md-4{
	
	width: 82% !important;
}