.explorewt01 {
	 background-position: center center;
	 background-attachment: fixed;
	 background-size: cover;
	 padding: 100px 0px 100px 0px;
}
 .explorewt01-container {
	 z-index: 2;
	 position: relative;
}
 .explorewt01 h2, .explorewt01 p {
	 color: var(--theme-secondary-text);
	 font-size: 36px;
	 margin-bottom: 20px;
}
 .explorewt01 p {
	 font-size: 1.4rem;
	 text-transform: capitalize;
	 line-height: 2rem;
}
 .explorewt01-icon i {
	 font-size: 100px;
	 color: var(--theme-secondary-text);
}
 @media screen and (max-width: 575px) {
	 .explorewt01-icon i {
		 font-size: 50px;
	}
}
.explorewt01-button a {
	 fill: var(--theme-primary-text);
	 color: var(--theme-primary-text);
	 background-color: var(--theme-primary);
	 border-radius: 50px 50px 50px 50px;
	 padding: 15px 30px;
	 font-size: 16px;
	 transition: all 0.3s;
	 text-decoration: none;
}
 .explorewt01-button a:hover {	
	 fill: var(--theme-primary-hover-text);
	 color: var(--theme-primary-hover-text);
	 background-color: var(--theme-primary-hover);
}