.media--package .media-body ul {
    margin-bottom: 10px;
}

/* Halaman Feature, mengatur urutannya */
@media (min-width: 992px){
	.w-section__list [class*=col-]:nth-of-type(even) .media--features {
	    direction: ltr;
	    flex-direction: row-reverse;
	}
}

.modal-full .modal-dialog {
	width: 100%;
	height: 100%;
	padding: 5%;
	margin: 0;
	max-width: 100%;
}
.modal-full .modal-content {
	height: 100%;
}
.modal-full .modal-header {
	border: none;
}
.modal-full .modal-header .close{
	color: white;
	font-size: 3rem;
	position: absolute;
	right: 0.5rem;
	z-index: 9;
	top: -0.5rem;
	opacity: 1;
}
.modal-full .modal-header .close:hover {
	color: #ababab;
}