.box20250122234041{
	display: flex;
	gap:32px;
	margin-bottom: 40px;
	
}

.box20250122234041 .title{
	font-size:30px;
	margin-bottom: 18px;
}

.box20250122234041_1 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.box20250122234041_1 img{
	height: 93px;
}

/*小屏端*/
@media (min-width: 768px){
	.box20250122234041{
		display: flex;
		gap:32px;
		height: 93px;
	}
.box20250122234041 .title{
	font-size:40px;
}
