.activityheader {
    display: flex;
    justify-content: space-between;
}

.activityheader .titleAndLabelContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.activityheader .titleAndLabelContainer .labelsContainer {
    display: flex;
}

.activityheader .activityNameAndDate {
    font-family: 'Metropolis Bold';
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 2.16px;
    text-align: left;
    color: #333;
    text-transform: capitalize;
}
.activityheader .downloadDataContainer {
    display: flex;
    cursor: pointer;
}

.activityheader .downloadDataContainer .downloadText {
    font-family: 'Metropolis Bold';
    font-size: 18px;
    line-height: 1.21;
    letter-spacing: 3.32px;
    color: #0eb5fe;
    text-transform: uppercase;
}

.activityheader .downloadDataContainer .downloadIcon {
    background-size: 14px;
    width: 14px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/navigation/download-icon-desktop@3x.png);
    margin: 0 10px;
}