.ideaLogoWrapper{
    display: flex;
    width: 15%;
}
.ideaHeaderWrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    height: 70px;
}
.ideaHeader{
    margin-right: 15%;
    margin-left: 3%;
    line-height: 1;
    width: 50%;
}
.ideaHeader h4{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.singleIdea a{
    height: 600px;
    margin: 20px 0px;
    overflow: hidden;
}
