
.randomfacts {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}

.randomfact {
      width: 43%;
      padding: 20px;
      text-align: justify;
      background: #efefef;
}
            
.randomfacts-title {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 20px;
}

.randomfacts-do {
	margin-top: 20px;
	display: flex;
	gap: 10px;
}
            
.randomfacts-action {
      margin-top: 20px;
}

.index_randomfacts {

}
		
.index_randomfacts-title {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.index_randomfacts-content {
	font-size: 12px;
}
		
		