.careers-details .col-md-12 {
	margin-top: 50px;
}
.top-details .row {
	align-items: inherit;
}
.top-details img {
	height: 100%;
	object-fit: cover;
}
.top-details {
	padding-bottom: 0;
}
.careers-details a {
	color: rgba(78, 80, 102, 1);
	text-decoration: underline;
}
.careers-details a:hover {
	text-decoration: none;
}
.top-details ul {
	margin: -20px 0 15px 20px;
	padding-left: 0;
}
.top-details ul li {
	font-size: 20px;
  line-height: 32px;
	margin-bottom: 7px;
	list-style-type: disc;
	padding-left: 0;
}
.top-details ul li:before {
	display: none !important;
}

/* Responsive CSS */
@media screen and (max-width: 1499px) {
	.careers-details .col-md-12 {
	  margin-top: 30px;
	}
}

@media screen and (max-width: 991px) {
	.top-details img {
		height: auto;
	}
}

@media screen and (max-width: 1299px) {
	.top-details ul li {
		font-size: 18px;
    line-height: 30px;	
	}
}

@media screen and (max-width: 479px) {
	.top-details ul {
		margin-top: -15px;
	}
	.top-details ul li {
		font-size: 16px;
    	line-height: 28px;	
	}
}

