@charset "utf-8";
.ipsa_banner {
	position: relative;
	display: flex;
	align-items: center;
}

.ipsa_banner_txt {
	position: absolute;
	left: 10%;
	width: 38%;
}

.ipsa_main {
	padding: 0!important;
}

.ipsa_banner_txt p:last-child {
	margin-bottom: 0!important;
}

.ipsa_banner_txt h1,
.ipsa_banner_txt h2,
.ipsa_banner_txt p {
	color: #000;
	letter-spacing: 0;
}

.ipsa_banner_txt h1 {
	font-size: 32px;
}

.ipsa_banner_txt h1,
.ipsa_banner_txt h2,
.ipsa_banner_txt p {
	margin-bottom: .5vw;
	margin-top: 0;
}

.ipsa_banner_txt h2 {
	margin-bottom: 1vw;
}

@media (max-width: 1450px) {
	.ipsa_banner_txt h1 {
	font-size: 2.21vw;
}
}

@media (max-width: 767px) {


	.ipsa_banner_txt h1 {
		font-size: 6.5vw;
		font-size: 5vw;
		font-weight: normal;
	}
	.ipsa_banner_txt h2 {
		font-size: 3vw;
	}
	.ipsa_banner_txt p {
		font-size: 2.5vw;
		line-height: 130%;
	}
	.ipsa_banner_txt {
		left: 4%;
		width: 52%;
	}
	.ipsa_banner_txt h1,
	.ipsa_banner_txt h2,
	.ipsa_banner_txt p {
		margin-bottom: 1vw;
		margin-top: 0;
	}
}