section {
    position: relative;
    width: 100%;
    min-height: 750px;
    height: 100vh;
    display: flex!important;
    align-items: center;
}

.bg-wrap {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.bg {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transform: translateZ(0);
    will-change: transform;
    z-index: -1;
}
.box-1 {
	margin-top: 160px;
	margin-bottom: 100px;
}
.box-1 .title {
	font-size: 40px;
}
.box-1 .content {
	font-size: 30px;
}
.box-2 {
	margin-top: 127px;
	margin-bottom: 175px;	
	text-align: center;
}
.box-2 .title {
	font-size: 30px;
}
.box-2 .title-1 {
	font-size: 30px;
}
.box-2 .content {
	font-size: 20px;
	max-width: 634px;
	margin: auto;
	margin-top: 27px;
	line-height: 2;
}
.img-1 {
	display: none;
	width: 100%;
}
.img-1 img {
	width: 100%;
}
.content-1 {
	backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    max-width: 430px;
    height: 430px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-size-1 {
	font-size: 30px;
	margin-bottom: 60px;
}
.content-size-2 {
	font-size: 16px;
	line-height: 2.5;
}
@media only screen and (max-width: 1200px) {
	
}
@media only screen and (max-width: 576px) {
	.img-1 {
		display: block;
	}
	.content-1 {
		width: 100vw;
		max-width: inherit;
	}
	section {
	    height: auto;
	    min-height: auto;
	}
}