#control-2 .main-btn {
    color: #fff;
    border: 1px solid #fff !important;
    background: var(--color4);
}

#control-2 {
	width: 100%;
	background: var(--color1);
	padding-top: 49px;
	padding-bottom: 46px;
}

#control-2 .cta_title
{
	font-size: 36px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1.2;
}

#control-2 .cta_text
{
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 2;
	margin-top: -1px;
}

#control-2 .cta_phone
{
	height: 59px;
	padding-left: 24px;
	padding-right: 25px;
	line-height: 59px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	/*background: var(--color4);*/
	border-radius: var(--border-radius1);
	white-space: nowrap;
}