.btn {
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
    margin: 5px;
	color: black !important;
	width: 50%;
	font-family: 'Outfit';

}

.btn b {
	text-transform: uppercase;
	font-size: 18px;
}

.prev_arrow, .next_arrow {
	font-size: 30px;
	line-height: 10px;
	font-weight: 700;
	color: #38D430;
}

.paginacion_as {
	display: flex !important;
	align-items: center;
}

.btn-next {
	text-align: right !important;
}

@media (max-width: 780px) {
	.btn b {
    text-transform: uppercase;
    font-size: 18px;
}
	
  .prev_arrow, .next_arrow {
		font-size: 18px;
		line-height: 10px;
		font-weight: 600;
		color: #38D430;
	}
}