@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,600&display=swap');


*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

#career h2{
	font-weight: bold;
	font-size: 2.3rem;
}
#career h2 span{
	color: #FF8C00;
}
#career .career-img{
	width: 100%;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#career .main-career h2{
	font-size: 1.8rem;
	color: #FF8C00;
	margin:30px 0px;
}

#career .main-career .r-content h2{
	font-size: 1.5rem;
}
#career .main-career .r-content h2 span{
	font-size: 1.6rem;
}
#career .careers-cards .card{
	margin-bottom: 30px;
	width: 100%;
	height: 530px;
	border: none;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
#career .careers-cards .card button{
	background:#FF8C00;
	border: none;
}
#career .careers-cards .card button a{
	color: white;
}








/*###### Responsive########*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

  #career h2{
	font-size: 2rem;
  }
 
  #career .main-career .l-content{
  	display: flex;
  	justify-content: center;
  }
 #career .main-career h2{
	font-size: 1.4rem;
	color: #FF8C00;
	margin:10px 0px;
  }

#career .main-career .r-content{
	display: flex;
	justify-content: center;
	padding-bottom: 10px;
}
  #career .main-career .r-content h2{
	font-size: 1.2rem;
	color: #252e3f;
  }
  #career .main-career .r-content h2 span{
	font-size: 1rem;

  }


}