.attending_companies_container {
    margin-top: 50px;
    margin-bottom: 100px;
}

article .image img {
    max-height: 100px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}

@media (max-width: 769px) {
    article .image img {
        max-height: 75px;
        width: auto;
    }

}

.is-size-6-point-5 {
    font-size: 0.85rem !important;
}

/* prevent long text extending the width of an element */
article {
    max-width: 100%;
    word-break: break-word;
}

/* for aligning the read-more link at the bottom of the element */
article .company {
    display: flex;
    flex-direction: column;
    height: 100%;
}

article .company .read-more {
    margin-top: auto;
    padding-top: 5px;
}