#media-kit {
	max-width:1675px;
	margin:auto;
	padding:75px 60px;
}

#media-kit .heading {
	margin-bottom:40px;
}

#media-kit .heading h1 {
	text-transform:uppercase;
	font-size:40px;
	line-height:48px;
	font-weight:600;
	margin:0 0 0;
}

#media-kit .heading h1 i {
	margin:0 5px 0 0;
}

#media-kit .mid-wrapper {
	display:flex;
	gap:50px;
	width:100%;
}

#media-kit .sidebar {
	width:30%;
}

#media-kit .content {
	width:70%;
}

#media-kit .content ul li {
	list-style:none;
	padding-bottom:20px;
	border-bottom:1px solid #797979;
	margin-bottom:20px;
	position:relative;
	padding-right:50px;
}

#media-kit .down_row {
	color:#212121;
	font-size:18px;
	display:flex;
	align-items:center;
}

#media-kit .down_row:hover {
	color:#ffa213;
}

#media-kit .down_row img.format_img {
	width:25px;
	height:auto;
	margin-right:15px;
}

#media-kit .download_icon {
	position:absolute;
	right:0;
	top:2px;
}

@media (max-width:350px) {
	#media-kit {
		padding:0 20px;
	}
}

@media only screen and (min-width:351px) and (max-width:500px) {
	#media-kit {
		padding:0 20px;
	}
}

@media only screen and (min-width:501px) and (max-width:740px) {
	#media-kit {
		padding:0 30px;
	}
}

@media only screen and (min-width:741px) and (max-width:1024px) {
	#media-kit {
		padding:0 40px;
	}
}

@media (max-width:767px) {
	#media-kit .mid-wrapper {
		flex-wrap:wrap;
	}
	
	#media-kit .sidebar {
		width:100%;
	}
	
	#media-kit .content {
		width: 100%;
	}
}