.sol_sec_beige_wrap {
	display: flex;
	flex-wrap: wrap;
}

.sol_sec_beige_title {
	text-align: center;
	margin-bottom: 70px;
}

.sol_sec_beige_col_img {
	width: 40%;
    height: 400px;
    background-size: cover;
	border-radius: 15px;
	margin-bottom: -200px;
}

.sol_sec_beige_col_txt {
	width: 60%;
	padding-left: 70px;
}

.sol_sec_beige_txt {
	margin-bottom: 35px;
}