.content-container {
    border: 1px solid #001B4833;
}
.oddCol,
.evenCol {
    border: none;
    margin-bottom: 0;
    padding: 20px;
}
.evenCol {
    background-color: #EAFCF9;
}
.sub-title,
.answer {
    color: #464646;
    font-size: 16px;
}
@media all and (max-width: 480px) {
    .sub-title {
        word-wrap: break-word;
    }
    .answer {
        word-break: break-word;
    }
    .answer a {
        line-break: anywhere;
        word-break: normal;
    }
}
.sub-title {
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.sub-title.project {
    font-size: 18px;
}
.sub-title.project,
.answer,
.survey-rank {
    margin-left: 40px;
}
.sub-title .fa {
    margin-right: 10px;
}
.answer {
    padding-left: 15px;
    position: relative;
}
.answer:before {
    content: '- ';
    left: 0;
    position: absolute;
    top: 0;
}
.video-container {
    margin-left: 55px;
    max-width: 60%;
}
.video-container .video-title {
    font-weight: 500;
    text-align: left;
}
@media all and (max-width: 480px) {
    .sub-title.project,
    .answer,
    .video-container,
    .survey-rank {
        margin-left: auto;
    }
    .video-container {
        max-width: 100%;
    }
}