.yellow-button a{
	color: #fff;
	background-color: #FF690D;
	text-transform: uppercase;
	padding: 13px 45px;
	font-size: 20px;
	font-weight: 700;
	border-radius: 15px;
	transition: 0.3s ease all;
}
.yellow-button a:hover {
	background-color: #0A5A88;
}


.blue-button .wp-block-button__link{
	background-color: #0A5A88;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	transition: 0.3s ease all;
	padding: 10px 35px;
}
.poliderm-button.poliderm-button {
	background-color: #0A5A88;
}
.poliderm-button.poliderm-button:hover {
	background-color: #0A5A88;
}
.blue-button .wp-block-button__link:hover {
	background-color: #FF690D;
}
.slick-arrow {
	border: 0!important;
}

.small-button a,.more{
	color: #ffffff;
    background: #0a5a88;
    border-width: 1px;
    border-radius: 10px;
    border-style: none;
	font-weight: 600;
	padding: 3px 30px;
	transition: 0.3s ease all;
}
.small-button a:hover {
	background-color:#FF690D; 
}
a {
	color: #0A5A88;
	transition: 0.3s ease all;
}
a:hover {
	color: #FF690D;
}
@media (max-width: 768px) {  
	.blue-button .wp-block-button__link {
		padding: 10px 30px;
		font-size: 16px;
	}
	.hero h1 {
		font-size: 28px;
	}
	.hero h2 {
		font-size: 28px;
	}
	.yellow-button a{ 
		padding: 13px 35px;
		font-size: 16px;
	}
}