.cta-section__form {
	& .options-wrapper {
		& li {
			display: flex;
			align-items: start;
			flex-wrap: nowrap;
			gap: 1rem;
		}
		
		& label {
			font-size: var(--text-s);
			line-height: 1.1;
		
			a {
				color: var(--primary);
			}
		}
	}
}