/*!
Theme Name: CaringKind Events
*/
.mobilebtns {
	background-color: #223b5c;
	display: grid;
  grid-template-columns: 1fr 1fr; /* Creates two columns, each taking 1 fractional unit of space */
  justify-content: center;
    text-align: center;
}

.btnitems-give {
  background-color: #223b5c;
  padding: 10px;
	color:white;
	text-decoration: none;
	
}
.btnitems-helpline {
  background-color:  #223b5c;
  padding: 10px;
	color:white;
	text-decoration: none;
	border-right:1px solid #e7e7e7;
}