/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Dec 30 2021 | 02:55:27 */
.download-section .wpb_text_column {
    padding: 30px !important;	
	border-radius: 2px;
	background-color: #FFFFFF;
  	box-shadow: 0 8px 24px -5px rgba(0,0,0,0.15);
}

@media(max-width: 767px){
	.download-section .wpb_text_column {
      padding: 30px !important;	
	}	
	
}

.download-section .wpb_text_column h3{
	margin-bottom: 30px !important;
}
.download-section .wpb_text_column h4{
	margin-bottom: 20px !important;
}

.download-section .wpb_text_column a:hover {
    color: #EB6408 !important;
}
.download-section a{
	position:relative;
}
.download-section a:hover:after {
    content: '- \e923';
    font-family: 'icomoon';
    position: absolute;
    right: -40px;
}
