
.career-heading-part{
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #fff3e3;
}
.career-heading-part p{
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 1.0em;
	line-height: 170%;
	/* identical to box height, or 24px */

	letter-spacing: 0.8px;
	text-transform: uppercase;

	/* Indigo / 500 */

	color: #444BD3;
}
.career-email-heading{
	width: 71%;
}
.career-heading-part h4{
	font-family: Poppins;
	font-style: normal;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 140%;
	/* or 56px */


	/* Grayscale / 900 */

	color: #121127;

}
.career-heading-part h3{
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 1.6em;
	/*line-height: 180%;*/
	/* or 79px */

	/*text-align: center;*/

	color: #2F327D;
}
.career-text-part{
	width: 70%;
}
.career-text-part p{
	padding-top: 40px;
	padding-bottom: 40px;
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 1.0em;
	line-height: 180%;
	/* or 50px */


	/* Grayscale 900 Opacity/72% */

	color: rgba(18, 17, 39, 0.72);


}
.career-apply-button{
	text-align: center;
	padding-bottom: 40px;
}
.career-apply-button img{
	width: 200px;
}


@media only screen and (min-width: 330 px) and (max-width: 500px){
	.career-text-part {
		width: 90%;
	}

}
@media only screen and (min-width: 300px) and (max-width: 500px){
	.career-heading-part h3{
		font-size: 1.0em;
	}
	.career-heading-part h4{
		font-size: 1.0em;
	}
}
@media only screen and (min-width: 300px) and (max-width: 567px){
	.career-email-heading{
		width: 100%;
	}
}