@media (min-width: 768px) {
	p {
		font-size: 1.25rem;
	}

	.hero-content {
		padding: 0 !important;
		flex-direction: row-reverse;
	}

	.hero-txt {
		width: 55%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-top: 1rem;
		padding-right: 4rem;
		hyphens: none;
		gap: 1.25rem;
	}

	.hero-pic-container {
		margin-top: auto;
		width: 45%;
	}

	.hero-txt p:first-child {
		font-size: 1.2rem !important;
	}

	.hero-txt p {
		margin: 0 !important;
		text-align: left !important;
		padding: 0 2rem;
		font-size: 1.5rem !important;
		line-height: 1.75rem;
	}

	.hero h1 {
		font-size: 1.75rem;
		margin: 0 !important;
		text-align: left;
		padding: 0 2rem;
	}

	.hero-wanna-btn {
		margin: 0 !important;
	}

	.treat-container {
		display: grid;
		grid-template-columns: auto;
		grid-template-columns: repeat(2, 1fr);
	}

	.treat-content p {
		text-align: justify;
		font-size: 1.1rem;
		hyphens: auto;
	}

	.treat a {
		margin-top: 0 !important;
	}

	.not-alone h2 {
		text-align: left;
	}

	.not-alone-par p {
		font-size: 1.25rem;
		text-align: left;
	}

	.wanna-btn {
		width: 40%;
		margin: auto;
	}

	.wanna-btn:last-child {
		display: block !important;
		width: 60%;
	}

	.about-container {
		display: flex;
		flex-direction: row;
		gap: 3rem;
	}

	.about-content h2,
	.about-subtitle {
		text-align: left !important;
	}

	.about-content {
		width: 45%;
	}

	.about-pic-container {
		width: 55%;
	}

	.about-pic-container img {
		margin: auto;
	}

	.about-content p {
		font-size: 0.75rem !important;
	}

	@media (min-width: 768px) {
		.carousel img {
			width: calc(100% / 1.5);
			max-width: 400px;
		}
	}

}