#the-jasa-loop {
	.container {
		ul.jasas {
			width: 100%;
			display: flex;
			flex-direction: column;
			gap: 0.5rem;
			li {
				width: 100%;
				/* border-bottom: 1px dashed rgba(0, 0, 0, 0.1); */
				&:nth-child(even) {
					background-color: aliceblue;
				}
				a {
					width: 100%;
					display: block;
				}
			}
		}
	}
}
