.content_text {
    background-color: #F5F7F6;
}

.content_before::before{
    content: '';
    position: absolute;
    right: 100%;
    height: 100%;
    width: 200%;
    background: #F5F7F6
}

.section_info .text_info .jet-listing-dynamic-repeater__items{
    display: flex;
    flex-direction: column;
}

@media (max-width: 767px) {
	.section_info{
		box-shadow: none !important;
	}
}