.sms_consent_text {
	font-size: 12px !important;
	line-height: 1.6 !important;
	color: #333 !important;
	margin: 18px 0 16px !important;
	text-align: left;
}
 
.sms_consent_text a {
	color: #000 !important;
	font-weight: 700;
	text-decoration: underline;
	font-size: 14px;
}
 
.sms_consent_text a:hover {
    color: #aaa !important;
    text-decoration: underline;
}


.cta-flex {
    display: flex;
    align-items: center;
    gap: 20px;
}
 
.cta-icon {
    flex: 0 0 auto;
}
 
.cta-icon i {
    font-size: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 20px;
    display: inline-block;
    line-height: 1;
}
 
.cta-text {
    flex: 1 1 auto;
    min-width: 0;
}
 
.cta-text h3 {
    margin: 0 0 4px;
    word-break: break-word;
}
 
.cta-form-wrap {
    padding: 30px;
}
 
.form_field_wrapper {
    margin-bottom: 12px;
}
 
.form_field_text {
    width: 100%;
    box-sizing: border-box;
}