@charset "UTF-8";

.row.imgWrap {
	display: flex;
	align-items: center;
}

.row.mb120 {
	margin-bottom: 120px !important;
}
.row.mb40 {
	margin-bottom: 40px !important;
}


@media screen and (max-width: 991px){
}
@media screen and (max-width: 736px){
	.row.imgWrap {
		flex-direction: column;
		gap: 20px;
	}
	.row.mb120 {
		margin-bottom: 80px !important;
	}
	.row.mb40 {
		margin-bottom: 20px !important;
	}
}