.activity-img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50%;
}

.activity-wrapper{
    width: 660px;
    margin: auto;
}

.activity-single{
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0 12px 0;
}

.activity-name{
    font-family: 'msr100';
    font-size: 12px;
    text-transform: uppercase;
    line-height: 15px;
}

.name-underline{
    text-decoration: underline;
}

.activity-title{
    font-family: 'msr100';
    font-size: 16px;
    margin-top: 4px;
    color: black;
    text-decoration: none;
    line-height: 28px;

}


@media screen and (max-width: 800px){
    .activity-wrapper{
        width: 95%;
    }

    .activity-name{
        margin-bottom: 0px;
        font-size: 11px;
    }

    .activity-title{
        font-size: 15px;
        line-height: 21px;
    }
    .activity-img{
        width: 25px;
        height: 25px;
    }
}