.tm-banner {
	background: url(./images/service/top-page-bg4.png) center center no-repeat;
	background-size: cover;
}

.my-banner {
	background: #fff;
	color: black;
	padding: 0;
	height: auto;
	min-height: 400px;
	padding: 20px 0;
}

.my-banner-bg {
	background: #F6F6F6;
}

.item-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}


.one-item {
	display: flex;
	justify-content: center;
	align-items: center;
}

.tm-banner2 .text-box {
	margin: 0;
}


@media screen and (max-width: 768px) {
	.tm-banner2 .text-box {
		margin-top: 100px;
	}
}

.phone-img {
	width: 70%;
}

.manage-img {
	width: 90%;
}