.infolink {
    display: flex;
    border-bottom: 1px solid #a079b2;
    flex-direction: column;
    flex-wrap: wrap;
	padding-bottom: 20px;
	margin-top: 30px;
}



.contactbut {
	text-align: center;
	display: flex;
	width: 222px;
height: 84px;
    align-items: center;
    justify-content: center;
background: #041204;
box-shadow: 0px 3px 6px #00000029;
border-radius: 21px;
opacity: 1;
color: #fff;
}

.seemorebut { 
		display: flex;
	text-align: center;
	width: 222px;
height: 84px;
    align-items: center;
    justify-content: center;
background: #257226;
box-shadow: 0px 3px 6px #00000029;
border-radius: 21px;
opacity: 1;
}

.infolinkbuts a{
text-decoration: none !important;
		color: #fff !important;
}


.infolinkbuts {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}