.arrow-heading {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    /* line-height: 2.1em !important; */
    /* line-height: 110%; */
    /* line-height: 200%; */
}

    .arrow-heading span {
        display: flex;
        align-items: center;
        pointer-events: none;
        line-height: 1.1 !important;
    }

	.arrow-heading span.arrows svg {
		display: block;
	}

    .arrow-heading span.heading-two {
        padding-left: 5%;
    }
	@media screen and (min-width: 768px) {
		.arrow-heading span.heading-two {
			padding-left: 15%;
		}
	}

    .arrow-heading svg {
        display: none;
        width: 0.3em;
        height: 0.6em;
        margin-bottom: -0.1em;
        fill: currentColor;       
    }
	.arrow-heading svg:first-child {
		margin-right: 0.1em;
	}
	.arrow-heading svg:last-child {
		margin-left: 0.1em;
	} 
