* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "IBM Plex Sans Thai", sans-serif;
	color: var(--foundation-white);
	position: relative;
}

.container {
    width: min(100%, 1280px);
	margin-left: auto;
	margin-right: auto;
    padding: 20px;
}

.img {
	width: 100%;
    height: auto;
}

.heading {
	font-size: var(--text-24-48);
	line-height: 120%;
	letter-spacing: -1.44px;
	background-image: linear-gradient(180deg, #E830FF 0%, #00BBBC 112.27%, #BEFEFF 169.33%, #FFF 194.59%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	font-weight: 700;
	text-align: center;
	max-width: 935px;
	margin: 0 auto;
}

.description {
	font-size: var(--text-16_20);
	text-align: center;
}

.site {
	background-color: var(--foundation-primary-blue);
}

.footer {
    display: flex;
    justify-content: space-between;
	align-items: center;
    padding: 56px 20px;
}

.site-footer h2 {
	font-family: Inter;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
}

.footer {
    list-style: none;
}
