.titlecontthree{
	position: relative;
	overflow: hidden;
}

.titlethree{
	 
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.5px;
  text-align: center;
  color: #000000;
}

/* Large desktops and laptops */
@media (min-width: 1400px) {
	.titlecontthree{
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

/* Large desktops and laptops */
@media (min-width: 1200px) and (max-width: 1399px) {
	.titlecontthree{
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.titlecontthree{
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.titlecontthree{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

/* Landscape phones and portrait tablets */
@media (min-width: 481px) and (max-width: 767px) {
	.titlecontthree{
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	.titlecontthree{
		padding-top: 20px;
		padding-bottom: 20px;
	}
}	

