@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300,700&display=swap');
.page h2 {
	font-size: 1.6rem;
	color:#dc2c1b
}
.page img {
	max-width: 100%;
}
.page {
	background-color: #fff;
	margin: 4rem 0;
	position: relative;
	width: calc(100% - 16rem);
	z-index: 1;
	margin:auto;
	margin-bottom:100px;
	margin-top:200px;
	@media (max-width: 1023px) {
	margin: auto;
	width: calc(100% - 8rem);
	margin-top: 79px;
	width: 97%;
	position: inherit;
	padding: 13px;
}
}
.content h3{
	text-align:justify;
	line-height:30px;
}
.content{
	font-size:17px;
}
.masthead {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 3.2rem 4rem;
	position: relative;
	nav {
		align-items: center;
		display: flex;
		gap: 1.6rem;
	}
}
.menu-toggle {
	margin-right: -0.4rem;
	margin-top: -0.2rem;
}
.faq-logo {
	color: #c36e05;
	font-size: 4rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
.content {
	display: grid;
	gap: 8rem;
	grid-template-columns: 30rem auto;
	padding: 4rem 8rem 6.4rem;
	@media (max-width: 1023px) {
	grid-template-columns: auto;
}
aside {
	@media (max-width: 1023px) {
	text-align: center;	
}
}
img {
	display: block;
	margin-left: -4rem;
	margin-top: 4rem;
	width: 100%;
	@media (max-width: 1023px) {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
}
main {
	margin-top: 6.6rem;
	@media (max-width: 1023px) {
	margin-top: 0;	
}
}
}
details {	
	&[open] summary::after {
	transform: rotate(45deg);
}
&:last-of-type {
	border-bottom: 0.1rem solid #d4bb8f;
}
summary {
	border-top: 0.1rem solid #d4bb8f;
	cursor: pointer;
	display: flex;
	font-size: 2rem;
	font-weight: 300;
	list-style: none;
	margin-bottom: 1.6rem;
	padding-top: 1.6rem;
	&::after {			
	font-family: 'Material Symbols Outlined';
	content: "add_circle";
	margin-left: auto;
	transform-origin: center;
}
}
}
.content h1{
	color:#dc2c1b;
	font-weight:bold;
	font-size: 4rem;
	letter-spacing: 0.2rem;
	margin: 13px 0 2.4rem;
}
.content p{
	font-size: 17px;
    text-align: justify;
}
@media only screen and (max-width: 767px){	
	.content {
		display: block;
		gap: 8rem;
		grid-template-columns: 30rem auto;
		padding: 10px;
	}
	.row {
		margin-right: 0;
		margin-left: 0;
	}
	.content h3 {
		text-align: justify;
		line-height: 26px;
		font-size: 16px;
	}
	.content h1 {
		color: #dc2c1b;
		font-weight: bold;
		font-size: 32px;
		margin: 13px 0 1.4rem
	}
	details {
		summary {
			border-top: 0.1rem solid #d4bb8f;
			cursor: pointer;
			display: flex;
			font-size: 16px;
			font-weight: 300;
			list-style: none;
			margin-bottom: 0.6rem;
            padding-top: 0.6rem;
		}
	}
	.content p {
		font-size: 16px;
		text-align: justify;
	}
	}	