/*** BUTTON ***/
.default-button .button-comp{

	background-color:transparent;
    /*background-color:rgba(227,30,36, .8);*/
	width:180px;
	height:40px;
	margin:30px 0px 0px;
	padding:10px 10px;
	font-size:1rem;
	color:rgb(0, 0, 0);
    text-transform: uppercase;
	-moz-border-radius:5px !important;
	-webkit-border-radius:5px !important;
	border-radius:5px !important;
    border-color:rgb(217,83,79); 
    -moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
    border: 1px solid rgb(217,83,79);

	<!---webkit-animation:uptocallmini 2.5s 0s ease-out infinite;-->
	<!---moz-animation:uptocallmini 2.5s 0s ease-out infinite;-->
	<!--animation:uptocallmini 2.5s 0s ease-out infinite;-->
}
   .button-comp:hover{
    text-decoration: none;
    box-shadow:0 0 6px 4px #e31e24, 0 0 5px 4px rgba(0,0,0,0), 0 0 5px 6px #e31e24;
}

   .buttons-wrapper {
    display: flex;
    flex-direction: column;
    max-height: 85px;
    gap: 45px;
}
/*** BUTTON ***/