.hq-contact-tuile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: none;
}

.hq-contact-tuile:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 24px;
    border-bottom: 1px solid #dfdfdf;
}

.hq-contact-tuile__cta {
    margin-top: 16px;
    width: fit-content;
}

@media (min-width: 40rem) and (max-width:calc(64rem - 1px)) {
    .hq-contact-tuile:not(:last-child) {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

@media (min-width: 64rem) {
    .hq-contact-tuile:not(:last-child) {
        margin-bottom: 16px;
    }
}

@media (min-width: 80.5rem) {
    .hq-contact-tuile:not(:last-child) {
        padding-bottom: 40px;
        margin-bottom: 16px;
    }
}
