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

.sol_first_section_col_title {
	width: 40%;
}

.sol_first_section_col_txt {
	width: 60%;
    text-align: justify;
    padding-left: 80px;
    padding-top: 80px;
}

.sol_first_section_title {
	border-right: 10px solid var(--color_vert1);
    padding: 70px 45px 85px 60px;
}

@media screen and (max-width: 1300px) {

    .sol_first_section_col_txt {
        padding-left: 50px;
    }

    .sol_first_section_title {
        padding: 70px 35px 85px 40px;
    }

}

@media screen and (max-width: 991px) {

    

}