/* Enter Your Custom CSS Here */
/* 1 */
.ya-share2__container_size_m .ya-share2__icon {
    height: 32px !important; /* 24px */
    width:  32px !important; /* 24px */
    background-size: 32px 32px !important; /* 24px 24px */
}

/* 2 */
.ya-share2__container_size_m .ya-share2__counter {
    font-size: 14px !important; /* 12px */
    padding: 8px 10px 0 10px !important; /* 5px 8px 0 8px */
}

/* 3 */
.ya-share2__container_size_m .ya-share2__icon_more:before {
    line-height: 22px !important; /* 13px */
}
.ya-share2__container_size_m .ya-share2__popup_direction_bottom {
    top: 36px !important; /* 28px */
}



.hero-button-two{
  background: #FE6845;
  border: 1px solid #fe6845;
  margin-left: 15px;
}

.hero-button-two:hover, .hero-button-two:focus, .hero-button-two:active {
    background: #c73715;
    border-color: #c73715;
}

@media (max-width: 780px) {
	a.hero-button.hero-button-two {
    margin-left: 0;
		margin-top: 15px;
	}
	
	.hero-btn-container {
    display: flex;
    flex-direction: column;
}
	
	
  
}