.testimonialCont {
    padding-left: 8% !important;
    padding-right: 8% !important;
}

.testimonial_collection {
    display: flex;
    max-width: 100%;
    overflow-x: auto;
    gap: var(--padding-normal);
    min-height: 100px;
    padding: var(--padding-deep) 0;
}

.underlined {
    text-decoration: underline;
}

blockquote {
    margin: 0;
    font-size: 1em;
    line-height: 135%;
    color: inherit;
}

.testimonial {
    min-width: 30em;
    padding: var(--padding-deep);
    box-shadow: var(--box-shadow-lighter);
    border: 2px var(--main-general-colour) solid;
    display: flex;
    font-size: 0.8rem;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial .alt {
    padding-left: 2rem;
    text-align: left;
    position: relative;
    font-size: 1.1em;
    font-weight: 600;
    color: black;
}

.testimonial .alt::before {
    background-image: url('../defaultMedia/trees.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 1em;
    height: 1em;
    content:"";
    margin-right: 0.5em;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(-50%);
}