#pres-text {
    margin-left: 67px;
}

#pres-list {
    list-style-type: none;
    padding-left: 0;
    display: block;
    margin: 0;
}

#pres-list li {
    width: 100%;
    margin-bottom: 15px;
}

#pres-list a {
    display: flex;
    width: 100%;
    align-items: center;
    background-color: #F5F5F5;
    border-radius: 30px;
    padding: 0 30px 0 10px;
    text-decoration: none;
    color: black;
    box-sizing: border-box;
    height: 54px;
}

#pres-list span {
    flex-shrink: 0;
    background-color: #c8102e;
    height: 54px;
    width: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 10px;
}



/* 
#pres-text {
    margin-left: 67px;
}

#pres-list {
        list-style-type: none;
        padding-left: 0;
		display: block;
    }
    
#pres-list span {
        background-color: #c8102e;
        margin-right: 10px;
        height: 54px;
        width: 54px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 30px;
    }

#pres-list a {
    border-radius: 30px;
    align-items: center;
    background-color: #F5F5F5;
    padding-right: 30px;
    margin-bottom: 15px;
    text-decoration: none;
    color: black;
}

#pres-list li {
	display: block;
	width: 100%;
}
 */