.main-con {
    display: flex;
    flex-direction: column;
	gap: 10px;
    width: 100%;
    max-width: 648px;
    padding: 12px;
    background: #1f2330;
    border-radius: 8px;
	margin: 6px auto 0 auto;
	border: 1px solid #394056;
}

.main-con h1 {
	font-size: 22px;
	text-align: left;
	margin-bottom: 0 !important;
	color: #77c4ffd9;
}

.description {
	font-weight: 400;
	font-size: 18px;
}

.divider {
	width: 100%;
	height: 1px;
	background: #394056;
	border-radius: 20px;
}

p {
	font-size: 16px;
}