.custom-tutor-dashboard-header {
  background-image: url('https://hub.trampolinecic.org/wp-content/uploads/Podcast_Header-scaled.jpg'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 180px 10px!important; 
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  box-sizing: border-box;
  margin-bottom: 100px;
/*   border-bottom:15px solid #f2a330; */
  position: relative;
}

.custom-tutor-dashboard-header img {
    max-width: 45em;
    height: auto;
    width: 100%;
}

.custom-tutor-dashboard-header h2 {
  margin: 0 0 10px;
}

.custom-tutor-dashboard-header p {
  margin: 0;
}

.header-text-block {
	background:#fff;
	border-radius: 20px 20px 0 0;
	padding:10vh 13vw 0 13vw;
	position:absolute;
	bottom:0;
	left:20vw;
}

.header-text-block .handwritten-text {
	font-weight:200;
}

.header-text-block .header-text-block-icon {
	max-width:60px;
	background:#fff;
	border-radius:50px;
	padding:12px 15px;
	position:absolute;
	top:-30px;
	left:5vw;
}