@media (min-width: 1px) and (max-width: 999px) {
	.menu {
		height: 72px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.menu-logo p {
		font-family: 'Inter';
		font-style: normal;
		font-weight: 800;
		font-size: 16px;
		line-height: 20px;
		display: flex;
		align-items: center;
		color: #000000;
	}
	.menu-logo {
	}
	.menu-button {
	}
	.menu-button button {
		font-family: 'Inter';
		font-style: normal;
		font-weight: 500;
		font-size: 14.4px;
		line-height: 16px;
		color: #000000;
		background-color: #fec600;
		border: 0;
		border-radius: 12px;
		padding: 12px 20px;
		text-decoration: underline;
		transition: 0.2s;
	}
	.menu-button button:hover {
		color: #000000;
		background-color: #fec700bc;
		transition: 0.2s;
	}
	.main {
		padding-top: 32px;
	}
	.info {
		display: flex;
		justify-content: space-between;
		margin-bottom: 24px;
		flex-wrap: wrap;
	}
	.info-text {
		width: 100%;
	}
	.info-text-main {
		position: relative;
		margin-bottom: 32px;
	}
	.info-text-main h1 {
		font-family: 'SF Pro Display';
		font-style: normal;
		font-weight: 600;
		font-size: 48.0627px;
		line-height: 52px;
		color: #ffffff;
	}
	.info-text-main p {
		font-family: 'Inter';
		font-style: normal;
		font-weight: 400;
		font-size: 16.1px;
		line-height: 24px;
		color: #ffffff;
	}
	.info-text-past {
	}
	.info-text-past h2 {
		font-family: 'SF Pro Display';
		font-style: normal;
		font-weight: 600;
		font-size: 32px;
		line-height: 38px;
		color: #ffffff;
	}
	.info-text-past p {
		font-family: 'Inter';
		font-style: normal;
		font-weight: 400;
		font-size: 16.1px;
		line-height: 24px;
		color: #ffffff;
	}
	.info-img {
		width: 50%;
		display: none;
	}
	.img-a {
		text-align: right;
	}
	.img-fit {
		text-align: right;
	}
	.img-fit img {
		width: 80%;
	}
	.buttons {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 32px;
	}
	.button {
		width: 100%;
		margin-bottom: 16px;
	}
	.button-item {
		margin-bottom: 8px;
	}
	.button-item button {
		font-family: 'Inter';
		font-style: normal;
		font-weight: 800;
		font-size: 24px;
		line-height: 19px;
		color: #000000;
		background-color: #ffffff;
		border: 0;
		border-radius: 24px;
		height: 81px;
		width: 100%;
		text-align: center;
		transition: 0.2s;
	}
	.button-item button:hover {
		background-color: #232323;
		color: #ffffff;
		transition: 0.2s;
	}
	.button-item img {
		margin-left: 8px;
		width: 42px;
	}
	.anchor {
		text-align: center;
	}
	.anchor a {
		font-family: 'Inter';
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 19px;
		align-items: center;
		text-align: center;
		color: #ffffff;
		text-decoration: none;
	}
	.anchor img {
	}
	.anchor span {
		font-family: 'Inter';
		font-style: normal;
		font-weight: 700;
		font-size: 20px;
		line-height: 11px;
		color: #ffffff;
		width: 100%;
	}
	.mob {
		display: block;
	}
	.info-img {
		position: absolute;
		top: 0%;
		left: 40%;
	}
	.img-a img {
		width: 50px;
	}
	.img-a {
		position: absolute;
		left: 90%;
		top: -70%;
	}
	.img-fit img {
		width: 55px;
	}
}
@media (min-width: 486px) and (max-width: 810px) {
	.main-text-h1 img {
		position: absolute;
		top: -130%;
		left: 78%;
		width: auto;
	}
	.info-img {
		position: absolute;
		top: 5%;
		left: 30%;
	}
	.img-a img {
		width: 50px;
	}
	.img-a {
		position: absolute;
		left: 90%;
		top: -55%;
	}
	.img-fit img {
		width: 80px;
	}
}

@media (min-width: 768px) and (max-width: 999px) {
	.info-img {
		position: absolute;
		top: 5%;
		left: 10%;
	}
	.img-a img {
		width: 50px;
	}
	.img-a {
		position: absolute;
		left: 90%;
		top: -55%;
	}
	.img-fit img {
		width: 80px;
	}
}
@media (min-width: 1000px) and (max-width: 1200px) {
	.button-item button {
		font-size: 22px;
	}
}
