.contentRender_name_plugins_common_get_in_touch {
    position: relative;
    width: calc(100% + 40px);
    left: -20px;
}

@media (min-width: 40em) {
	.contentRender_name_plugins_common_get_in_touch {
        width: auto;
        left: 0;
        height: 100%;
    }
}

.get-in-touch-button {
    background: var(--tertiary-color-700);
    display: flex;
    align-items: flex-end;
    padding: var(--space-4);
    box-sizing: content-box;
    justify-content: space-between;
}

@media (min-width: 40em) {
    .get-in-touch-button {
        height: 100%;
        padding: 0 var(--space-6) var(--space-6);
        justify-content: flex-start;
        max-width: 230px;
    }
}

.get-in-touch-button a {
    color: var(--white);
    text-transform: uppercase;
    font-size: var(--text-base);
    line-height: var(--leading-tight);
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}

.get-in-touch-button a:hover {
    color: var(--white);
}

.get-in-touch-button img {
    width: 39px;
    height: 23px;
    padding: 0;
    padding: 0 0 0 var(--space-3);
}

@media (min-width: 40em) {
    .get-in-touch-button a {
        padding: 0 var(--space-3) var(--space-8) 0;
        font-size: var(--text-xl);
    }
    .get-in-touch-button img {
        width: 39px;
        height: 29px;
    }
}


