.career{
	height: 130px;
background-color: ;
}
.career h1{
		color: black;
		font-size:15px;
		text-align: center;
	}
	.career h3{
		color: #fa5900;
		font-size:15px;
		text-align: center;
		margin-top: 5px;
	}
	.career h3:hover{
		color: #006dc0;
	}

.career img{
	transition:transform 2s;
}
.career img:hover{
 transform:rotate(50deg);
}
@media(min-width: 768px){
	.career{
	height: 250px;
  }
	.career h1{
		font-size:30px;
	}
	.career h3{
		font-size:20px;
	}
 }

 @media(min-width: 992px){
	.career{
	height: 310px;
  }
	.career h1{
		font-size:35px;
	}
	.career h3{
		font-size:25px;
	}
 }


@media(min-width: 1280px){
	.career{
	height: 380px;
  }
	.career h1{
		font-size:38px;
	}
	.career h3{
		font-size:25px;
	}
 }