.yearly_report {
    border-radius: 16px;
    border: 1px solid var(--1px-Stroke, #242C35);
    background: #FFFBF3;
    box-shadow: 1px 1px 0px 0px #242C35;
    min-height: 97px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px;
    box-sizing: border-box;
}

.yearly_reports_holder {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.year {
    color: #242C35;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off;
    font-family: "Grenette Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    letter-spacing: -0.8px;
}

.file {
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file a {
  	display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    border: 1px solid var(--1px-Stroke, #242C35);
    background: #76DBEE;
    box-shadow: 1px 1px 0px 0px #242C35;
    padding: 10px 22px;
    color: #242C35;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'salt' on, 'liga' off;
    font-family: "Garton Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: 0.56px;
  	text-transform: uppercase;
}

.reports {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
  flex-wrap: wrap;
}