#fast-ask {
	padding: 35px 0;
}

.fast-ask {
	border: 2px solid var(--Primary-100);
	background: var(--Neutral-0);
	box-shadow: 0px 4px 45.2px 0px rgba(62, 59, 52, 0.05);
	position: relative;
}
.fast-ask-img {
	position: absolute;
	width: 50%;
	height: 100%;
	background: url("../img/fast-ask.png") no-repeat center center / 100%;
	top: 0;
	right: 0;
}
.fast-ask-info {
	width: 50%;
	padding: 46px 60px;
}
.fast-ask-info .h1 {
	margin-bottom: 24px;
}
.fast-ask-info .h1 span {
	color: var(--Primary-1000);
}
.fast-ask-info > .h4 {
	margin-bottom: 12px;
}
.fast-ask-list .h4 {
	position: relative;
	padding-left: 32px;
}
.fast-ask-list .h4:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 7px;
	border-radius: 50%;
	background: var(--Primary-1000);
	width: 10px;
	height: 10px;
}
.fast-ask .button {
	margin-top: 16px;
}

@media (max-width: 1919px) {
	#fast-ask {
		padding: 26px 0;
	}
	.fast-ask-img {
		width: 635px;
		background: url("../img/fast-ask-1440.png") no-repeat center center / 100%;
	}
	.fast-ask-info {
		width: calc(100% - 635px);
		padding: 46px;
	}
}
@media (max-width: 1439px) {
	#fast-ask {
		padding: 24px 0;
	}
    .fast-ask-img {
        width: 341px;
        background: url("../img/fast-ask-1024.png") no-repeat center center / 100%;
    }
    .fast-ask-info {
    	width: calc(100% - 363px);
    	padding: 32px;
    	background: #fff;
    	position: relative;
    }
    .fast-ask-info .h1 {
    	font-size: 28px;
    	margin-bottom: 16px;
    }
    .fast-ask-info > .h4 {
    	margin-bottom: 16px;
    }
    .fast-ask-info br {
    	display: none;
    }
    .fast-ask .button {
    	margin-top: 24px;
    }
}
@media (max-width: 1023px) {
	#fast-ask {
		padding: 20px 0;
	}
	 .fast-ask-info .h1 {
    	font-size: 24px;
    }
	.fast-ask-img {
		width: 300px;
	}
	.fast-ask-info {
		width: calc(100% - 228px);
		padding: 30px;
	}
    .fast-ask-list .h4:before {
        width: 7px;
        height: 7px;
        top: 5px;
        left: 5px;
    }
    .fast-ask-list .h4 {
    	padding-left: 22px;
    	font-size: 16px;
    }
    .fast-ask-info > .h4 {
    	font-size: 16px;
    }
}
@media (max-width: 768px) {
	.fast-ask-img {
		width: 100%;
		height: 240px;
		background: url("../img/fast-ask-390.png") no-repeat center center / 100%;
	}
	.fast-ask-info {
		width: 100%;
		margin-top: 240px;
	}
}
@media (max-width: 600px) {
	#fast-ask {
		padding: 5vw 0;
	}
	.fast-ask-img {
		height: 38.88vw;
	}
	.fast-ask-info {
		margin-top: 38.88vw;
		padding: 3.6vw 5.55vw;
	}
	.fast-ask-info .h1 {
		width: 90%;
        margin-bottom: 4.44vw;
        font-size: 4.44vw;
	}
	.fast-ask-info > .h4, .fast-ask-list {
		margin-bottom: 4.44vw;
	}
	.fast-ask-list .h4 {
		padding-left: 4.5vw;
		font-size: 3.88vw;
		font-weight: 300;
	}
	.fast-ask-info > .h4 {
		font-size: 3.88vw;
		font-weight: 300;
	}
	.fast-ask-list .h4:before {
		width: 1.38vw;
		height: 1.38vw;
		top: 1.6vw;
		left: 1vw;
	}
	.fast-ask-list + .h4 {
		display: none;
	}
	.fast-ask .button {
		width: 100%;
		margin-top: 4vw;
	}
}