#lets_chat {
	background-image: url(../images/general/cta-bg/1x.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;

	display: flex;
	align-items: center;
	justify-content: center;
}

#lets_chat .lets_chat_text {
	font-size: 52px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.15;
	letter-spacing: 0.25px;
	text-align: center;
	color: #fff
}

#lets_chat .message_us {
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 60px;
}

@media (max-width: 576px) {
    #lets_chat .lets_chat_text {
        font-size: 34px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.29;
        letter-spacing: 0.25px;
        text-align: center;
        color: #fff;
    }
}

@media (min-width: 576px) {
    #lets_chat .lets_chat_text {
        font-size: 52px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.15;
        letter-spacing: 0.25px;
        text-align: center;
        color: #fff;
    }
}