.banner_div{
    padding-top: 100px;
}
.banner_div>img{
	display: inline-block;
	width: 100%;
	min-height: 320px;
	object-fit: cover;
}
@media screen and (max-width: 768px ){
    .banner_div{
        padding-top: 50px;
    }
}

.my_block{
    padding: 100px 0;
}

._card{
	height: auto;
}
._card>div>div{
	margin-bottom: 60px;
	background-position: center 86px;
	background-repeat: no-repeat;
}

._card>div>div>p{
	color: #1E1E1E;
	font-size: 15px;
	text-align: center;
	line-height: 1;
}
._card>div>div>p:not(:last-child){
	margin-bottom: 28px;
}
._card>div>div>p._t{
    color: var(--color-primary);
	font-size: 34px;
	margin-bottom: 69px;
	position: relative;
}
._card>div>div>p._t:after{
	content: ' ';
	width: 42px;
	height: 4px;
	background-color: var(--color-primary);
	position: absolute;
	bottom: -28px;
	left: calc(50% - 21px);
}

._card>div>div>p.p1{
	margin-bottom: 27px;
    font-weight: 700;
}
._card>div>div>p.p1>font{
    font-weight: 400;
    cursor: pointer;
}
._card>div>div>p.p2{
	padding-bottom: 40px;
}
._card>div>div>p.p3{
	margin-bottom: 21px;
}
._card>div>div>p.p3>a,._card>div>div>p.p4>a{
	color: inherit;
	/* text-decoration: none; */
    font-weight: 400;
}
._card>div>div>p.p1>font:hover,._card>div>div>p.p3>a:hover,._u>a:hover{
    color: var(--color-primary-75);
}

._u{
	display: flex;
	align-items: center;
    justify-content: center;
	color: #00A5D9;
	font-size: 22px;
	padding: 24px 0;
	background-color: #F7F8FA;
	border-radius: 70px;
	margin-bottom: 50px;
}
._u>span{
	color: #1E1E1E;
	margin-right: 12px;
    font-weight: 700;
}
._u>a{
	text-decoration: none;
	color: #1E1E1E;
}
@media screen and (max-width: 768px) {
	._u{
		font-size: 24px;
		text-align: center;
		padding: 24px 15px;
	}
}

._form .whatcode{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 24px;
}

._form .whatcode>.photo{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-bottom: 18px;
}

._form .whatcode>p{
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 12px;
}
._form .whatcode>span.sp1{
	font-size: 12px;
	color: #7e8081;
	margin-bottom: 24px;
}
._form .whatcode>.qrcode{
	width: 150px;
	height: 150px;
	margin-bottom: 42px;
}
._form .whatcode>span.sp2{
	text-align: center;
	font-size: 12px;
}

._form .myform>*:not(:last-child){
	margin-bottom: 18px;
}
._form .myform>textarea{
	resize: vertical;
	min-height: 90px;
	max-height: 400px;
}
._form .myform>button{
	width: 100%;
	outline: none !important;
}
._form .contactway{

}
._form .contactway>div:not(:last-child){
	margin-bottom: 20px;
}

._form .contactway p>a{
	font-weight: bold;
}
._form .contactway p:hover>a{
	color: var(--color-primary);
}