.section__title {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.56em;
    line-height: 1.5;
    color: white;
}

.source__text {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-size: 1em;
    line-height: 1.5;
    color: rgb(170, 170, 170);
}

.section {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.source__link {
    color: #618930;
    text-decoration: underline;
}

.source__link:hover {
    color: #88c131;
}